PDA

View Full Version : [ubuntu] 10.04 WLAN worked 2 weeks, not anymore



sepplo
May 17th, 2010, 07:01 PM
Hi

ich war ne Woche nicht da und als ich wiedergekommen bin, wollte mein Laptop nicht mehr.

ive been away for a week, and as i returned, my laptop didnt work anymore...

Acer Aspire 1694 WLMi
Ubuntu 10.04 LTS

2 weeks it worked absolutely fine with the new version, but while starting he told me that acer-wmi is unsupported... by now, the wlan doesnt work anymore at all...
Änderungen vorgenommen habe. Naja, das bin ich bei Ubuntu ja gewöhnt http://www.ubuntu-forum.de/wcf/images/smilies/smile.png Wenn ich über das Symbol fahre, steht Networking disabled oder ähnliches, außerdem ist da noch ein kleines feines rotes ausrufezeichen!

When I mouseover the symbol, it says "Networking disabled" and there is a red exclamation mark on it

iwconfig output:





root@sepplo-laptop:~# iwconfig

lo no wireless extensions.

eth0
no wireless extensions.

eth1
radio off
ESSID:off/any

Mode:Managed
Channel:0
Access Point: Not-Associated

Bit Rate:0 kb/s
Tx-Power=off
Sensitivity=8/0

Retry limit:7
RTS thr:off
Fragment thr:off

Encryption key:off

Power Management:off

Link Quality:0
Signal level:0
Noise level:0

Rx invalid nwid:0
Rx invalid crypt:0
Rx invalid frag:0

Tx excessive retries:0
Invalid misc:0
Missed beacon:0



I download acerhk, which should be the solution but I cant get it built



sepplo@sepplo-laptop:/usr/src/acerhk-0.5.35$ make

make -C /lib/modules/`uname -r`/build SUBDIRS=/usr/src/acerhk-0.5.35
modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-generic'
scripts/
Makefile.build:49: *** CFLAGS was changed in "/usr/src/acerhk-0.5.35/Makefile".
Fix it to use EXTRA_CFLAGS. Stop.
make[1]: *** [_module_/usr/src/acerhk-0.5.35]
Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-generic'
make:
*** [acerhk.ko] Error 2




in the internet i found "KBUILD_NOPEDANTIC=1 make", returns the same error as "sudo make"



sepplo@sepplo-laptop:/usr/src/acerhk-0.5.35$ sudo KBUILD_NOPEDANTIC=1 make
sepplo@sepplo-laptop:/usr/src/acerhk-0.5.35$ sudo make

[sudo] password for sepplo:

make -C /lib/modules/`uname -r`/build SUBDIRS= modules
make[1]:
Entering directory `/usr/src/linux-headers-2.6.32-22-generic'

CHK include/linux/version.h
CHK
include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
make[2]:
*** No rule to make target `kernel/bounds.c', needed by `kernel/bounds.s'. Stop.

make[1]: *** [prepare0]
Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-generic'
make:
*** [acerhk.ko] Error 2



here i found in the internet that i would need the whole kernel source could, but elsewhere it is said explicitly that i just need the header files


i also tried these two:


1. sepplo@sepplo-laptop:/usr/src/acerhk-0.5.35$ sudo su KBUILD_NOPEDANTIC=1 make
2. sepplo@sepplo-laptop:/usr/src/acerhk-0.5.35$ KBUILD_NOPEDANTIC=1 make

make -C /lib/modules/`uname -r`/build SUBDIRS=/usr/src/acerhk-0.5.35
modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-generic'

CC [M] /usr/src/acerhk-0.5.35/acerhk.o
/usr/src/acerhk-0.5.35/acerhk.c:
In function ‘acerhk_proc_init’:
/usr/src/acerhk-0.5.35/acerhk.c:2671:
error: ‘struct proc_dir_entry’ has no member named ‘owner’
/usr/src/acerhk-0.5.35/acerhk.c:2680:
error: ‘struct proc_dir_entry’ has no member named ‘owner’
/usr/src/acerhk-0.5.35/acerhk.c:2690:
error: ‘struct proc_dir_entry’ has no member named ‘owner’
/usr/src/acerhk-0.5.35/acerhk.c:2702:
error: ‘struct proc_dir_entry’ has no member named ‘owner’
/usr/src/acerhk-0.5.35/acerhk.c:2715:
error: ‘struct proc_dir_entry’ has no member named ‘owner’
/usr/src/acerhk-0.5.35/acerhk.c:2728:
error: ‘struct proc_dir_entry’ has no member named ‘owner’
/usr/src/acerhk-0.5.35/acerhk.c:
At top level:
/usr/src/acerhk-0.5.35/acerhk.c:3093:
fatal error: opening dependency file /usr/src/acerhk-0.5.35/.acerhk.o.d:
Permission denied

compilation terminated.
make[2]: *** [/usr/src/acerhk-0.5.35/acerhk.o]
Error 1
make[1]: *** [_module_/usr/src/acerhk-0.5.35]
Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-generic'
make:
*** [acerhk.ko] Error 2



dont know anything else...

Please Help me dudes!


Seppl