[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:misc:biffs_slackware_tips [2018/03/04 23:40 (UTC)] – [Xorg] bifferoshowtos:misc:biffs_slackware_tips [2018/03/04 23:47 (UTC)] – [USB] bifferos
Line 164: Line 164:
 </code> </code>
  
-For <vendor> and <product> put the values obtained from running 'lsubs' when you inserted your usb device.  Use 'lsusb -v' to get the long form.+For <vendor> and <product> put the values obtained from running 'lsusb' when you inserted your usb device.  Use 'lsusb -v' to get the long form of the information. 
 + 
 +Worked example: 
 + 
 +<code> 
 +# lsusb 
 +Bus 005 Device 003: ID 413c:2003 Dell Computer Corp. Keyboard 
 +</code> 
 + 
 +/etc/udev/rules.d/80-mydellcomputerkeyboard.rules: 
 +<code> 
 +ATTRS{idVendor}=="413c",ATTRS{idProduct}=="2003",MODE="0666",GROUP="users" 
 +</code> 
 + 
 +This will allow any users to access that device, which on a multi-user system could be considered insecure but will get you working. 
  
-This will allow any users to access that particular device, which on a multi-user system could be considered insecure but will get you working. 
  
 ===== CD/DVD-ROM drives ===== ===== CD/DVD-ROM drives =====
 howtos:misc:biffs_slackware_tips ()