I just approached Linux Mint, and I find it a magic distro! It gave me no problems at all, except...
I know this topic has been discussed in many forums, but I still can't find a solution.
I have a Fujitsu-Siemens Amilo Li1718, with an Atheros AR5006EG wireless card. I googled to see how to make it work and I found 2 main solutions:
1. Use ndiswrapper
2. Use the latest snapshot of Madwifi-NG (http://www.ubuntugeek.com/atheros-5007e ... tform.html).
I tried both the solutions, and both seem to work: in fact my wifi is correctly detected as ath0; here are some outputs:
- Code: Select all
rita@ebony:~$ lsmod | grep ath
ath_pci 114728 0
ath_rate_sample 15232 1
ath_hal 280544 3 ath_pci,ath_rate_sample
wlan 211248 5 ath_pci,wlan_wep,wlan_scan_sta,ath_rate_sample
- Code: Select all
rita@ebony:~$ ifconfig ath0
ath0 Link encap:Ethernet HWaddr 00:C0:A8:FD:B6:3E
UP BROADCAST RUNNING 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
- Code: Select all
rita@ebony:~$ iwconfig ath0
ath0 IEEE 802.11g ESSID:"" Nickname:""
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:16 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=0/70 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
But the problem is:
- Code: Select all
rita@ebony:~$ iwlist ath0 scan
ath0 No scan results
The wifi should see two access points instead, in fact on Windows I see them both.
I read somewhere on the net that probably the kill switch is off, so the possible solution is to activate it by default from the BIOS. I tried that to, but without any success. Any suggestions? Thank you!



