[Debian-eeepc-devel] Problems with Linux 2.6.26 and Madwifi

Paul Menzel paulepanter at users.sourceforge.net
Tue Aug 19 21:26:41 UTC 2008


Dear Damyan,


today I had access to the concerning EeePC 701 4G again.


Am Montag, den 18.08.2008, 09:52 +0200 schrieb Paul Menzel:

> Am Montag, den 18.08.2008, 08:32 +0300 schrieb Damyan Ivanov:
> > -=| Paul Menzel, Sun, Aug 17, 2008 at 10:32:40PM +0200 |=-
> > > Any ideas. I will appreciate any hints.
> > 
> > run " sh -x /etc/acpi/actions/wireless.sh on" and see what fails 
> > exactly.
> 
> I will be able to try that tomorrow.

I had to run it as root and did

        $ sudo sh -x /etc/acpi/actions/wireless.sh on
        + wlan_control=/sys/devices/platform/eeepc/wlan
        + [ -e /sys/devices/platform/eeepc/wlan ]
        + cat /sys/devices/platform/eeepc/wlan
        + [ 0 = 0 ]
        + modprobe -r pciehp
        + modprobe pciehp pciehp_force=1
        + echo 1
        + modprobe ath_pci
        + sleep 1
        + ifconfig ath0 up
        ath0: ERROR while getting interface flags: Kein passendes Gerät gefunden (translation: No suitable device found.)
        + exec /etc/acpi/actions/wireless.sh off
        
In my dmesg output (relevant parts attached at the end) I saw that udev
was naming the device wifi0. I substituted the respective lines

        $ sudo vim /etc/acpi/actions/wireless.sh

and it worked, i. e. the blue light stayed blue. I do not know if there
was a WLAN available.

> > So far it seems that the wlan is enabled, but the 'ifconfig' call 
> > fails for some reason and therefore the wlan is disabled again.
> 
> Ok. I do not know if it matters, but I installed and want to use wicd
> for managing wlan.

So you were right. It looks like since 2.6.26 the devices are named
differently. Or does it depend on udev?

Does anyone know if there are already updated eeepc-acpi-scripts?

> > Also, did you update initrd's? That's mandatory after changing files 
> > under /etc/modprobe.d like blacklisting a module or adding options to 
> > a module.
> 
> I think I did not. I will do it tomorrow.

Sorry, I forgot to look into this. But it looks like this did not
matter.


Thanks a lot,

Paul


$ dmesg # Sorry, somehow not everything was saved (I used screen), so just the end.
…
[ 1123.853073] ieee80211_unref_node: NULL ieee80211_node *
[ 1123.853073] Pid: 0, comm: swapper Tainted: P          2.6.26-1-686 #1
[ 1123.853073]  [<e05a1c2d>] ieee80211_input+0x14b9/0x14d1 [wlan]
[ 1123.853073]  [<e05b641d>] ieee80211_input_monitor+0xf9/0x629 [wlan]
[ 1123.853073]  [<e05a1cc0>] ieee80211_input_all+0x7b/0x9d [wlan]
[ 1123.853073]  [<e05e2540>] ath_rx_tasklet+0x631/0x8c9 [ath_pci]
[ 1123.853073]  [<c0129a7b>] __mod_timer+0x99/0xa3
[ 1123.853073]  [<c010f975>] __setup_APIC_LVTT+0x70/0x8d
[ 1123.853073]  [<c0135ff0>] getnstimeofday+0x37/0xbc
[ 1123.853073]  [<c012687f>] tasklet_action+0x68/0xd0
[ 1123.853073]  [<c0126431>] __do_softirq+0x66/0xd3
[ 1123.853073]  [<c01264e3>] do_softirq+0x45/0x53
[ 1123.853073]  [<c012679a>] irq_exit+0x35/0x67
[ 1123.853073]  [<c0105f4f>] do_IRQ+0x52/0x63
[ 1123.853073]  [<c01042b7>] common_interrupt+0x23/0x28
[ 1123.853073]  [<c01300d8>] param_sysfs_setup+0x20/0xc8
[ 1123.853073]  [<e003a29b>] acpi_idle_enter_simple+0x196/0x203 [processor]
[ 1123.853073]  [<e0039eb1>] acpi_idle_enter_bm+0xc3/0x317 [processor]
[ 1123.853073]  [<c0246e89>] cpuidle_idle_call+0x5b/0x86
[ 1123.853073]  [<c0246e2e>] cpuidle_idle_call+0x0/0x86
[ 1123.853073]  [<c01025ce>] cpu_idle+0xab/0xcb
[ 1123.853073]  =======================

This appears several times.

[ 1124.262662] ieee80211_unref_node: NULL ieee80211_node *
[ 1124.262662] Pid: 0, comm: swapper Tainted: P          2.6.26-1-686 #1
[ 1124.262662]  [<e05a1c2d>] ieee80211_input+0x14b9/0x14d1 [wlan]
[ 1124.262662]  [<e05b641d>] ieee80211_input_monitor+0xf9/0x629 [wlan]
[ 1124.262662]  [<c0135ff0>] getnstimeofday+0x37/0xbc
[ 1124.262662]  [<e05a1cc0>] ieee80211_input_all+0x7b/0x9d [wlan]
[ 1124.262662]  [<e05e2540>] ath_rx_tasklet+0x631/0x8c9 [ath_pci]
[ 1124.262662]  [<c010f975>] __setup_APIC_LVTT+0x70/0x8d
[ 1124.262662]  [<c0135ff0>] getnstimeofday+0x37/0xbc
[ 1124.262662]  [<c012687f>] tasklet_action+0x68/0xd0
[ 1124.262662]  [<c0126431>] __do_softirq+0x66/0xd3
[ 1124.262662]  [<c01264e3>] do_softirq+0x45/0x53
[ 1124.262662]  [<c012679a>] irq_exit+0x35/0x67
[ 1124.262662]  [<c0105f4f>] do_IRQ+0x52/0x63
[ 1124.262662]  [<c01042b7>] common_interrupt+0x23/0x28
[ 1124.262662]  [<c01300d8>] param_sysfs_setup+0x20/0xc8
[ 1124.262662]  [<e003a29b>] acpi_idle_enter_simple+0x196/0x203 [processor]
[ 1124.262662]  [<e0039eb1>] acpi_idle_enter_bm+0xc3/0x317 [processor]
[ 1124.262662]  [<c0246e89>] cpuidle_idle_call+0x5b/0x86
[ 1124.262662]  [<c0246e2e>] cpuidle_idle_call+0x0/0x86
[ 1124.262662]  [<c01025ce>] cpu_idle+0xab/0xcb
[ 1124.262662]  =======================
[ 1124.365146] ieee80211_unref_node: NULL ieee80211_node *
[ 1124.365180] Pid: 6917, comm: sh Tainted: P          2.6.26-1-686 #1
[ 1124.365216]  [<e05a1c2d>] ieee80211_input+0x14b9/0x14d1 [wlan]
[ 1124.365299]  [<e05b641d>] ieee80211_input_monitor+0xf9/0x629 [wlan]
[ 1124.365376]  [<e05a1cc0>] ieee80211_input_all+0x7b/0x9d [wlan]
[ 1124.365437]  [<e05e2540>] ath_rx_tasklet+0x631/0x8c9 [ath_pci]
[ 1124.365496]  [<c012687f>] tasklet_action+0x68/0xd0
[ 1124.365513]  [<c0126431>] __do_softirq+0x66/0xd3
[ 1124.365528]  [<c01264e3>] do_softirq+0x45/0x53
[ 1124.365539]  [<c012679a>] irq_exit+0x35/0x67
[ 1124.365548]  [<c0105f4f>] do_IRQ+0x52/0x63
[ 1124.365567]  [<c01042b7>] common_interrupt+0x23/0x28
[ 1124.365588]  [<c02b0000>] init_intel_cacheinfo+0x95/0x467
[ 1124.365610]  =======================
[ 1124.456119] ACPI: PCI interrupt for device 0000:01:00.0 disabled
[ 1124.483985] pciehp: Card not present on Slot(3)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.alioth.debian.org/pipermail/debian-eeepc-devel/attachments/20080819/00f6519f/attachment.pgp 


More information about the Debian-eeepc-devel mailing list