Jump to content

Problem configuring wireless with ndiswrapper


RVDowning
 Share

Recommended Posts

Been fighting this a couple of weeks, so I guess its time to ask for help. I think everything is set up right as regards ndsiwrapper, and hardware is ok since it works in Windows. I think the problem is in actually configuring the card. Running "route" gives:

 

route add default gw 192.168.1.1 wlan0

SIOCADDRT: Network is unreachable

 

route

Kernel IP routing table

Destination Gateway Genmask Flags Metric Ref Use Iface

127.0.0.0 * 255.0.0.0 U 0 0 0 lo

 

Additional info follows:

 

Info from linksys monitor for Wireless adapter WMP54G

SSID: linksys

Wireless Mode: Infrastructure

Channel: 6

Security: Disabled

MAC Address: "MAC Address here"

 

iwconfig

wlan0 IEEE 802.11g ESSID:"linksys" Nickname:"192.168.1.1"

Mode:Managed Frequency:2.437 GHz Access Point: "Same as above MAC address"

Bit Rate=54 Mb/s Tx-Power:20 dBm Sensitivity=-121 dBm

RTS thr=2347 B Fragment thr=2346 B

Encryption key:off

Power Management:off

Link Quality:0 Signal level:0 Noise level:0

Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0

Tx excessive retries:0 Invalid misc:0 Missed beacon:0

 

ifconfig

lo Link encap:Local Loopback

inet addr:127.0.0.1 Mask:255.0.0.0

inet6 addr: ::1/128 Scope:Host

UP LOOPBACK RUNNING MTU:16436 Metric:1

RX packets:850 errors:0 dropped:0 overruns:0 frame:0

TX packets:850 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:99848 (97.5 KiB) TX bytes:99848 (97.5 KiB)

 

wlan0 Link encap:Ethernet HWaddr 00:14:BF:78:FD:3B

inet6 addr: fe80::214:bfff:fe78:fd3b/64 Scope:Link

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:53 errors:0 dropped:0 overruns:0 frame:0

TX packets:1655 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:6974 (6.8 KiB) TX bytes:78648 (76.8 KiB)

Interrupt:21 Memory:fa010000-fa018000

 

MCC MANAGE CONNECTIONS

Device selected: wlan0:(null)

 

Tab: TCP/IP

IP configuration

Protocol DHCP

IP address: 192.168.1.101

Netmask 255.255.255.0

Gateway:

DNS servers: 205.152.37.23

Search Domain: 168.1.1

 

Tab: DHCP

DHCP client: dhclient

x Assign host name from DCHP address

DHCP host name: linksys

DHCP timeout (in seconds):

x Get DNS servers from DHCP

Get UP servers from DHCP

Get NTPD servers from DHCP

 

Tab: Wireless

Operating Mode: Managed

Network name (ESSID): linksys

Network ID: 192.168.1.101

Operating frequency: 2.4G

Sensitivty threshold:

Bitrate (in b/s): 5.4M

Encryption key:

RTS/CTS: 2347

Fragmentation: 2346

iwconfig commant extra arguments:

iwspy command extra arguments:

iwpriv command extra arguments:

 

Tab: Options

x Start at boot

x Track network card id (useful for laptops)

x Network Hotplugging

Metric: 10

 

Tab: Information

Vendor:

Description:

Media class: -

Module name: -

Mac Address: "Some MAC address different from the above ones."

Bus: -

Location on the bus: -

 

 

Any clues would certainly be appreciated.

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

I tend to use the console for configuring ndiswrapper, since it didn't really work well for me within the gui.

 

Have you used the ndiswrapper -i command to install your driver as per the ndiswrapper wiki? What does ndiswrapper -l (lowercase L) report? What's the contents of /etc/modprobe.conf and /etc/modprobe.preload?

Link to comment
Share on other sites

My buddy and I would be happy to use console or command line or anything that works. The ndiswrapper seems to be fine. The problem seems to be with the configuring of the wireless card.

 

Here is the output you requested:

 

ndiswrapper -l

Installed drivers:

bcmwl5 driver installed

rt2500 driver installed

rt61 driver installed, hardware present

# rt61 is the correct driver for this device #

 

modprobe.conf

alias eth0 8139too

alias sound-slot-0 es1371

install scsi_hostadapter /sbin/modprobe sata_uli; /bin/true

alias sound-slot-1 es1371

remove snd-intel8x0 /sbin/modprobe --first-time -r --ignore-remove snd-intel8x0

install snd-intel8x0 /sbin/modprobe --first-time --ignore-install snd-intel8x0

install usb-interface /sbin/modprobe ohci-hcd; /sbin/modprobe ehci-hcd; /bin/true

alias eth1 driverloader

install rt2500 /bin/true

alias wlan0 ndiswrapper

# Line 9 "install rt2500 /bin/true" appears to be installing the wrong driver for this device. It should be rt61.#

 

 

modeprobe.preload

# /etc/modprobe.preload: kernel modules to load at boot time.

#

# This file should contain the names of kernel modules that are

# to be loaded at boot time, one per line. Comments begin with

# a `#', and everything on the line after them are ignored.

# this file is for module-init-tools (kernel 2.5 and above) ONLY

# for old kernel use /etc/modules

 

amd64-agp

amd64-agp

 

Why would this entry be repeated?

Link to comment
Share on other sites

OK, I've seen those repeated lines before. Do an lsmod to find out if the module has actually loaded twice, although I would have thought loading once should be enough. You can comment it out and see if you notice any issue.

 

Anyway, that's not relating to the ndiswrapper :P

 

Add "ndiswrapper" to /etc/modprobe.preload. I've had to do this since mine wouldn't work on bootup unless this was done. Your modprobe.conf looks perfectly fine.

 

Are you using WEP/WPA or anything like that, or is it currently open until you've got it working? I'd suggest having it open until we've got ndiswrapper working, and then using WPA to secure it afterwards, since WEP is easily compromised and quickly too.

Link to comment
Share on other sites

Did this, but it had no effect on anything. As was pointed out in other newsgroups "You've got no connection (as is evident from the fact that all the quality measures read 0 and you have no IP address - well, you have an IPv6 one, but that means nothing)."

 

So, still looking for suggestions.

Link to comment
Share on other sites

Did this, but it had no effect on anything. As was pointed out in other newsgroups "You've got no connection (as is evident from the fact that all the quality measures read 0 and you have no IP address - well, you have an IPv6 one, but that means nothing)."

 

So, still looking for suggestions.

dont use quality measures as an indication of connection, often ndiswrapper simply does not even report them.

 

the best way to check for a connection is to run iwconfig and look for "Access Point". If this has something other than a pile of 0's then you've associated to a wireless network correctly.

Link to comment
Share on other sites

Listed below is /var/log/messages. (Seems the attachment feature doesn't work) Looks like it is not getting an ip address:

 

Apr 30 07:24:13 192 syslogd 1.4.1: restart.

Apr 30 07:24:13 192 kernel: klogd 1.4.1, log source = /proc/kmsg started.

Apr 30 07:24:13 192 kernel: Inspecting /boot/System.map-2.6.12-17mdk

Apr 30 07:24:13 192 kernel: Loaded 20755 symbols from /boot/System.map-2.6.12-17mdk.

Apr 30 07:24:13 192 kernel: Symbols match kernel version 2.6.12.

Apr 30 07:24:13 192 kernel: No module symbols loaded - kernel modules not enabled.

Apr 30 07:24:13 192 kernel: Linux version 2.6.12-17mdk (qateam@mercury.mandriva.com) (gcc version 4.0.1 (4.0.1-5mdk for

Mandriva Linux release 2006.0)) #1 Mon Feb 13 14:24:15 MST 2006

Apr 30 07:24:13 192 kernel: BIOS-provided physical RAM map:

Apr 30 07:24:13 192 kernel: BIOS-e820: 0000000000000000 - 000000000009f800 (usable)

Apr 30 07:24:13 192 kernel: BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)

Apr 30 07:24:13 192 kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)

Apr 30 07:24:13 192 kernel: BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)

Apr 30 07:24:13 192 kernel: BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)

Apr 30 07:24:13 192 kernel: BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)

Apr 30 07:24:13 192 kernel: BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)

Apr 30 07:24:13 192 kernel: 127MB HIGHMEM available.

Apr 30 07:24:13 192 kernel: 896MB LOWMEM available.

Apr 30 07:24:13 192 kernel: found SMP MP-table at 000f53f0

Apr 30 07:24:13 192 kernel: NX (Execute Disable) protection: active

Apr 30 07:24:13 192 kernel: DMI 2.3 present.

Apr 30 07:24:13 192 kernel: ACPI: PM-Timer IO Port: 0x1008

Apr 30 07:24:13 192 kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)

Apr 30 07:24:13 192 kernel: Processor #0 15:15 APIC version 16

Apr 30 07:24:13 192 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)

Apr 30 07:24:13 192 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])

Apr 30 07:24:13 192 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])

Apr 30 07:24:13 192 kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])

Apr 30 07:24:13 192 kernel: IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23

Apr 30 07:24:13 192 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)

Apr 30 07:24:13 192 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)

Apr 30 07:24:13 192 kernel: Enabling APIC mode: Flat. Using 1 I/O APICs

Apr 30 07:24:13 192 kernel: Using ACPI (MADT) for SMP configuration information

Apr 30 07:24:13 192 kernel: Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)

Apr 30 07:24:13 192 kernel: Built 1 zonelists

Apr 30 07:24:13 192 kernel: Initializing CPU#0

Apr 30 07:24:13 192 kernel: Kernel command line: root=/dev/hda5 resume=/dev/hda6 splash=silent vga=788

Apr 30 07:24:13 192 kernel: bootsplash: silent mode.

Apr 30 07:24:13 192 kernel: PID hash table entries: 4096 (order: 12, 65536 bytes)

Apr 30 07:24:13 192 kernel: Detected 1809.068 MHz processor.

Apr 30 07:24:13 192 kernel: Using pmtmr for high-res timesource

Apr 30 07:24:13 192 kernel: Console: colour dummy device 80x25

Apr 30 07:24:13 192 kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

Apr 30 07:24:13 192 kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

Apr 30 07:24:13 192 kernel: Memory: 1034420k/1048512k available (2348k kernel code, 13124k reserved, 717k data, 268k init,

131008k highmem, 0k BadRAM)

Apr 30 07:24:13 192 kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.

Apr 30 07:24:13 192 kernel: Mount-cache hash table entries: 512

Apr 30 07:24:13 192 kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

Apr 30 07:24:13 192 kernel: CPU: L2 Cache: 512K (64 bytes/line)

Apr 30 07:24:13 192 kernel: Intel machine check architecture supported.

Apr 30 07:24:13 192 kernel: Intel machine check reporting enabled on CPU#0.

Apr 30 07:24:13 192 kernel: CPU: AMD Athlon 64 Processor 3000+ stepping 00

Apr 30 07:24:13 192 kernel: Enabling fast FPU save and restore... done.

Apr 30 07:24:13 192 kernel: Enabling unmasked SIMD FPU exception support... done.

Apr 30 07:24:13 192 kernel: Checking 'hlt' instruction... OK.

Apr 30 07:24:13 192 kernel: ACPI: Looking for DSDT in initrd... not found.

Apr 30 07:24:13 192 kernel: ENABLING IO-APIC IRQs

Apr 30 07:24:13 192 kernel: ..TIMER: vector=0x31 pin1=2 pin2=-1

Apr 30 07:24:13 192 kernel: checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd

Apr 30 07:24:13 192 kernel: Freeing initrd memory: 324k freed

Apr 30 07:24:13 192 kernel: NET: Registered protocol family 16

Apr 30 07:24:13 192 kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb650, last bus=2

Apr 30 07:24:13 192 kernel: PCI: Using configuration type 1

Apr 30 07:24:13 192 kernel: mtrr: v2.0 (20020519)

Apr 30 07:24:13 192 kernel: ACPI: Subsystem revision 20050309

Apr 30 07:24:13 192 kernel: ACPI: Interpreter enabled

Apr 30 07:24:13 192 kernel: ACPI: Using IOAPIC for interrupt routing

Apr 30 07:24:13 192 kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)

Apr 30 07:24:13 192 kernel: PCI: Probing PCI hardware (bus 00)

Apr 30 07:24:13 192 kernel: PCI: Transparent bridge - 0000:00:02.0

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 1 3 4 5 6 7 10 11 12 14 15) *0, disabled.

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt Link [LNK2] (IRQs 1 3 4 5 6 7 *10 11 12 14 15)

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt Link [LNK3] (IRQs 1 3 4 5 6 7 *10 11 12 14 15)

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt Link [LNK4] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt Link [LNK5] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt Link [LNK6] (IRQs 1 3 4 *5 6 7 10 11 12 14 15)

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt Link [LNK7] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt Link [LNK8] (IRQs 1 3 4 5 6 7 10 11 12 14 15) *0, disabled.

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt Link [LNK9] (IRQs 1 3 4 *5 6 7 10 11 12 14 15)

Apr 30 07:24:13 192 kernel: Linux Plug and Play Support v0.97 © Adam Belay

Apr 30 07:24:13 192 kernel: pnp: PnP ACPI init

Apr 30 07:24:13 192 kernel: pnp: PnP ACPI: found 13 devices

Apr 30 07:24:13 192 kernel: PnPBIOS: Disabled

Apr 30 07:24:13 192 kernel: PCI: Using ACPI for IRQ routing

Apr 30 07:24:13 192 kernel: PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report

Apr 30 07:24:13 192 kernel: apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)

Apr 30 07:24:13 192 kernel: apm: overridden by ACPI.

Apr 30 07:24:13 192 kernel: audit: initializing netlink socket (disabled)

Apr 30 07:24:13 192 kernel: audit(1146381821.954:0): initialized

Apr 30 07:24:13 192 kernel: highmem bounce pool size: 64 pages

Apr 30 07:24:13 192 kernel: VFS: Disk quotas dquot_6.5.1

Apr 30 07:24:13 192 kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

Apr 30 07:24:13 192 kernel: devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)

Apr 30 07:24:13 192 kernel: devfs: boot_options: 0x0

Apr 30 07:24:13 192 kernel: Initializing Cryptographic API

Apr 30 07:24:13 192 kernel: vesafb: framebuffer at 0xf0000000, mapped to 0xf8880000, using 3750k, total 131072k

Apr 30 07:24:13 192 kernel: vesafb: mode is 800x600x16, linelength=1600, pages=2

Apr 30 07:24:13 192 kernel: vesafb: protected mode interface info at c000:e4a0

Apr 30 07:24:13 192 kernel: vesafb: scrolling: redraw

Apr 30 07:24:13 192 kernel: vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0

Apr 30 07:24:13 192 kernel: bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 27015 bytes,<6>...found

(800x600, 26967 bytes, v3).

Apr 30 07:24:13 192 kernel: Console: switching to colour frame buffer device 93x30

Apr 30 07:24:13 192 kernel: fb0: VESA VGA frame buffer device

Apr 30 07:24:13 192 kernel: isapnp: Scanning for PnP cards...

Apr 30 07:24:13 192 kernel: isapnp: No Plug & Play device found

Apr 30 07:24:13 192 kernel: Real Time Clock Driver v1.12

Apr 30 07:24:13 192 kernel: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12

Apr 30 07:24:13 192 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12

Apr 30 07:24:13 192 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1

Apr 30 07:24:13 192 kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled

Apr 30 07:24:13 192 kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

Apr 30 07:24:13 192 kernel: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

Apr 30 07:24:13 192 kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

Apr 30 07:24:13 192 kernel: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

Apr 30 07:24:13 192 kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

Apr 30 07:24:13 192 kernel: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

Apr 30 07:24:13 192 kernel: io scheduler noop registered

Apr 30 07:24:13 192 kernel: io scheduler anticipatory registered

Apr 30 07:24:13 192 kernel: io scheduler deadline registered

Apr 30 07:24:13 192 kernel: io scheduler cfq registered

Apr 30 07:24:13 192 kernel: RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize

Apr 30 07:24:13 192 kernel: pktcdvd: v0.2.0a 2004-07-14 Jens Axboe (axboe@suse.de) and petero2@telia.com

Apr 30 07:24:13 192 kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2

Apr 30 07:24:13 192 kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx

Apr 30 07:24:13 192 kernel: ALI15X3: IDE controller at PCI slot 0000:00:0e.0

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt 0000:00:0e.0[A] -> GSI 19 (level, low) -> IRQ 19

Apr 30 07:24:13 192 kernel: ALI15X3: chipset revision 199

Apr 30 07:24:13 192 kernel: ALI15X3: not 100%% native mode: will probe irqs later

Apr 30 07:24:13 192 kernel: ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio

Apr 30 07:24:13 192 kernel: ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio

Apr 30 07:24:13 192 kernel: hda: Maxtor 6Y080P0, ATA DISK drive

Apr 30 07:24:13 192 kernel: hdb: Maxtor 2B020H1, ATA DISK drive

Apr 30 07:24:13 192 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14

Apr 30 07:24:13 192 kernel: hdc: MATSHITADVD-RAM SW-9585, ATAPI CD/DVD-ROM drive

Apr 30 07:24:13 192 kernel: ide1 at 0x170-0x177,0x376 on irq 15

Apr 30 07:24:13 192 kernel: hda: max request size: 128KiB

Apr 30 07:24:13 192 kernel: hda: Host Protected Area detected.

Apr 30 07:24:13 192 kernel: ^Icurrent capacity is 160084415 sectors (81963 MB)

Apr 30 07:24:13 192 kernel: ^Inative capacity is 160086528 sectors (81964 MB)

Apr 30 07:24:13 192 kernel: hda: Host Protected Area disabled.

Apr 30 07:24:13 192 kernel: hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=65535/16/63, UDMA(133)

Apr 30 07:24:13 192 kernel: hda: cache flushes supported

Apr 30 07:24:13 192 kernel: /dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 p6 p7 >

Apr 30 07:24:13 192 kernel: hdb: max request size: 128KiB

Apr 30 07:24:13 192 kernel: hdb: 40020624 sectors (20490 MB) w/2048KiB Cache, CHS=39703/16/63, UDMA(100)

Apr 30 07:24:13 192 kernel: hdb: cache flushes not supported

Apr 30 07:24:13 192 kernel: /dev/ide/host0/bus0/target1/lun0: p1

Apr 30 07:24:13 192 kernel: mice: PS/2 mouse device common for all mice

Apr 30 07:24:13 192 kernel: md: md driver 0.90.1 MAX_MD_DEVS=256, MD_SB_DISKS=27

Apr 30 07:24:13 192 kernel: NET: Registered protocol family 2

Apr 30 07:24:13 192 kernel: IP: routing cache hash table of 8192 buckets, 64Kbytes

Apr 30 07:24:13 192 kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes)

Apr 30 07:24:13 192 kernel: TCP bind hash table entries: 65536 (order: 6, 262144 bytes)

Apr 30 07:24:13 192 kernel: TCP: Hash tables configured (established 262144 bind 65536)

Apr 30 07:24:13 192 kernel: NET: Registered protocol family 1

Apr 30 07:24:13 192 kernel: swsusp: Suspend partition has wrong signature?

Apr 30 07:24:13 192 kernel: ACPI wakeup devices:

Apr 30 07:24:13 192 kernel: P2PB USB0 USB1 USB2 USB3

Apr 30 07:24:13 192 kernel: ACPI: (supports S0 S1 S4 S5)

Apr 30 07:24:13 192 kernel: BIOS EDD facility v0.16 2004-Jun-25, 2 devices found

Apr 30 07:24:13 192 kernel: devfs_mk_dev: could not append to parent for md/0

Apr 30 07:24:13 192 kernel: md: Autodetecting RAID arrays.

Apr 30 07:24:13 192 kernel: md: autorun ...

Apr 30 07:24:13 192 kernel: md: ... autorun DONE.

Apr 30 07:24:13 192 kernel: RAMDISK: cramfs filesystem found at block 0

Apr 30 07:24:13 192 kernel: RAMDISK: Loading 272KiB [1 disk] into ram disk... <6>input: AT Translated Set 2 keyboard on

isa0060/serio0

Apr 30 07:24:13 192 kernel: |^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^Hdone.

Apr 30 07:24:13 192 kernel: VFS: Mounted root (cramfs filesystem) readonly.

Apr 30 07:24:13 192 partmon: Checking if partitions have enough free diskspace:

Apr 30 07:24:13 192 kernel: SCSI subsystem initialized

Apr 30 07:24:13 192 kernel: ACPI: PCI Interrupt 0000:00:0e.1[A] -> GSI 19 (level, low) -> IRQ 19

Apr 30 07:24:13 192 kernel: ata1: SATA max UDMA/133 cmd 0xD000 ctl 0xD402 bmdma 0xE000 irq 19

Apr 30 07:24:13 192 kernel: ata2: SATA max UDMA/133 cmd 0xD800 ctl 0xDC02 bmdma 0xE008 irq 19

Apr 30 07:24:13 192 kernel: ata1: no device found (phy stat 00000000)

Apr 30 07:24:13 192 kernel: scsi0 : sata_uli

Apr 30 07:24:13 192 kernel: input: ImPS/2 Generic Wheel Mouse on isa0060/serio1

Apr 30 07:24:13 192 kernel: ata2: no device found (phy stat 00000000)

Apr 30 07:24:13 192 kernel: scsi1 : sata_uli

Apr 30 07:24:13 192 kernel: ReiserFS: hda5: found reiserfs format "3.6" with standard journal

Apr 30 07:24:13 192 kernel: ReiserFS: hda5: using ordered data mode

Apr 30 07:24:13 192 partmon:

Apr 30 07:24:14 192 kernel: ReiserFS: hda5: journal params: device hda5, size 8192, journal first block 18, max trans len

1024, max batch 900, max commit age 30, max trans age 30

Apr 30 07:24:14 192 kernel: ReiserFS: hda5: checking transaction log (hda5)

Apr 30 07:24:14 192 kernel: ReiserFS: hda5: Using r5 hash to sort names

Apr 30 07:24:14 192 kernel: Freeing unused kernel memory: 268k freed

Apr 30 07:24:14 192 kernel: usbcore: registered new driver usbfs

Apr 30 07:24:14 192 kernel: usbcore: registered new driver hub

Apr 30 07:24:14 192 kernel: ACPI: PCI Interrupt 0000:00:0f.0[A] -> GSI 20 (level, low) -> IRQ 20

Apr 30 07:24:14 192 kernel: ohci_hcd 0000:00:0f.0: OHCI Host Controller

Apr 30 07:24:14 192 kernel: ohci_hcd 0000:00:0f.0: new USB bus registered, assigned bus number 1

Apr 30 07:24:14 192 kernel: ohci_hcd 0000:00:0f.0: irq 20, io mem 0xfb000000

Apr 30 07:24:14 192 kernel: hub 1-0:1.0: USB hub found

Apr 30 07:24:14 192 kernel: hub 1-0:1.0: 3 ports detected

Apr 30 07:24:14 192 kernel: ACPI: PCI Interrupt 0000:00:0f.1 -> GSI 21 (level, low) -> IRQ 21

Apr 30 07:24:14 192 kernel: ohci_hcd 0000:00:0f.1: OHCI Host Controller

Apr 30 07:24:14 192 kernel: ohci_hcd 0000:00:0f.1: new USB bus registered, assigned bus number 2

Apr 30 07:24:14 192 kernel: ohci_hcd 0000:00:0f.1: irq 21, io mem 0xfb001000

Apr 30 07:24:14 192 kernel: hub 2-0:1.0: USB hub found

Apr 30 07:24:14 192 kernel: hub 2-0:1.0: 3 ports detected

Apr 30 07:24:14 192 kernel: ACPI: PCI Interrupt 0000:00:0f.2[C] -> GSI 22 (level, low) -> IRQ 22

Apr 30 07:24:14 192 kernel: ohci_hcd 0000:00:0f.2: OHCI Host Controller

Apr 30 07:24:14 192 kernel: ohci_hcd 0000:00:0f.2: new USB bus registered, assigned bus number 3

Apr 30 07:24:14 192 kernel: ohci_hcd 0000:00:0f.2: irq 22, io mem 0xfb002000

Apr 30 07:24:14 192 kernel: hub 3-0:1.0: USB hub found

Apr 30 07:24:14 192 kernel: hub 3-0:1.0: 3 ports detected

Apr 30 07:24:14 192 kernel: usb 1-2: new full speed USB device using ohci_hcd and address 2

Apr 30 07:24:14 192 kernel: ACPI: PCI Interrupt 0000:00:0f.3[D] -> GSI 23 (level, low) -> IRQ 23

Apr 30 07:24:14 192 kernel: ehci_hcd 0000:00:0f.3: EHCI Host Controller

Apr 30 07:24:14 192 kernel: ehci_hcd 0000:00:0f.3: debug port 1

Apr 30 07:24:14 192 kernel: ehci_hcd 0000:00:0f.3: new USB bus registered, assigned bus number 4

Apr 30 07:24:14 192 kernel: ehci_hcd 0000:00:0f.3: irq 23, io mem 0xfb003000

Apr 30 07:24:14 192 kernel: ehci_hcd 0000:00:0f.3: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004

Apr 30 07:24:14 192 kernel: hub 4-0:1.0: USB hub found

Apr 30 07:24:14 192 kernel: hub 4-0:1.0: 8 ports detected

Apr 30 07:24:14 192 kernel: ts: Compaq touchscreen protocol output

Apr 30 07:24:14 192 kernel: usb 1-2: USB disconnect, address 2

Apr 30 07:24:14 192 kernel: usb 1-2: new full speed USB device using ohci_hcd and address 3

Apr 30 07:24:14 192 kernel: usb 2-1: new full speed USB device using ohci_hcd and address 2

Apr 30 07:24:14 192 kernel: drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid

0x04F9 pid 0x0146

Apr 30 07:24:14 192 kernel: usbcore: registered new driver usblp

Apr 30 07:24:14 192 kernel: drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver

Apr 30 07:24:14 192 kernel: driverloader: module license 'see LICENSE file; Copyright ©2003-2004 Linuxant inc.' taints

kernel.

Apr 30 07:24:14 192 kernel: usbcore: registered new driver driverloader

Apr 30 07:24:14 192 kernel: Adding 1630556k swap on /dev/hda6. Priority:-1 extents:1

Apr 30 07:24:14 192 kernel: Linux agpgart interface v0.101 © Dave Jones

Apr 30 07:24:14 192 kernel: agpgart: Detected AGP bridge 0

Apr 30 07:24:14 192 kernel: Setting up ULi AGP.

Apr 30 07:24:14 192 kernel: agpgart: AGP aperture is 128M @ 0xe8000000

Apr 30 07:24:14 192 kernel: ndiswrapper version 1.14 loaded (preempt=no,smp=no)

Apr 30 07:24:14 192 kernel: ndiswrapper: driver rt61 (Linksys, A Division of Cisco Systems, Inc.,10/18/2005, 1.00.03.0000)

loaded

Apr 30 07:24:14 192 kernel: ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 21 (level, low) -> IRQ 21

Apr 30 07:24:14 192 kernel: ndiswrapper: using irq 21

Apr 30 07:24:14 192 kernel: wlan0: vendor: 'Linksys Wireless-G PCI Adapter'

Apr 30 07:24:14 192 kernel: wlan0: ndiswrapper ethernet device 00:14:bf:78:fd:3b using serialized driver rt61,

1814:0301.5.conf

Apr 30 07:24:14 192 kernel: wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2,

WPA2PSK

Apr 30 07:24:14 192 kernel: ReiserFS: hda7: found reiserfs format "3.6" with standard journal

Apr 30 07:24:14 192 kernel: ReiserFS: hda7: using ordered data mode

Apr 30 07:24:14 192 kernel: ReiserFS: hda7: journal params: device hda7, size 8192, journal first block 18, max trans len

1024, max batch 900, max commit age 30, max trans age 30

Apr 30 07:24:14 192 kernel: ReiserFS: hda7: checking transaction log (hda7)

Apr 30 07:24:14 192 kernel: ReiserFS: hda7: Using r5 hash to sort names

Apr 30 07:24:14 192 kernel: Floppy drive(s): fd0 is 1.44M

Apr 30 07:24:14 192 kernel: FDC 0 is a post-1991 82077

Apr 30 07:24:14 192 kernel: loop: loaded (max 8 devices)

Apr 30 07:24:14 192 kernel: hdc: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(66)

Apr 30 07:24:14 192 kernel: Uniform CD-ROM driver Revision: 3.20

Apr 30 07:24:14 192 kernel: bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 27015 bytes,<6>...found

(800x600, 26967 bytes, v3).

Apr 30 07:24:14 192 kernel: bootsplash: status on console 0 changed to on

Apr 30 07:24:14 192 kernel: ACPI: Power Button (FF) [PWRF]

Apr 30 07:24:14 192 kernel: NET: Registered protocol family 17

Apr 30 07:24:14 192 kernel: 8139too Fast Ethernet driver 0.9.27

Apr 30 07:24:14 192 kernel: ACPI: PCI Interrupt 0000:02:0a.0[A] -> GSI 18 (level, low) -> IRQ 18

Apr 30 07:24:14 192 kernel: eth0: RealTek RTL8139 at 0xf8fe2000, 00:14:85:49:be:00, IRQ 18

Apr 30 07:24:14 192 kernel: eth0: link down

Apr 30 07:24:14 192 rc: Starting partmon: succeeded

Apr 30 07:24:14 192 acpid: acpid startup succeeded

Apr 30 07:24:14 192 rpc.statd[3157]: Version 1.0.7 Starting

Apr 30 07:24:14 192 rpc.statd[3157]: statd running as root. chown /var/lib/nfs/sm to choose different user

Apr 30 07:24:14 192 nfslock: rpc.statd startup succeeded

Apr 30 07:24:14 192 ifplugd(wlan0)[2859]: Link beat detected.

Apr 30 07:24:15 192 kernel: parport: PnPBIOS parport detected.

Apr 30 07:24:15 192 kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,EPP]

Apr 30 07:24:15 192 ifplugd(wlan0)[2859]: Executing '/etc/ifplugd/ifplugd.action wlan0 up'.

Apr 30 07:24:15 192 kernel: lp0: using parport0 (interrupt-driven).

Apr 30 07:24:15 192 kernel: lp0: console ready

Apr 30 07:24:16 192 cups: cupsd startup succeeded

Apr 30 07:24:17 192 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6

Apr 30 07:24:17 192 kernel: es1371: version v0.32 time 14:16:34 Feb 13 2006

Apr 30 07:24:17 192 kernel: ACPI: PCI Interrupt 0000:02:08.0[A] -> GSI 20 (level, low) -> IRQ 20

Apr 30 07:24:17 192 kernel: es1371: found chip, vendor id 0x1274 device id 0x5880 revision 0x02

Apr 30 07:24:17 192 kernel: es1371: found es1371 rev 2 at io 0xc400 irq 20

Apr 30 07:24:17 192 kernel: ac97_codec: AC97 codec, id: TRA35 (TriTech TR A5)

Apr 30 07:24:17 192 kernel: gameport: ESS1371 Gameport is isa0218/gameport0, io 0x218, speed 1864kHz

Apr 30 07:24:17 192 sound: Loading sound module (es1371) succeeded

Apr 30 07:24:17 192 sound: Loading sound module (es1371) succeeded

Apr 30 07:24:17 192 aumix-text: vol set to 80, 80

Apr 30 07:24:17 192 aumix-text: pcm set to 80, 80

Apr 30 07:24:17 192 aumix-text: speaker set to 64, 64

Apr 30 07:24:17 192 aumix-text: line set to 64, 64, P

Apr 30 07:24:17 192 aumix-text: mic set to 52, 52, R

Apr 30 07:24:17 192 aumix-text: cd set to 80, 80, P

Apr 30 07:24:17 192 aumix-text: igain set to 64, 64, P

Apr 30 07:24:17 192 aumix-text: line1 set to 64, 64, P

Apr 30 07:24:17 192 aumix-text: phin set to 64, 64, P

Apr 30 07:24:17 192 aumix-text: phout set to 64, 64

Apr 30 07:24:17 192 aumix-text: video set to 64, 64, P

Apr 30 07:24:17 192 sound: Loading mixer settings succeeded

Apr 30 07:24:18 192 xfs: xfs startup succeeded

Apr 30 07:24:18 192 xfs[3552]: ignoring font path element /usr/X11R6/lib/X11/fonts/drakfont/Type1 (unreadable)

Apr 30 07:24:18 192 xfs[3552]: ignoring font path element /usr/X11R6/lib/X11/fonts/drakfont/ttf (unreadable)

Apr 30 07:24:18 192 xfs[3552]: ignoring font path element /usr/X11R6/lib/X11/fonts/100dpi:unscaled (unreadable)

Apr 30 07:24:18 192 messagebus: messagebus startup succeeded

Apr 30 07:24:18 192 haldaemon: haldaemon startup succeeded

Apr 30 07:24:19 192 fstab-sync[3643]: removed all generated mount points

Apr 30 07:24:19 192 mount: mount: block device /dev/hdc is write-protected, mounting read-only

Apr 30 07:24:19 192 netfs: Mounting other filesystems: succeeded

Apr 30 07:24:19 192 numlock: Starting numlock:

Apr 30 07:24:19 192 numlock: ^[[65G[^[[1;32m

Apr 30 07:24:19 192 numlock: OK Apr 30 07:24:19 192 numlock:

Apr 30 07:24:19 192 rc: Starting numlock: succeeded

Apr 30 07:24:19 192 dm: Display manager startup succeeded

Apr 30 07:24:19 192 kdm_config[3863]: Unrecognized key 'GreeterPosFixed' in section [X-*-Greeter] at /usr/share/config/kdm/

kdmrc:39

Apr 30 07:24:19 192 kdm_config[3863]: Unrecognized key 'GreeterPosX' in section [X-*-Greeter] at /usr/share/config/kdm/

kdmrc:40

Apr 30 07:24:19 192 kdm_config[3863]: Unrecognized key 'GreeterPosY' in section [X-*-Greeter] at /usr/share/config/kdm/

kdmrc:41

Apr 30 07:24:19 192 kdm_config[3863]: Unrecognized key 'ServerVT' in section [X-:1-Core] at /usr/share/config/kdm/kdmrc:80

Apr 30 07:24:19 192 kdm_config[3863]: Unrecognized key 'ServerVT' in section [X-:2-Core] at /usr/share/config/kdm/kdmrc:83

Apr 30 07:24:19 192 kdm_config[3863]: Unrecognized key 'ServerVT' in section [X-:3-Core] at /usr/share/config/kdm/kdmrc:86

Apr 30 07:24:19 192 kdm_config[3863]: Unrecognized key 'ServerVT' in section [X-:4-Core] at /usr/share/config/kdm/kdmrc:89

Apr 30 07:24:19 192 kdm_config[3863]: Unrecognized key 'ServerVT' in section [X-:5-Core] at /usr/share/config/kdm/kdmrc:92

Apr 30 07:24:20 192 kdm_config[3863]: Invalid option value 'All' at /usr/share/config/kdm/kdmrc:51

Apr 30 07:24:20 192 su(pam_unix)[3860]: session opened for user nobody by (uid=0)

Apr 30 07:24:20 192 kernel: NET: Registered protocol family 10

Apr 30 07:24:20 192 kernel: Disabled Privacy Extensions on device c03c5e60(lo)

Apr 30 07:24:20 192 kernel: IPv6 over IPv4 tunneling driver

Apr 30 07:24:20 192 hal.dev[3927]: DEVNAME is not set

Apr 30 07:24:22 192 kernel: ACPI: PCI Interrupt 0000:02:06.0[A] -> GSI 18 (level, low) -> IRQ 18

Apr 30 07:24:22 192 kernel: NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-8178 Wed Dec 14 16:22:51 PST 2005

Apr 30 07:24:22 192 su(pam_unix)[3860]: session closed for user nobody

Apr 30 07:24:22 192 mDNSResponder: startup succeeded

Apr 30 07:24:23 192 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14

Apr 30 07:24:23 192 atd: atd startup succeeded

Apr 30 07:24:23 192 ntpdate[4028]: can't find host a.ntp.alphazed.net

Apr 30 07:24:23 192 ntpdate[4028]: no servers can be used, exiting

Apr 30 07:24:23 192 ntpd: failed

Apr 30 07:24:24 192 ntpd[4038]: ntpd 4.2.0@1.1161-r Wed Sep 7 20:06:56 CEST 2005 (1)

Apr 30 07:24:24 192 ntpd: ntpd startup succeeded

Apr 30 07:24:24 192 ntpd[4038]: precision = 1.000 usec

Apr 30 07:24:24 192 ntpd[4038]: kernel time sync status 0040

Apr 30 07:24:24 192 ntpd[4038]: frequency initialized -45.261 PPM from /etc/ntp/drift

Apr 30 07:24:24 192 rawdevices: succeeded

Apr 30 07:24:24 192 xinetd: xinetd startup succeeded

Apr 30 07:24:24 192 loadkeys: Loading /usr/lib/kbd/keymaps/i386/qwerty/us.kmap.gz

Apr 30 07:24:24 192 keytable: Loading keymap: us succeeded

Apr 30 07:24:24 192 loadkeys: Loading /usr/lib/kbd/keymaps/include/compose.latin.inc.gz

Apr 30 07:24:24 192 keytable: Loading compose keys: compose.latin.inc succeeded

Apr 30 07:24:24 192 keytable: succeeded

Apr 30 07:24:24 192 xinetd[4105]: xinetd Version 2.3.13 started with libwrap options compiled in.

Apr 30 07:24:24 192 xinetd[4105]: Started working: 0 available services

Apr 30 07:24:25 192 freshclam: freshclam startup succeeded

Apr 30 07:24:25 192 crond[4250]: (CRON) STARTUP (fork ok)

Apr 30 07:24:25 192 crond: crond startup succeeded

Apr 30 07:24:25 192 lisa: Starting lisa: succeeded

Apr 30 07:24:26 192 rc: Starting kheader: succeeded

Apr 30 07:24:26 192 kernel: bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 bytes, v3).

Apr 30 07:24:26 192 kernel: bootsplash: status on console 0 changed to on

Apr 30 07:24:26 192 kernel: bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 bytes, v3).

Apr 30 07:24:26 192 kernel: bootsplash: status on console 1 changed to on

Apr 30 07:24:26 192 kernel: bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 bytes, v3).

Apr 30 07:24:26 192 kernel: bootsplash: status on console 2 changed to on

Apr 30 07:24:26 192 kernel: bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 bytes, v3).

Apr 30 07:24:26 192 kernel: bootsplash: status on console 3 changed to on

Apr 30 07:24:26 192 kernel: bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 bytes, v3).

Apr 30 07:24:26 192 kernel: bootsplash: status on console 4 changed to on

Apr 30 07:24:26 192 kernel: bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 9887 bytes, v3).

Apr 30 07:24:26 192 kernel: bootsplash: status on console 5 changed to on

Apr 30 07:24:33 192 kdm_greet[4437]: Can't open default user face

Apr 30 07:24:37 192 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11

Apr 30 07:24:39 192 kde3(pam_unix)[3901]: session opened for user mike by (uid=0)

Apr 30 07:24:40 192 net_applet[4540]: ### Program is starting ###

Apr 30 07:24:43 192 gconfd (mike-4592): starting (version 2.10.1), pid 4592 user 'mike'

Apr 30 07:24:44 192 gconfd (mike-4592): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only

configuration source at position 0

Apr 30 07:24:44 192 gconfd (mike-4592): Resolved address "xml:readwrite:/home/mike/.gconf" to a writable configuration

source at position 1

Apr 30 07:24:44 192 gconfd (mike-4592): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only

configuration source at position 2

Apr 30 07:24:48 192 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7

Apr 30 07:24:53 192 autosetupprintqueues[1659]: launched command: export DISPLAY="localhost:0.0"; export USER=mike; [ -r /

etc/sysconfig/i18n ] >> /dev/null 2>&1 && for l in `cat /etc/sysconfig/i18n`; do export $l; done >> /dev/null 2>&1; [ -r /

home/mike/.i18n ] >> /dev/null 2>&1 && for l in `cat /home/mike/.i18n`; do export $l; done >> /dev/null 2>&1; export

XAUTHORITY=/home/mike/.Xauthority; /usr/sbin/printerdrake --onlyautoqueue >> /dev/null 2>&1;

Apr 30 07:24:53 192 printerdrake[4641]: ### Program is starting ###

Apr 30 07:24:55 192 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7

Apr 30 07:24:56 192 printerdrake[4641]: modified file /etc/sysconfig/printing

Apr 30 07:24:56 192 printerdrake[4641]: running: /etc/rc.d/init.d/cups status

Apr 30 07:24:56 192 printerdrake[4641]: running: update-alternatives --display lpr

Apr 30 07:24:56 192 printerdrake[4641]: symlinked file /usr/bin/lpr-cups to /etc/alternatives/lpr

Apr 30 07:24:56 192 printerdrake[4641]: running: update-alternatives --display lpq

Apr 30 07:24:56 192 printerdrake[4641]: symlinked file /usr/bin/lpq-cups to /etc/alternatives/lpq

Apr 30 07:24:56 192 printerdrake[4641]: running: update-alternatives --display lprm

Apr 30 07:24:57 192 printerdrake[4641]: symlinked file /usr/bin/lprm-cups to /etc/alternatives/lprm

Apr 30 07:24:57 192 printerdrake[4641]: running: update-alternatives --display lp

Apr 30 07:24:57 192 printerdrake[4641]: symlinked file /usr/bin/lp-cups to /etc/alternatives/lp

Apr 30 07:24:57 192 printerdrake[4641]: running: update-alternatives --display cancel

Apr 30 07:24:57 192 printerdrake[4641]: symlinked file /usr/bin/cancel-cups to /etc/alternatives/cancel

Apr 30 07:24:57 192 printerdrake[4641]: running: update-alternatives --display lpstat

Apr 30 07:24:57 192 printerdrake[4641]: symlinked file /usr/bin/lpstat-cups to /etc/alternatives/lpstat

Apr 30 07:24:57 192 printerdrake[4641]: running: update-alternatives --display lpc

Apr 30 07:24:57 192 printerdrake[4641]: symlinked file /usr/sbin/lpc-cups to /etc/alternatives/lpc

Apr 30 07:24:57 192 printerdrake[4641]: running: /sbin/chkconfig --list

Apr 30 07:24:58 192 printerdrake[4641]: created directory /dev/usb (and parents if necessary)

Apr 30 07:24:58 192 last message repeated 14 times

Apr 30 07:24:58 192 printerdrake[4641]: ### Program is exiting ###

Apr 30 07:24:58 192 printerdrake[4641]: ### Program is exiting ###

Apr 30 07:24:58 192 autosetupprintqueues[1659]: ### Program is exiting ###

Apr 30 07:25:02 192 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10

Apr 30 07:25:12 192 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6

Apr 30 07:25:18 192 dhclient: No DHCPOFFERS received.

Apr 30 07:25:18 192 ifplugd(wlan0)[2859]: client: Determining IP information for wlan0... failed.

Apr 30 07:25:18 192 ifplugd(wlan0)[2859]: Program execution failed, return value is 1.

Apr 30 07:25:18 192 ifplugd(wlan0)[2859]: Exiting.

Apr 30 07:25:23 192 drakconf.real[4679]: ### Program is starting ###

Apr 30 07:25:33 192 su(pam_unix)[4688]: session opened for user root by (uid=500)

Apr 30 07:25:33 192 su(pam_unix)[4688]: session closed for user root

Apr 30 07:25:33 192 su(pam_unix)[4693]: session opened for user root by (uid=500)

Apr 30 07:25:33 192 drakconf.real[4699]: ### Program is starting ###

Apr 30 07:25:40 192 harddrake2[4706]: ### Program is starting ###

Apr 30 07:25:41 192 harddrake2[4706]: running: dmidecode

Apr 30 07:25:42 192 harddrake2[4706]: id2hd: 0x3aab3aab=>hda 0x80fd80fd=>hdb

Apr 30 07:25:42 192 harddrake2[4706]: id2edd: 0x3aab3aab=>/sys/firmware/edd/int13_dev80 0x80fd80fd=>/sys/firmware/edd/

int13_dev81

Apr 30 07:25:42 192 harddrake2[4706]: geometry_from_edd hda 0x3aab3aab: 9964/255/63

Apr 30 07:25:42 192 harddrake2[4706]: geometry_from_edd hdb 0x80fd80fd: 2491/255/63

Apr 30 07:25:42 192 harddrake2[4706]: test_for_bad_drives(/dev/hda)

Apr 30 07:25:42 192 harddrake2[4706]: found a dos partition table on /dev/hda at sector 0

Apr 30 07:25:42 192 harddrake2[4706]: guess_geometry_from_partition_table hda: 9964/255/63

Apr 30 07:25:42 192 harddrake2[4706]: running: vol_id -l /dev/hda1

Apr 30 07:25:42 192 harddrake2[4706]: running: vol_id -l /dev/hda5

Apr 30 07:25:42 192 harddrake2[4706]: running: vol_id -l /dev/hda6

Apr 30 07:25:42 192 harddrake2[4706]: running: vol_id -l /dev/hda7

Apr 30 07:25:42 192 harddrake2[4706]: test_for_bad_drives(/dev/hdb)

Apr 30 07:25:42 192 harddrake2[4706]: found a dos partition table on /dev/hdb at sector 0

Apr 30 07:25:42 192 harddrake2[4706]: guess_geometry_from_partition_table hdb: 2491/255/63

Apr 30 07:25:42 192 harddrake2[4706]: check_geometry_using_the_partition_table failed for (hdb1, 40020623): 1023,254,62 vs

1023,42,62 with geometry 2491/255/63

Apr 30 07:25:42 192 harddrake2[4706]: running: vol_id -l /dev/hdb1

Apr 30 07:25:43 192 harddrake2[4706]: running: /bin/rpm -q --qf %{name} ppp

Apr 30 07:25:43 192 hald[3602]: Timed out waiting for hotplug event 999. Rebasing to 1029

Apr 30 07:26:54 192 drakconnect[4736]: ### Program is starting ###

Apr 30 07:27:38 192 ntpd[4038]: synchronized to LOCAL(0), stratum=10

Apr 30 07:27:38 192 ntpd[4038]: kernel time sync disabled 0041

Apr 30 07:28:22 192 su(pam_unix)[4750]: session opened for user root by (uid=500)

Apr 30 07:28:22 192 su(pam_unix)[4750]: session closed for user root

Apr 30 07:28:22 192 su(pam_unix)[4755]: session opened for user root by (uid=500)

Edited by RVDowning
Link to comment
Share on other sites

# iwlist wlan0 scan

 

wlan0 Scan completed :

Cell 01 - Address: 00:16:B6:2E:EE:47

ESSID:"linksys"

Protocol:IEEE 802.11g

Mode:Managed

Frequency:2.437 GHz (Channel 6)

Quality:0/100 Signal level:-59 dBm Noise level:-256 dBm

Encryption key:off

Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s

24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s

12 Mb/s; 48 Mb/s

Extra:bcn_int=100

Extra:atim=0

Cell 02 - Address: 00:12:0E:09:BE:C7

ESSID:"WEST6033"

Protocol:IEEE 802.11g

Mode:Managed

Frequency:2.437 GHz (Channel 6)

Quality:0/100 Signal level:-65 dBm Noise level:-256 dBm

Encryption key:on

Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s

9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s

48 Mb/s; 54 Mb/s

Extra:bcn_int=100

Extra:atim=0

 

 

Note the Cell 02 is not ours, but is a neighbor's.

Cell 01 is the shows the address of the card in the remote pc.

 

Hope this helps.

Link to comment
Share on other sites

OK, it's found two access points, the first being "linksys" which sounds like yours. This would suggest at least your wireless card is working.

 

Are you trying to obtain an ip address by DHCP? I might be tempted to configure it to use a static ip, and then see if you can ping the linksys. Of course, make sure security is off on the wireless access point for testing, to make it much easier for troubleshooting.

 

I normally use the gui for configuring the wireless point just for the static ip, then the rest I do from the command line afterwards. Go into System/Configuration/Configure Your Computer/Networking/Wireless Connections if you've already created one, or create one using the wizard, and then go into the properties afterwards to see if it shows a link status and signal strength.

Link to comment
Share on other sites

Don't know if the following helps clarify anything:

 

When I originally installed Mandriva 2006 (i didn't have a separate router at the time) I set up the machine to receive its ip address via DHCP from the Westell modem and had no problems. As it happens, I DO have a static ip address, but I never had to key that ip address in during the Mandriva installation.

 

The instructions I used for hooking up the Linksys router to the BellSouth Westell modem are here: http://www.dslreports.com/faq/6323 Is this methodology perhaps not suitable for retrieving the ip address via DHCP for the router?

 

I am hooked up via Bridged Ethernet from the Westell modem to the Linksys router. The Westell modem is both a modem and router, but, if I understand correctly, the Bridged Ethernet mode should just pass off all the routing functions to Linksys.

 

My machine is hard-connected to the router and I have no connectivity problems, so I am assuming that it is giving out an ip address via DHCP. Is it perhaps not doing so for the wireless machine?

 

Thanks for your help.

Link to comment
Share on other sites

I have a wireless access point, which is bridged to my network, but doesn't pass DHCP. It could be that DHCP isn't passed over your Wireless connection. Some are supported for this, and some aren't. I would check in Windows to see if it receives DHCP across the wireless. If not, then this would mean DHCP won't be forwarded over the wireless.

 

I'm unsure if your linksys passes DHCP over it's wireless or not. I have to use static with mine. If you find Windows doesn't get DHCP over Wireless, then this would mean you'd have to have a static ip address for your wireless connections. I would make sure that the DHCP scope configured on the router has these addresses excluded so that they can't be assigned to other machines, causing duplicate IP addresses.

 

I use static completely and no DHCP, since it also reduces the load on the router hardware too. I only have a few machines, so for me, I find it easier with static. Plus, because I have to as well, due to the lack of passing DHCP via my wireless access point.

Link to comment
Share on other sites

I'm not sure how to check in Windows "to see if it receives DHCP across wireless." I'll double check, but I don't believe my static ip address was ever keyed into my roommate's Windows machine. In which case, how does it work in Windows?

 

I don't use Windows, but my roommate (for whom we are trying to set up this wireless connection) dual boots. His Windows connectivity is fine. He just has Linux issues.

 

I would make sure that the DHCP scope configured on the router has these addresses excluded so that they can't be assigned to other machines, causing duplicate IP addresses.

 

I'll have to check this.

 

I use static completely and no DHCP, since it also reduces the load on the router hardware too.

 

Guess I'll have to see how to set this up. Haven't a clue at the moment.

Link to comment
Share on other sites

You can configure static using the wizards for the wireless connection, this is what I do, which then creates the /etc/sysconfig/network-scripts/ifcfg-wlan0 file.

 

Then take a look at the Wireless Configuration afterwards, as it'll show if it's seeing the access point, and how good/bad the signal is. If Windows does receive DHCP IP address OK over wireless, then it should be fine for Linux too. Troubleshooting with static, will give us an idea as to where the problem is. Make sure dhcpcd is installed to receive DHCP addresses.

 

urpmi dhcp-client

 

as this is the client for obtaining the DHCP address.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...