PDA

View Full Version : Nonexistant interface


brivy2008
19th December 2007, 09:43 PM
I'm really stuck. Ndiswrapper appears to be installed correctly with the correct driver, but the interface is still not coming up. Fedora 8 just doesn't see it. Please, I really need some help with this, if somebody has the time.


This is the lspci
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
02:04.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
02:06.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller

[root@localhost ~]# ndiswrapper -l
bcmwl5 : driver installed
device (14E4:4320) present (alternate driver: ssb)

This is the dmesg
ndiswrapper version 1.48 loaded (smp=yes, preempt=no)
usbcore: registered new interface driver ndiswrapper


When I try to activate wlan0 this is the message I get
ndiswrapper device wlan0:0 does not seem to be present, delaying initialization.

iwconfig shows this.
iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth2 no wireless extensions.


[root@localhost ~]# /sbin/ifconfig wlan0
wlan0: error fetching interface information: Device not found

[root@localhost ~]# /sbin/ifconfig wlan0 up
wlan0: unknown interface: No such device

[root@localhost ~]# system-config-services
ConsoleKit
console-kit-daemon (pid 1884) is running...
ConsoleKit
console-kit-daemon (pid 1884) is running...
ConsoleKit
console-kit-daemon (pid 1884) is running...
network
Configured devices:
lo eth0 eth2
Currently active devices:
lo eth0 eth2
network
Configured devices:
lo eth0 eth2
Currently active devices:
lo eth0 eth2
network
Configured devices:
lo eth0 eth2
Currently active devices:
lo eth0 eth2

leigh123linux
19th December 2007, 09:58 PM
How about using smaller fonts :(

brivy2008
19th December 2007, 10:02 PM

Oops, I apologize

leigh123linux
19th December 2007, 10:12 PM
Try post #6 of this thread

http://forums.fedoraforum.org/forum/showthread.php?t=171176&highlight=BCM4306

brivy2008
20th December 2007, 02:34 AM
Ok I performed the steps in this post http://forums.fedoraforum.org/forum/showthread.php?t=171176&highlight=BCM4306

starting with #7.

iwconfig and ipconfig stll show:

[root@localhost ~]# iwconfig
lo no wireless extensions.

eth2 no wireless extensions.

eth0 no wireless extensions.

[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:14:38:1B:77:93
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:21

eth2 Link encap:Ethernet HWaddr 00:10:A4:A8:E1:1A
inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::210:a4ff:fea8:e11a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1835 errors:0 dropped:0 overruns:0 frame:0
TX packets:1897 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:922348 (900.7 KiB) TX bytes:402332 (392.9 KiB)
Interrupt:16 Base address:0x1400

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:3839 errors:0 dropped:0 overruns:0 frame:0
TX packets:3839 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3521356 (3.3 MiB) TX bytes:3521356 (3.3 MiB)


Any ideas about what I am missing?