helsing n00b
Joined: 26 Jan 2004 Posts: 4
|
Posted: Wed Aug 18, 2004 12:50 pm Post subject: msi wireless cb54g cardbus card, ndiswrapper problem |
|
|
hi,
i´ve got the following problem:
i own a msi cb54g cardbus card, which simply refuses everything i try!
what i´ve tried so far:
Code: |
# lspci -v
[...]
0000:02:00.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
Subsystem: Micro-Star International Co., Ltd.: Unknown device 6819
Flags: fast devsel, IRQ 5
[virtual] Memory at de004000 (32-bit, non-prefetchable) [disabled]
Capabilities: [40] Power Management version 2
#lspci -n
[...]
0000:02:00.0 Class 0280: 14e4:4320 (rev 03)
|
my next step was to emerge ndiswrapper-0.8
after several attempts i found a driver (Broadcom_80211g_3_20_23_0) which gave me this
Code: |
# ndiswrapper -i /usr/lib/hotplug/drivers/Broadcom_80211g_3_20_23_0/bcmwl5.inf
Installing bcmwl5
# ndiswrapper -l
Installed ndis drivers:
bcmwl5 present
|
afterwards i changed in /etc/modules.d/ndiswrapper the following line to:
Code: |
install ndiswrapper /sbin/modprobe --ignore-install ndiswrapper && { loadndisdriver /etc/ndiswrapper/bcmwl5/ ; }
|
now i did modules-update and
Code: |
# modprobe ndiswrapper
Unable to mmap driver: No such device
FATAL: Error running install command for ndiswrapper
|
it still doesn´t work and dmesg shows the following
Code: |
# dmesg
[...]
ndiswrapper version 0.8 loaded
ndiswrapper adding bcmwl5.sys
PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
PCI: Setting latency timer of device 0000:02:00.0 to 64
Unable to handle kernel paging request at virtual address dc9e1000
printing eip:
dcb7ac51
*pde = 1bf38067
*pte = 00000000
Oops: 0000 [#1]
PREEMPT
Modules linked in: ndiswrapper snd_pcm_oss via sg ide_cs ds yenta_socket pcmcia_core sr_mod
CPU: 0
EIP: 0060:[<dcb7ac51>] Tainted: P
EFLAGS: 00210246 (2.6.7-epia1)
EIP is at 0xdcb7ac51
eax: 00000040 ebx: 00000000 ecx: 00000000 edx: dc9e1000
esi: 00000080 edi: d0a03bf4 ebp: d0a03bbc esp: d0a03bb8
ds: 007b es: 007b ss: 0068
Process loadndisdriver (pid: 23984, threadinfo=d0a02000 task=d26087f0)
Stack: dc9e0000 d0a03c18 dcb7ae0d dc9e1000 00000001 00000001 cf9c23e0 97ad5140
97ad5140 00000003 00200097 c03c716c d0a02000 00200246 d0a03c84 00000080
c03c86fd 00000000 00000002 00000000 00000083 d0a02000 00000080 c02adbef
Call Trace:
[<c03c716c>] pci_conf1_read+0xbc/0xf0
[<c03c86fd>] pci_read+0x3d/0x50
[<c02adbef>] pci_bus_read_config_byte+0x7f/0x90
[<dcb52830>] NdisReadPciSlotInformation+0x50/0x60 [ndiswrapper]
[<dcb4d4d4>] call_init+0x54/0x70 [ndiswrapper]
[<dcb4e873>] ndis_init_one+0x2c3/0x3b0 [ndiswrapper]
[<c0169831>] dput+0x31/0x220
[<c02b1702>] pci_device_probe_static+0x52/0x70
[<c02b175c>] __pci_device_probe+0x3c/0x50
[<c02b179c>] pci_device_probe+0x2c/0x50
[<c02f824f>] bus_match+0x3f/0x70
[<c02f837c>] driver_attach+0x5c/0xa0
[<c02f8641>] bus_add_driver+0x91/0xb0
[<c02f8acf>] driver_register+0x2f/0x40
[<dcb4d586>] call_entry+0x36/0x40 [ndiswrapper]
[<c02b1a1c>] pci_register_driver+0x5c/0x90
[<dcb4ec06>] start_driver+0x146/0x180 [ndiswrapper]
[<dcb4f3a1>] misc_ioctl+0xf1/0x1d6 [ndiswrapper]
[<c0169831>] dput+0x31/0x220
[<c0153cbb>] __fput+0xbb/0x120
[<c0164d80>] sys_ioctl+0x100/0x270
[<c0152511>] sys_close+0x61/0xa0
[<c0106097>] syscall_call+0x7/0xb
Code: 66 8b 1a 89 5d 08 8b 5d 08 66 89 1c 4f 41 42 42 3b c8 7c ea
|
Can anybody help me out there?
regards, helsing |
|