Comment 10 for bug 295216

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

@llya
      I'm submitting the fix upstream. Should land in Ubuntu at some point. To fix the issue though you have to go into file /lib/udev/95-keyboard.conf and edit the following, then reboot:

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 1210", RUN+="keymap $name 0x84 wlan"