atheros netgear N150 su rhel5


abilitare modulo ath9k_htc su rhel5

- installare RHEL5 i386 dai 3 cd (base+apache)

- aggiungere repo oracle:

http://public-yum.oracle.com/oracle-linux-5.html

- Latest
http://yum.oracle.com/repo/OracleLinux/OL5/latest/i386

- UEK release 2
http://yum.oracle.com/repo/OracleLinux/OL5/UEK/latest/i386



- installare gcc, glibc-*, kernel-*-devel (linux-headers), ncurses

- scaricare sorgenti linux-2.6.39

- copiare .config della esistente uek-2.6.39 in /usr/src/linux-2.6.39

- make menuconfig
../drivers/net/wireless/ath/ath9k/..
(aggiungere ath9k_htc)

- make

- make modules
- make modules_install

- make install (4 cose)

- copia il kernel in /boot
- genera System.map in /boot
- crea initrd.img in /boot
- copia .config in /boot



- reboot

p.s.
lancio in qemu:

qemu-system-i386 -m 900 -enable-kvm -hda /.../rhel5cl.img -k en-us -net nic -net tap,vlan=0,ifname=tap2 -boot c -usbdevice host:0846:9030 -hdb /.../rhel5clb.img -vga vmware


p.s.
configurazione: /etc/sysconfig/network-scripts/ifcfg-wlan0

DEVICE=wlan0
ESSID=****
BOOTPROTO=dhcp
ONBOOT=yes
TYPE=Wireless
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
HWADDR=
USERCTL=yes
IPV6INIT=no
PEERDNS=yes
CHANNEL=1
MODE=Managed
RATE=Auto



p.s.
non e' stato possibile usare il pacchetto:
"madwifi 0.9.4 i386-rpm"

funziona soltanto con le schede: ath9k ath5k



Articolo tratto da: #341724 Linux - http://sacarde.altervista.org/
URL di riferimento: http://sacarde.altervista.org/index.php?mod=read&id=1504093843