@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.
@luca rules.d/ 95-keymap. rules:
Can you try this .. edit file /lib/udev/
OLD LINE: VENDOR} =="Dell* ", ATTR{[dmi/ id]product_ name}== "Inspiron 1011", RUN+="keymap $name 0x84 wlan"
ENV{DMI_
NEW LINE: VENDOR} =="Dell* ", ATTR{[dmi/ id]product_ name}== "Inspiron 1011|Inspiron 910", RUN+="keymap $name 0x84 wlan"
ENV{DMI_
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.