forums
new posts
donate
UER Store
events
location db
db map
search
members
faq
terms of service
privacy policy
register
login




UER Forum > Private Boards Index > Linux Users > Laptop WiFi (Viewed 1884 times)
Radio2600 


Location: On the Road to Wellville
Total Likes: 1699 likes


HY KAK TO TAK

 |  | 
Laptop WiFi
< on 1/13/2012 2:51 AM >
Reply with Quote
Posted on Forum: UER Forum
Running Ubuntu 11.10

I got the driver downloaded, it shows under "additional drivers" in system settings.

Open it up and it says it's installed and operating, but I still can't get the WiFi to work.

What am I missing?




In order to use your head, you have to go out of your mind.
subtilis 


Location: Providence, RI
Gender: Male
Total Likes: 0 likes


UER's Resident Mycologist

 |  | 
Re: Laptop WiFi
< Reply # 1 on 1/13/2012 3:03 AM >
Reply with Quote
Posted on Forum: UER Forum
elaborate on wifi not working, are you not detecting any networks? networks detected and not connected? what are you using as your network manager?




It's not the smokes makin' me sick, It's standing out in the cold to smoke em'
z0th 


Location: /dev/urandom
Gender: Male
Total Likes: 86 likes


On the bleeding edge of cocking things up.

 |  |  | shadowfactory.ca
Re: Laptop WiFi
< Reply # 2 on 1/14/2012 3:45 PM >
Reply with Quote
Posted on Forum: UER Forum
Along with the above...

What make/model of card is it?
Is the module loaded into the kernel?
Is the kernel module installed?
Have you checked to see if the card needs a firmware package?

If for whatever reason you dont think the card is registering, check dmesg. Looking for 'net' in the output ususally gets you what you are looking for, but not always. Try doing a case insenstive search for the brand name of your card if you dont turn up anything. In my case, the cards I have are the one ones marked "Intel(R)" (the e100/1000e are the kernel modules bound to them to make them work).

$ dmesg | fgrep -i net
NET: Registered protocol family 16
NET: Registered protocol family 2
NET: Registered protocol family 1
e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2
Intel(R) Gigabit Ethernet Network Driver - version 2.1.0-k2
Intel(R) Virtual Function Network Driver - version 1.0.0-k0

VMware vmxnet3 virtual NIC driver - version 1.0.14.0-k-NAPI
e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
cnic: Broadcom NetXtreme II CNIC Driver cnic v2.1.3 (June 24, 2010)
NET: Registered protocol family 24
SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
usbcore: registered new interface driver ums-onetouch
NET: Registered protocol family 17
Netfilter messages via NETLINK v0.30.
ip_tables: (C) 2000-2006 Netfilter Core Team
iftop uses obsolete (PF_INET,SOCK_PACKET)
NET: Registered protocol family 10
ADDRCONF(NETDEV_UP): eth1: link is not ready


Do you have any hardware utilities insalled? I like 'lshw'. The console version (theres also a gui that i find less useful) gives you output like this:


$ lshw -C network
WARNING: you should run this program as super-user.
*-network
description: Ethernet interface
product: 3c940 10/100/1000Base-T [Marvell]
vendor: 3Com Corporation
physical id: a
bus info: pci@0000:00:0a.0
logical name: eth2
version: 12
serial: 00:0e:a6:5e:04:b9
width: 32 bits
clock: 66MHz
capabilities: bus_master cap_list ethernet physical
configuration: broadcast=yes driver=skge driverversion=1.13 firmware=N/A
ip=192.168.1.103 latency=64 maxlatency=31 mingnt=23 multicast=yes
resources: irq:17 memory:f7e00000-f7e03fff ioport:b000(size=256)


You should be able to install lshw from synaptic or just use apt-get/aptitude on the command line. The nice thing about lshw is that you can see the make/model of the card as well as the "driver=" bound to the hardware, along with all sorts of other useful stuff.

There is also the more traditional 'lspci', but you dont get quite as much info. Your card should show up here as well IF its on the PCI bus.

$ lspci | fgrep net
00:0a.0 Ethernet controller: 3Com Corporation 3c940 10/100/1000Base-T [Marvell] (rev 12)
01:04.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 05)
01:05.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 05)







gallery | deviantart | flickr
Radio2600 


Location: On the Road to Wellville
Total Likes: 1699 likes


HY KAK TO TAK

 |  | 
Re: Laptop WiFi
< Reply # 3 on 1/16/2012 4:09 AM >
Reply with Quote
Posted on Forum: UER Forum
Can't manage the Wifi card at all.

The Network manager in Ubuntu doesn't give any option to use the WLAN. I downloaded Network Manager, but no luck with that either.

I downloaded Network Selector, but that doesn't seem to do anything. Maybe it has to run from the CLI?

I downloaded RutilT WLAN Manager , but that crashes with "Can't find any wireless network interface Code:-3"

$ lshw -C network
WARNING: you should run this program as super-user.
*-network UNCLAIMED
description: Network controller
product: BCM4311 802.11b/g WLAN
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:0c:00.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:efdfc000-efdfffff
*-network
description: Ethernet interface
product: NetXtreme BCM5752 Gigabit Ethernet PCI Express
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:09:00.0
logical name: eth0
version: 02
serial: 00:18:8b:c7:5b:63
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.119 duplex=half firmware=5752-v3.19 ip=172.16.3.10 latency=0 multicast=yes port=twisted pair speed=10Mbit/s
resources: irq:44 memory:efcf0000-efcfffff



[last edit 1/16/2012 4:19 AM by Radio2600 - edited 1 times]

In order to use your head, you have to go out of your mind.
Radio2600 


Location: On the Road to Wellville
Total Likes: 1699 likes


HY KAK TO TAK

 |  | 
Re: Laptop WiFi
< Reply # 4 on 1/16/2012 4:18 AM >
Reply with Quote
Posted on Forum: UER Forum
Posted by neX_
Have you checked to see if the card needs a firmware package?



That was it.

Thanks guys.





In order to use your head, you have to go out of your mind.
UER Forum > Private Boards Index > Linux Users > Laptop WiFi (Viewed 1884 times)


Add a poll to this thread



This thread is in a public category, and can't be made private.



All content and images copyright © 2002-2024 UER.CA and respective creators. Graphical Design by Crossfire.
To contact webmaster, or click to email with problems or other questions about this site: UER CONTACT
View Terms of Service | View Privacy Policy | Server colocation provided by Beanfield
This page was generated for you in 93 milliseconds. Since June 23, 2002, a total of 738520147 pages have been generated.