Originally posted by DAB4970
Maybe I should start a new thread for this, but it's really the same problem. I have a Broadcom 4311. sudo ifconfig wlan0 up gives an error. I created a wireless connection and can see others, just not connect to them. I don't have internet at all on the Linux machine, so that is also something I have to contend with, although I do have internet and can transfer files to the machine with USB. I don't even know how to check if I have everything I need installed. Please help!
~/Desktop$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11 Nickname:""
Access Point: Not-Associated
Link Quality:5 Signal level:0 Noise level:0
Rx invalid nwid:0 invalid crypt:0 invalid misc:0
pan0 no wireless extensions.
~/Desktop$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:d3:f9:24:3f
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:27 Base address:0x4000
eth1 Link encap:Ethernet HWaddr 00:1a:73:c7:ed:59
inet6 addr: fe80::21a:73ff:fec7:ed59/64 Scope:Link
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
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:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1640 (1.6 KB) TX bytes:1640 (1.6 KB)
Comment