-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chinese X201e Networking Drivers #5
Comments
I added linux-backports-modules-cw-* so this should be fixed for RC3 or later |
That backports package doesn't appear to contain anything useful for either of our devices, both remain unclaimed after a fresh install of ISO RC4. |
Output of lshw -c network included below. The proprietary drivers for our Broadcom wifi card are available in a standard ubuntu 12.04 install but not in the Turtlebot ISO. Have they been removed? ubuntu@ubuntu:~$ sudo lshw -C network |
The deb in question is: bcmwl-kernel-source_6.20.155.1+bdcom-0ubuntu0.0.1_amd64.deb |
After receiving our first X201e notebook from a supplier in China last week, we discovered that neither the wired or wireless networking hardware was supported in 12.04. Working drivers listed below:
Wireless:
When we received the notebook we discovered it uses a different wireless network card than that listed on the ubuntu website (the guys at Yujin received the notebook with the AR9485, which is supported in 12.04).
Our model uses the BCM 4365 for wireless instead, and a working driver for this can be found below:
http://jas.gemnetworks.com/debian/pool/main/w/wireless-bcm43142/wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb
Wired:
Our notebook uses the AR8162 for Ethernet, as listed on the ubuntu website and received by Yujin. This also appears not to be supported by default in 12.04, so all versions of the X201e would need a driver for this hardware. The working one I found can be found at the link below:
http://linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2012-02-28-p.tar.bz2
These are the only combinations of drivers that I have found so far that will play nicely with each other. Would be great if we could get them included in the ISO, but not sure if they will conflict with drivers for hardware anyone else is using?
The text was updated successfully, but these errors were encountered: