ath5 wifi перестал работать после обновления

Pronin Vladimir babahvl на mail.ru
Чт Июл 2 01:00:15 BST 2009


Здравствуйте, Vladimir Q
> Данная проблема исчезла после того как я поставил ядро
> 2.6.30-020630 c http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30/
>   

*HOWTO: Fujitsu Siemens Li1718 with Madwifi*




sudo apt-get update

sudo apt-get upgrade


sudo apt-get install linux-headers-`uname -r`


wget http://www.cakey.de/acerhk/archives/acerhk-0.5.35.tgz

wget http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz


tar xfvz madwifi-ng-r2756+ar5007.tar.gz

cd madwifi-ng-r2756+ar5007

make

sudo make install


cd ..

tar xfvz acerhk-0.5.35.tgz

cd acerhk-0.5.35

patch -p0 < acerhk.Makefile.patch

make

sudo make install


sudo gedit /etc/modprobe.d/amilo_special_keys.modprobe


and paste the following into the file, save and exit

Code:

# set up kernel module acerhk to enable Fujitsu Siemens Amilo Li1718
special keys

# and enable wireless when the module is inserted.

# NOTE: to have the wireless hardware disabled until you press the
wireless key on the laptop,

# simply replace "echo 1" with "echo 0" in the command below.


install acerhk /sbin/modprobe --ignore-install acerhk force_series=6805
autowlan=1; echo 1 > /proc/driver/acerhk/wirelessled

6. Remove the acerhk module which is shipped with Ubuntu:

Code:

sudo rm /lib/modules/2.6.22-14-generic/ubuntu/misc/acerhk.ko

7. Rebuild the module dependencies database

Code:

sudo depmod -a

8. Tell the system to load the acerhk module at boot time - it won't
otherwise, as it's not actually an Acer laptop!

Code:

sudo gedit /etc/modules

add on a new line at the end of this file, then save and exit:

Code:

acerhk

9. restart your machine and you should have a working wifi card.


*Re: HOWTO: Fujitsu Siemens Li1718 with Madwifi*



Many thanks for the guide.

These changes are required for Ubuntu 8.04:

*Step 4. Build the new acerhk module, needed to enable the wireless
button on the machine:*on
On Hardy Heron the acerhk-0.5.35 requires a minor change in the
Makefile, otherwise the compilation fails. Open the Makefile and change
_the first ocurrence_ of word "CFLAGS" to "EXTRA_CFLAGS" around the line
number 17, like this.
Change

Code:

CFLAGS+=-c -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe

to

Code:

EXTRA_CFLAGS+=-c -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe

I created a patch for it. You can simply do
$ cd acerhk-0.5.35

# Get and apply the patch
$ wget _http://www.edbl.no/tmp/acerhk.Makefile.patch_
$ patch -p0 < acerhk.Makefile.patch

$ make
$ sudo make install
-------------

*Step 6. Remove the acerhk module which is shipped with Ubuntu.* The
kernel name has changed since Ubuntu 7.10. Now you should run this command
$ sudo rm /lib/modules/$(uname -r)/ubuntu/misc/acerhk.ko




-- 
-----------------------------
С уважением, Пронин Владимир
тел.: 8 4232 48-22-77 (+7-950-299-22-77)
ICQ:  325-356-842

----------- следущая часть -----------
Вложение в формате HTML было извлечено&hellip;
URL: https://lists.ubuntu.com/archives/ubuntu-ru/attachments/20090702/4baa79b8/attachment-0001.htm 


Подробная информация о списке рассылки ubuntu-ru