Comment 15 for bug 295216

Revision history for this message
Jerone Young (jerone) wrote : Re: Wireless toggle function key not connected

@luca
         Can you try this .. edit file /lib/udev/rules.d/95-keymap.rules:

OLD LINE:
ENV{DMI_VENDOR}=="Dell*", ATTR{[dmi/id]product_name}=="Inspiron 1011", RUN+="keymap $name 0x84 wlan"

NEW LINE:
ENV{DMI_VENDOR}=="Dell*", ATTR{[dmi/id]product_name}=="Inspiron 1011|Inspiron 910", RUN+="keymap $name 0x84 wlan"

Then reboot .. run "lshal -m" .. see that it produces the wlan key. Let me know if it does.

After this it still will not work ... more support for these particular machines at the kernel level needs to be added. But it fixes the first part of the problem.