what HP dv9700 Kubuntu 8.10 users need to know
Hi All
I have been trying in vain to get wifi working in Kubuntu 8.10 for the past few months.
It has been very frustrating but managed to get wi-fi to work after stumbling across an archive section of this forum web site.
I originally had Kubutnu 8.04 and had wifi working on this but every time there was a kernel update I had to re-install the driver again.
I then went to kubuntu 8.10 and never had wifi working at all (even though the hardware manager said it had installed the driver and was working).
I have now found details that do work, see link below.
document details fix here :-
http://ubuntuforums.org/archive/index.php/t-984605.html
I cannot stress enough that this has been a major pain.
If I was having this problem then I am sure others will as well.
Hence posting this message.
Basic steps are :-
sudo -s
echo 'blacklist ath_pci' >> /etc/modprobe.d/blacklist
apt-get install ndiswrapper*
wget ftp ://ftp.work.acer-euro.com/notebook/aspire_4710/driver/Wireless_Atheros.zip
(remove the space between ftp &:, i.e. ftp://)
unzip Wireless*
cd Atheros
unzip HR*
ndiswrapper -i net5211.inf
echo 'ndiswrapper' >> /etc/modules
This is how I get my Atheros 5007 card working.
thanks
Rich
Hi All
I have been trying in vain to get wifi working in Kubuntu 8.10 for the past few months.
It has been very frustrating but managed to get wi-fi to work after stumbling across an archive section of this forum web site.
I originally had Kubutnu 8.04 and had wifi working on this but every time there was a kernel update I had to re-install the driver again.
I then went to kubuntu 8.10 and never had wifi working at all (even though the hardware manager said it had installed the driver and was working).
I have now found details that do work, see link below.
document details fix here :-
http://ubuntuforums.org/archive/index.php/t-984605.html
I cannot stress enough that this has been a major pain.
If I was having this problem then I am sure others will as well.
Hence posting this message.
Basic steps are :-
sudo -s
echo 'blacklist ath_pci' >> /etc/modprobe.d/blacklist
apt-get install ndiswrapper*
wget ftp ://ftp.work.acer-euro.com/notebook/aspire_4710/driver/Wireless_Atheros.zip
(remove the space between ftp &:, i.e. ftp://)
unzip Wireless*
cd Atheros
unzip HR*
ndiswrapper -i net5211.inf
echo 'ndiswrapper' >> /etc/modules
This is how I get my Atheros 5007 card working.
thanks
Rich
Comment