User Tools

Site Tools


doc:appunti:hardware:eeepc_debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
doc:appunti:hardware:eeepc_debian [2010/11/06 18:52] niccolodoc:appunti:hardware:eeepc_debian [2010/11/06 21:01] niccolo
Line 359: Line 359:
 EndSection EndSection
 </file> </file>
 +
 +Per vedere le ''XkbOptions'' attive usare il comando:
 +
 +<code>
 +setxkbmap -print
 +xkb_keymap {
 +        xkb_keycodes  { include "evdev+aliases(qwerty)" };
 +        xkb_types     { include "complete"      };
 +        xkb_compat    { include "complete"      };
 +        xkb_symbols   { include
 +            "pc+us+it:2+gr:3+inet(evdev)+level3(ralt_switch)+compose(menu)+eurosign(e)" };
 +        xkb_geometry  { include "pc(pc105)"     };
 +};
 +</code>
 +
 +Per impostare le opzioni //una tantum// da riga di comando:
 +
 +<code>
 +setxkbmap -option lv3:ralt_switch,compose:menu,eurosign:e
 +</code>
  
 ===== xfce ===== ===== xfce =====
Line 417: Line 437:
 ===== WiFi interface ===== ===== WiFi interface =====
  
-The WiFi interface is supported by the new **ath5k** kernel module. Once loaded the **wlan0** interface is available.+The WiFi interface is supported by the new **ath5k** kernel module. Once loadedthe **wlan0** interface is available.
  
-The new **''iw(8)''** command can be used to manipulate the device configuration. Here it is an example how to reconfigure the interface from scratch:+The new **''iw(8)''** command can be used to manipulate the device configuration, its purpose is similar to the ''wlanconfig'' command, used with the old ''ath_pci'' kernel module. 
 + 
 +Here it is an example on how to deconfigure/reconfigure the interface from scratch:
  
 <code> <code>
Line 425: Line 447:
 iw phy phy1 interface add wlan0 type managed iw phy phy1 interface add wlan0 type managed
 </code> </code>
 +
 +To use the WiFi interface with **''kismet''**, you need this in the **''/etc/kismet/kismet.conf''** configuration file:
 +
 +<file>
 +source=ath5k,wlan0,atheros
 +</file>
 +
 +After exiting ''kismet'', the ''wlan0'' interface must be reconfigured as explained above, and ''knetworkmanager'' should be restarted.
doc/appunti/hardware/eeepc_debian.txt · Last modified: 2014/01/17 00:06 by niccolo