EeePC 1215N: Difference between revisions
Jump to navigation
Jump to search
m (add bios description) |
|||
Line 3: | Line 3: | ||
'''Ethernet:''' | '''Ethernet:''' | ||
Network nic: Atheros AR8152 | |||
- Kernel version 2.6.x | - Kernel version 2.6.x | ||
Line 20: | Line 22: | ||
</pre> | </pre> | ||
Proprietary driver: | |||
tar xcvf arl...-x.x.x.tar.gz | |||
cd ark...-x.x.x/src | |||
ln -s config.h autoconf.h | |||
make | |||
insmod arl1e/arl1c | |||
'''Wifi:''' | |||
The BCM4313 wireless card has two controller solutions, the wl and the brcmsmac (brcm80211). | |||
Kernel version 3.0.x + | Kernel version 3.0.x + | ||
Line 39: | Line 43: | ||
[ M ] IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP) | [ M ] IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP) | ||
</pre> | </pre> | ||
or | |||
Proprietary driver: | |||
The Broadcom STA driver, can be downloaded [http://www.broadcom.com/support/802.11/linux_sta.php here]. | |||
tar zxvf hybrid-portsrc....tar.gz | |||
make | |||
make install | |||
Optional: | |||
Compiles against desired API | |||
make API=WEXT | |||
make API=CFG80211 | |||
Kernel 3.3.2 error | |||
changes the follow line | |||
.ndo_set_multicast_list= | |||
to | |||
.ndo_set_rx_node= | |||
Loading module | |||
rmmod b43 | echo "blacklist b43" >> /etc/modprobe.d/blacklist | |||
rmmod ssb | echo "blacklist ssb" >> /etc/modprobe.d/blacklist | |||
rmmod wl | |||
rmmod bcma | |||
modprobe lib80211 | |||
modprobe lib80211_crypt_tkip (optional) | |||
modprobe wl | |||
'''BIOS''' | '''BIOS''' | ||
For updating the bios using the EZ-Flash tool you should create a fat16 usb stick and then copy the rom named as "1215N.ROM" | For updating the bios using the EZ-Flash tool you should create a fat16 usb stick and then copy the rom named as "1215N.ROM" | ||
Last bios version: 0503 (09/07/10) | Last bios version: 0503 (09/07/10) |
Revision as of 18:39, 5 November 2015
Slackware on an ASUS eeepc 1215N
Ethernet:
Network nic: Atheros AR8152
- Kernel version 2.6.x
Device Drivers ---> [ x ] Network Device Support ---> [ x ] Ethernet (1000 Mbit) ---> < x > Atheros L1C Gigabit Ethernet
- Kernel version 3.0.x +
Device Drivers ---> [ x ] Network Device Support ---> [ x ] Ethernet driver support ---> [ x ] Atheros Devices < x > Atheros L1C Gigabit Ethernet support
Proprietary driver: tar xcvf arl...-x.x.x.tar.gz cd ark...-x.x.x/src ln -s config.h autoconf.h make insmod arl1e/arl1c
Wifi:
The BCM4313 wireless card has two controller solutions, the wl and the brcmsmac (brcm80211).
Kernel version 3.0.x +
Device Drivers ---> [ x ] Network device support ---> [ x ] Wireless LAN ---> [ M ] USB ZD1201 based Wireless device support [ M ] Broadcom IEEE802.11n PCIe SoftMAC WLAN driver [ M ] IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)
or
Proprietary driver:
The Broadcom STA driver, can be downloaded here.
tar zxvf hybrid-portsrc....tar.gz make make install
Optional: Compiles against desired API
make API=WEXT make API=CFG80211
Kernel 3.3.2 error changes the follow line .ndo_set_multicast_list= to .ndo_set_rx_node=
Loading module
rmmod b43 | echo "blacklist b43" >> /etc/modprobe.d/blacklist
rmmod ssb | echo "blacklist ssb" >> /etc/modprobe.d/blacklist
rmmod wl
rmmod bcma
modprobe lib80211 modprobe lib80211_crypt_tkip (optional) modprobe wl
BIOS
For updating the bios using the EZ-Flash tool you should create a fat16 usb stick and then copy the rom named as "1215N.ROM" Last bios version: 0503 (09/07/10)