LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 03-04-2007, 01:31 AM   #1
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,130
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
FATAL: Module ndiswrapper not found (Deb Etch)


I'm trying to get my wireless connection working on
Debian Etch 4.0 RC1 (kernal 2.6.18-3-k7)

It's a Broadcom BCM4318 [Airforce One 54g] 802.11g (rev2)

I downloaded the bcmwl5a.inf and bcmwl5.sys files.

I installed the packages:

Code:
ndiswrapper-common     1.28-1
ndiswrapper-source     1.28-1
ndiswrapper-utils-1.1  1.1-5
ndiswrapper-utils-1.9  1.28-1
module-init-tools      3.3-pre4-1
module-assistant       0.10.8
Code:
# ndiswrapper -i bcmwl5a.inf
the folder /etc/ndiswrapper/bcmwl5a shows the 2 files and 8 other .conf files

Code:
# ndiswrapper -l
installed drivers:
bcmwl5a     driver installed, hardware (14E4:4324) present (alternative driver: bcm43xx)
Code:
# modprobe ndiswrapper
FATAL: Module ndiswrapper not found.
Is there a package I forgot to install? Or a command I didn't do?

Last edited by replica9000; 03-04-2007 at 01:33 AM.
 
Old 03-04-2007, 03:16 PM   #2
Cliffster
LQ Newbie
 
Registered: Feb 2007
Posts: 26

Rep: Reputation: 15
is ndiswrapper in the path? if the system doesn't know where you installed it, then it wont be finding it, which is what that error is saying.
 
Old 03-04-2007, 05:45 PM   #3
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Are you sure you installed the ndiswrapper packages for your kernel? To be honest, it is so easy to compile ndiswrapper from source, that I would do that rather than mess with packages. Then you are assured it is being installed in the proper place. There are excellent instructions for compiling on the ndiswrapper wiki as well.
 
Old 03-07-2007, 04:59 PM   #4
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,130

Original Poster
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Ok I downloaded ndiswrapper from Sourceforge, installed it following the included instructions.

Everything worked till I got to this point:

Code:
# iwconfig

eth0      IEEE 802.11b/g  ESSID:off/any  Nickname:"Broadcom 4318"
          Mode:Managed  Access Point: Invalid
          RTS thr:off   Fragment thr:off
          Encryption key: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
then I tried #iwconfig eth0 essid AMD-NET

and it showed up in iwconfig.

I rebooted and got error messasge Error couldn't find bcm43xx_microcode5.fw and something like couldn't turn on radio.

So I found these instructions:
Code:
echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist
sudo rmmod bcm43xx
sudo rmmod ndiswrapper
sudo apt-get remove ndiswrapper-utils
sudo rm -r /etc/ndiswrapper/
sudo rm -r /etc/modprobe.d/ndiswrapper
sudo apt-get install ndiswrapper-utils
sudo ndiswrapper -i /home/dave/Desktop/bcmwl5.inf
sudo ndiswrapper -m
sed -e 's/RadioState|1/RadioState|0/' /etc/ndiswrapper/bcmwl5/*.conf
sudo modprobe ndiswrapper

NOTE: Be sure to uninstall bcm43xx-fwcutter if you installed it already. Also, make sure to get the correct bcmwl5.inf and bcmwl5.sys files from Dell or whoever.
I rebooted. Error Setting flags: no such device

In terminal (as root) I did:
Code:
debian-etchtop:# iwconfig
lo        no wireless extensions.

eth1      no wireless extensions.

sit0      no wireless extensions.

debian-etchtop:# ndiswrapper -l
bcmwl5 : driver installed
        device (14E4:4318) present (alternate driver: bcm43xx)

debian-etchtop:# modprobe ndiswrapper
debian-etchtop:# iwconfig
lo        no wireless extensions.

eth1      no wireless extensions.

sit0      no wireless extensions.

eth0      IEEE 802.11g  ESSID:off/any
          Mode:Managed  Frequency:2.462 GHz  Access Point: Not-Associated
          Bit Rate:54 Mb/s   Tx-Power:25 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

debian-etchtop:# iwconfig eth0 essid AMD-NET 
debian-etchtop:/home/replica# iwconfig
lo        no wireless extensions.

eth1      no wireless extensions.

sit0      no wireless extensions.

eth0      IEEE 802.11g  ESSID:off/any
          Mode:Managed  Frequency:2.462 GHz  Access Point: Not-Associated
          Bit Rate:54 Mb/s   Tx-Power:25 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
So I got this far, but I can't seem to change the ESSID using iwconfig. Still says ESSID: off/any What should I do from here? I have to do:#modprobe ndiswrapper everytime I reboot for it to show under iwconfig. Also does it have support for WPA AES keys?

Last edited by replica9000; 03-07-2007 at 05:16 PM.
 
Old 03-07-2007, 05:39 PM   #5
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
OK, you've got a bunch of stuff going on here. The biggest problem is that you have both bcm43xx and ndiswrapper loading. That's not good because they will conflict (and that is probably a big part of the problem here). Given that you have a 4318, you should go with ndiswrapper, so you need to add the bcm43xx module to your /etc/modprobe.d/blacklist file. That will keep it from loading on boot.

Now check the output of lsmod. If you see both ndiswrapper and bcm43xx, remove bcm43xx with modprobe -r bcm43xx. I would also remove and reload ndiswrapper and see what the output of iwconfig looks like then.

Quote:
I have to do:#modprobe ndiswrapper everytime I reboot for it to show under iwconfig.
Personally, I use a script to load and configure ndiswrapper at boot time. It is pretty easy to do. Once we get some of the other nonsense sorted out we can get something in place.
Quote:
Also does it have support for WPA AES keys?
You're going to need to install wpa_supplicant. There is almost certainly a Debian package for it, so you can probably get it with apt. I've got compiling instructions on my help site as well as an example configuration so you might have a read through that.
 
Old 03-07-2007, 06:08 PM   #6
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,130

Original Poster
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Ok I had already blacklisted the bcm43xx

This is what lsmod outputs:
Code:
debian-etchtop:/home/replica# lsmod
Module                  Size  Used by
ndiswrapper           164564  0
rfcomm                 35288  0
l2cap                  22656  5 rfcomm
bluetooth              46628  4 rfcomm,l2cap
ipv6                  228000  10
ppdev                   8964  0
parport_pc             32612  0
lp                     11300  0
parport                33672  3 ppdev,parport_pc,lp
button                  6928  0
ac                      5508  0
battery                 9924  0
sata_sil               11784  0
libata                 90772  1 sata_sil
fuse                   40276  4
dm_snapshot            15904  0
dm_mirror              19600  0
dm_mod                 50776  2 dm_snapshot,dm_mirror
sbp2                   21320  0
scsi_mod              124872  2 libata,sbp2
loop                   15496  0
tsdev                   7808  0
joydev                  9408  0
pcmcia                 34684  0
firmware_class         10048  1 pcmcia
snd_atiixp             18316  1
snd_ac97_codec         83360  1 snd_atiixp
snd_ac97_bus            2688  1 snd_ac97_codec
snd_pcm_oss            39200  0
snd_mixer_oss          15552  1 snd_pcm_oss
snd_pcm                68996  3 snd_atiixp,snd_ac97_codec,snd_pcm_oss
snd_timer              21316  1 snd_pcm
snd                    47524  8 snd_atiixp,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore               9568  1 snd
rtc                    12788  0
sdhci                  17100  0
mmc_core               23488  1 sdhci
psmouse                35336  0
serio_raw               6980  0
snd_page_alloc          9928  2 snd_atiixp,snd_pcm
yenta_socket           24844  1
rsrc_nonstatic         12224  1 yenta_socket
pcmcia_core            37204  3 pcmcia,yenta_socket,rsrc_nonstatic
pcspkr                  3392  0
i2c_piix4               8460  0
sky2                   37252  0
ati_agp                 8972  0
i2c_core               20096  1 i2c_piix4
shpchp                 33312  0
pci_hotplug            29056  1 shpchp
agpgart                30216  1 ati_agp
evdev                   9408  2
reiserfs              214080  1
ide_cd                 36576  0
cdrom                  33056  1 ide_cd
ide_disk               15168  5
generic                 5764  0 [permanent]
ohci1394               31344  0
ieee1394               88376  2 sbp2,ohci1394
atiixp                  6416  0 [permanent]
ide_core              110984  4 ide_cd,ide_disk,generic,atiixp
ehci_hcd               28488  0
ohci_hcd               18564  0
usbcore               113412  4 ndiswrapper,ehci_hcd,ohci_hcd
thermal                13896  0
processor              29128  1 thermal
fan                     5124  0
Seems I already have the wpa-supplement package installed.
 
Old 03-08-2007, 06:52 AM   #7
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
OK, so bcm43xx is not loaded. Good. Do you still get the error about bcm43xx_microcode5.fw? Also, with bcm43xx out of the picture, can you set the ssid with iwconfig?

If you've got wpa_supplicant already installed, the next step would be to edit the config file (usually /etc/wpa_supplicant.conf) to include the networks you want, and then start wpa_supplicant. Take a look at the examples I've got on my help site for configuring and starting wpa_supplicant, and I'd suggest starting with the wext driver.
 
Old 03-08-2007, 08:00 PM   #8
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,130

Original Poster
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Ok I created a wpa_suppliment.conf file in /etc/ and in the file:

Code:
network={
ssid="AMD-NET"
scan_ssid=1
key_mgmt=WPA-PSK
pairwise=AES
group=AES
psk="mypasskey"
priority=1
}
And then did the line:
Code:
wpa_supplicant -Bw -Dndiswrapper -c/etc/wpa_supplicant.conf -ieth0
The command seemed to be accepted, no errors.

I still try:
Code:
iwconfig eth0 essid AMD-NET
with no change to the iwconfig output:
Code:
eth0      IEEE 802.11g  ESSID:off/any
          Mode:Managed  Frequency:2.462 GHz  Access Point: Not-Associated
          Bit Rate:54 Mb/s   Tx-Power:25 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
 
Old 03-09-2007, 06:39 AM   #9
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
If you run wpa-supplicant, there is no need to then run iwconfig to set the ssid. Wpa-supplicant should be doing that for you. Also, instead of using -Dndiswrapper, I would give -Dwext a try. I think that wext is probably going to become the default in wpa-supplicant, so it may work better. By the way, you are root when you start wpa-supplicant, aren't you?

If there is still no joy, I think you're going to have to do some digging in your log files (/var/log/syslog, /var/log/messages and the output of dmesg) and see if there are any clues as to what is going wrong.
 
Old 03-10-2007, 07:28 PM   #10
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,130

Original Poster
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
I tried using both -Dndiswrapper and -Dwext, didn't seem to make a difference.

Here is my dmesg output:

Code:
debian-etchtop:/home/replica# dmesg
Linux version 2.6.18-4-k7 (Debian 2.6.18.dfsg.1-11) (waldi@debian.org) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Wed Feb 21 16:48:19 UTC 2007
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000ce000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000003beb0000 (usable)
 BIOS-e820: 000000003beb0000 - 000000003beb8000 (ACPI data)
 BIOS-e820: 000000003beb8000 - 000000003bf00000 (ACPI NVS)
 BIOS-e820: 000000003bf00000 - 0000000040000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
62MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f8220
On node 0 totalpages: 245424
  DMA zone: 4096 pages, LIFO batch:0
  Normal zone: 225280 pages, LIFO batch:31
  HighMem zone: 16048 pages, LIFO batch:3
DMI present.
ACPI: RSDP (v000 GATEWA                                ) @ 0x000f8190
ACPI: RSDT (v001 GATEWA M300     0x20060124  LTP 0x00000000) @ 0x3beb380a
ACPI: FADT (v001 GATEWA M300     0x20060124 PTL  0x0000005f) @ 0x3beb7e20
ACPI: SSDT (v001 PTLTD  POWERNOW 0x20060124  LTP 0x00000001) @ 0x3beb7e94
ACPI: MADT (v001 GATEWA M300     0x20060124  LTP 0x00000000) @ 0x3beb7f6a
ACPI: MCFG (v001 GATEWA M300     0x20060124  LTP 0x00000000) @ 0x3beb7fc4
ACPI: DSDT (v001 GATEWA M300     0x20060124 MSFT 0x0100000e) @ 0x00000000
ATI board detected. Disabling timer routing over 8254.
ACPI: PM-Timer IO Port: 0x8008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 15:4 APIC version 16
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 33, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
Detected 1790.986 MHz processor.
Built 1 zonelists.  Total pages: 245424
Kernel command line: root=/dev/hda6 ro
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 965404k/981696k available (1557k kernel code, 15616k reserved, 581k data, 196k init, 64192k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 3585.39 BogoMIPS (lpj=7170781)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001
CPU: After vendor identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 16k freed
ACPI: Core revision 20060707
CPU0: AMD Turion(tm) 64 Mobile Technology ML-34 stepping 02
Total of 1 processors activated (3585.39 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ...  failed.
...trying to set up timer as Virtual Wire IRQ... works.
Brought up 1 CPUs
migration_cost=0
checking if image is initramfs... it is
Freeing initrd memory: 4432k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 2.10 entry at 0xfd89d, last bus=5
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1
Boot video device is 0000:01:05.0
PCI: Transparent bridge - 0000:00:14.4
PCI: Bus #06 (-#09) is hidden behind transparent bridge #05 (-#06) (try 'pci=assign-busses')
Please report the result to linux-kernel to fix this permanently
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKU] (IRQs 3 4 5 7) *0, disabled.
ACPI: Embedded Controller [EC0] (gpe 28) interrupt mode.
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 10 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
pnp: 00:09: ioport range 0x1080-0x1080 has been reserved
pnp: 00:09: ioport range 0x220-0x22f has been reserved
pnp: 00:09: ioport range 0x40b-0x40b has been reserved
pnp: 00:09: ioport range 0x4d0-0x4d1 has been reserved
PCI: Bridge: 0000:00:01.0
  IO window: 9000-9fff
  MEM window: d0100000-d01fffff
  PREFETCH window: d4000000-d7ffffff
PCI: Bridge: 0000:00:06.0
  IO window: a000-afff
  MEM window: d0200000-d02fffff
  PREFETCH window: disabled.
PCI: Bus 6, cardbus bridge: 0000:05:09.0
  IO window: 00002000-000020ff
  IO window: 00002400-000024ff
  PREFETCH window: 50000000-51ffffff
  MEM window: 52000000-53ffffff
PCI: Bridge: 0000:00:14.4
  IO window: 2000-2fff
  MEM window: d0300000-d03fffff
  PREFETCH window: 50000000-51ffffff
PCI: Setting latency timer of device 0000:00:06.0 to 64
ACPI: PCI Interrupt 0000:05:09.0[A] -> GSI 23 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:05:09.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
audit: initializing netlink socket (disabled)
audit(1173293727.796:1): initialized
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
PCI: Setting latency timer of device 0000:00:06.0 to 64
pcie_portdrv_probe->Dev[5a38:1002] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:06.0:pcie00]
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
Using IPI No-Shortcut mode
ACPI: (supports S0 S3 S4 S5)
Freeing unused kernel memory: 196k freed
Time: tsc clocksource has been installed.
input: AT Translated Set 2 keyboard as /class/input/input0
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI: Thermal Zone [THRM] (65 C)
usbcore: registered new driver usbfs
usbcore: registered new driver hub
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 19 (level, low) -> IRQ 201
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:13.0: irq 201, io mem 0xd0000000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ieee1394: Initialized config rom entry `ip1394'
ACPI: PCI Interrupt 0000:00:13.1[A] -> GSI 19 (level, low) -> IRQ 201
ohci_hcd 0000:00:13.1: OHCI Host Controller
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:13.1: irq 201, io mem 0xd0001000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 4 ports detected
Time: acpi_pm clocksource has been installed.
ACPI: PCI Interrupt 0000:00:13.2[A] -> GSI 19 (level, low) -> IRQ 201
ehci_hcd 0000:00:13.2: EHCI Host Controller
ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 3
ehci_hcd 0000:00:13.2: irq 201, io mem 0xd0002000
ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 8 ports detected
ATIIXP: IDE controller at PCI slot 0000:00:14.1
ACPI: PCI Interrupt 0000:00:14.1[A] -> GSI 16 (level, low) -> IRQ 209
ATIIXP: chipset revision 0
ATIIXP: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x8410-0x8417, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x8418-0x841f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: ST9120824A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: PHILIPS DVD+/-RW SDVD8820, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
ACPI: PCI Interrupt 0000:05:09.2[C] -> GSI 21 (level, low) -> IRQ 169
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[169]  MMIO=[d0308000-d03087ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
hda: max request size: 512KiB
hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
 hda: hda1 hda2 < hda5 hda6 hda7 >
hdc: ATAPI 47X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
Attempting manual resume
ReiserFS: hda6: found reiserfs format "3.6" with standard journal
ReiserFS: hda6: using ordered data mode
ReiserFS: hda6: journal params: device hda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda6: checking transaction log (hda6)
ReiserFS: hda6: Using r5 hash to sort names
Linux agpgart interface v0.101 (c) Dave Jones
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 18 (level, low) -> IRQ 217
PCI: Setting latency timer of device 0000:03:00.0 to 64
sky2 v1.5 addr 0xd0200000 irq 217 Yukon-FE (0xb7) rev 1
sky2 eth0: addr 00:e0:b8:b6:14:82
piix4_smbus 0000:00:14.0: Found 0000:00:14.0 device
input: PC Speaker as /class/input/input1
Yenta: CardBus bridge found at 0000:05:09.0 [107b:0300]
Yenta: Enabling burst memory read transactions
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0000:05:09.0, mfunc 0x01ac1b22, devctl 0x64
Yenta: ISA IRQ mask 0x0ef8, PCI irq 177
Socket status: 30000006
Yenta: Raising subordinate bus# of parent bus (#05) from #06 to #09
pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
cs: IO port probe 0x2000-0x2fff: clean.
pcmcia: parent PCI bridge Memory window: 0xd0300000 - 0xd03fffff
pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x51ffffff
sdhci: Secure Digital Host Controller Interface driver, 0.12
sdhci: Copyright(c) Pierre Ossman
sdhci: SDHCI controller found at 0000:05:09.4 [104c:8034] (rev 0)
ACPI: PCI Interrupt 0000:05:09.4[A] -> GSI 23 (level, low) -> IRQ 177
mmc0: SDHCI at 0xd0309000 irq 177 DMA
mmc1: SDHCI at 0xd0308c00 irq 177 DMA
mmc2: SDHCI at 0xd0308800 irq 177 DMA
Real Time Clock Driver v1.12ac
ACPI: PCI Interrupt 0000:00:14.5[B] -> GSI 17 (level, low) -> IRQ 233
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: clean.
cs: IO port probe 0x820-0x8ff: excluding 0x878-0x87f
cs: IO port probe 0xc00-0xcf7: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcdf
cs: IO port probe 0xa00-0xaff: clean.
Synaptics Touchpad, model: 1, fw: 5.9, id: 0x23aeb3, caps: 0xa04713/0x10008
input: SynPS/2 Synaptics TouchPad as /class/input/input2
ts: Compaq touchscreen protocol output
Adding 2522164k swap on /dev/hda7.  Priority:-1 extents:1 across:2522164k
loop: loaded (max 8 devices)
SCSI subsystem initialized
ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
ieee1394: sbp2: Try serialize_io=0 for better performance
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
fuse init (API version 7.7)
pcmcia: Detected deprecated PCMCIA ioctl usage from process: discover.
pcmcia: This interface will soon be removed from the kernel; please expect breakage unless you upgrade to new tools.
pcmcia: see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details.
libata version 2.00 loaded.
sky2 eth1: enabling interface
sky2 eth1: Link is up at 100 Mbps, full duplex, flow control none
ACPI: Battery Slot [BAT1] (battery present)
ACPI: AC Adapter [ACAD] (on-line)
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [PWRB]
ACPI: Sleep Button (CM) [SLPB]
ACPI: Lid Switch [LID]
lp: driver loaded but no devices found
ppdev: user-space parallel port driver
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
Bluetooth: Core ver 2.10
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
eth1: no IPv6 routers present
ndiswrapper version 1.38 loaded (preempt=no,smp=yes)
ndiswrapper: driver bcmwl5 (Broadcom,12/22/2004, 3.100.46.0) loaded
ACPI: PCI Interrupt 0000:05:02.0[A] -> GSI 22 (level, low) -> IRQ 50
ndiswrapper: using IRQ 50
wlan0: ethernet device 00:14:a5:c1:ce:38 using NDIS driver: bcmwl5, version: 0x3642e00, NDIS version: 0x501, vendor: '', 14E4:4318.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
usbcore: registered new driver ndiswrapper
ndiswrapper: changing interface name from 'wlan0' to 'eth0'
ADDRCONF(NETDEV_UP): eth0: link is not ready
APIC error on CPU0: 00(40)
ohci_hcd 0000:00:13.0: wakeup
usb 1-1: new low speed USB device using ohci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
usbcore: registered new driver hiddev
input: USB Mouse as /class/input/input3
input: USB HID v1.10 Mouse [USB Mouse] on usb-0000:00:13.0-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver

Last edited by replica9000; 03-10-2007 at 07:49 PM.
 
Old 03-11-2007, 07:57 AM   #11
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Unfortunately, wpa_supplicant is not leaving any clues in dmesg. Have you checked the other log files? Also, is your access point broadcasting its SSID? For some reason, that makes a critical difference for some cards/drivers.

I would also try turning off encryption and seeing if you can set the SSID and get an IP address. That might help determine if the problem is in the driver or in wpa_supplicant. Obviously this isn't a long-term solution, but it might give us some clues as to where to look.
 
Old 03-17-2007, 02:34 PM   #12
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,130

Original Poster
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Ok tried changing setting on the router and still no luck.

Is it possible that this line I tried earlier did something?

Code:
sed -e 's/RadioState|1/RadioState|0/' /etc/ndiswrapper/bcmwl5/*.conf
I could set the ESSID in iwconig before I did this line. IS it possible linux isn't having the wireless transmit anything?

I also tried to look at those logs and even as root said I didn't have permission.
 
Old 03-18-2007, 06:31 AM   #13
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
To be honest I have no idea what that sed command is going to do, but I'm betting it isn't anything good. Can I ask what you were trying to do? To try and eliminate it as a problem, I would completely uninstall your Windows drivers, and even go so far as to remove the /etc/ndiswrapper/bcmwl5 directory and then re-install the drivers.


Quote:
I also tried to look at those logs and even as root said I didn't have permission.
That is really, really strange. What are the permissions on those files? If root doesn't have read permission, you should be able to give it with the chmod command.
 
Old 03-18-2007, 09:35 PM   #14
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,130

Original Poster
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
That sed command was something that worked for someone in another post, figured I'd give it a shot. I was thinking starting from scratch might be a good thing to try.
 
Old 05-06-2007, 04:56 PM   #15
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,130

Original Poster
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Hey sorry it's been so long since I posted anything in this thread but I had sort of given up on the ndiswapper thing due to moving and other stuff keeping me busy.

Well today I decided to give it another go and got it working. This time I didn't change anything though. I found the command:

Code:
debian-etchtop:/home/replica# dhclient eth0
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:14:a5:c1:ce:38
Sending on   LPF/eth0/00:14:a5:c1:ce:38
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPOFFER from 192.168.1.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.114 -- renewal in 33722 seconds.
debian-etchtop:/home/replica#
and everything works great. Actually seems to have a faster connection than when using it in Windows XP.

Just wanted to thank everyone for all the time and help they gave me. Hopefully I remember all the steps I took to get it working again if I need to.

Now I guess I could use a script or something to run the commands "modprobe ndiswrapper" and "dhclient eth0" during boot.

Last edited by replica9000; 05-06-2007 at 04:59 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"FATAL: Module ndiswrapper not found" walterbyrd Debian 9 01-05-2008 01:36 PM
[SOLVED] Fatal Module not found Bryan7 Slackware 2 12-03-2006 01:02 AM
FATAL: Module usbvision not found. bhomass Debian 2 11-20-2005 11:09 PM
FATAL: Module usbcore not found Ross Clement Fedora 1 11-10-2004 06:54 AM
Fatal: Module HID not found. raghugs Red Hat 0 06-27-2004 11:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 04:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration