Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # interfaces(5) file used by ifup(8) and ifdown(8)
  2. #auto lo
  3. #iface lo inet loopback
  4.  
  5. auto eth0
  6. allow-hotplug eth0
  7. iface eth0 inet dhcp
  8. # address 192.168.1.254
  9. # netmask 255.255.255.0
  10. # gateway 192.168.1.1
  11.  
  12. #auto usb0
  13. allow-hotplug usb0
  14. iface usb0 inet dhcp
  15.  
  16.  
  17.  
  18.  
  19. # my n900 rules, I think the only one:
  20.  
  21. SUBSYSTEM=="net", ACTION=="add", ATTRS{idVendor}=="0421", ATTRS{idProduct}=="01c8", ATTRS{manufacturer}=="Nokia", ATTRS{product}=="N900 (PC-Suite Mode)", NAME="n900"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement