Advertisement
Guest User

Askubuntu

a guest
Oct 27th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. vlad@Vlad ~ $ cat /etc/network/interfaces
  2.  
  3. auto lo
  4. iface lo inet loopback
  5.  
  6. vlad@Vlad ~ $ lspci -nnk | grep -iA2 net
  7.  
  8. 07:01.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet [10ec:8167] (rev 10)
  9. Subsystem: ASUSTeK Computer Inc. Device [1043:820d]
  10. Kernel driver in use: r8169
  11.  
  12. vlad@Vlad ~ $ lsmod
  13.  
  14. Module Size Used by
  15. usblp 18307 0
  16. usbhid 47199 0
  17. hid 99559 1 usbhid
  18. btusb 18288 2
  19. vesafb 13844 1
  20. bnep 18281 2
  21. rfcomm 47604 12
  22. snd_hda_codec_hdmi 32474 1
  23. bluetooth 180104 23 btusb,bnep,rfcomm
  24. snd_hda_codec_realtek 223867 1
  25. parport_pc 32866 0
  26. ppdev 17113 0
  27. snd_hda_intel 33773 5
  28. snd_hda_codec 127706 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
  29. snd_hwdep 13668 1 snd_hda_codec
  30. snd_pcm 97188 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
  31. mxm_wmi 12979 0
  32. snd_seq_midi 13324 0
  33. snd_rawmidi 30748 1 snd_seq_midi
  34. fglrx 3263886 114
  35. snd_seq_midi_event 14899 1 snd_seq_midi
  36. snd_seq 61896 2 snd_seq_midi,snd_seq_midi_event
  37. snd_timer 29990 2 snd_pcm,snd_seq
  38. snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
  39. binfmt_misc 17540 1
  40. snd 78855 20 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
  41. soundcore 15091 1 snd
  42. i7core_edac 28102 0
  43. snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
  44. edac_core 53746 3 i7core_edac
  45. asus_atk0110 18078 0
  46. wmi 19256 1 mxm_wmi
  47. mac_hid 13253 0
  48. lp 17799 0
  49. parport 46562 3 parport_pc,ppdev,lp
  50. firewire_ohci 41000 0
  51. firewire_core 63558 1 firewire_ohci
  52. r8169 62099 0
  53. crc_itu_t 12707 1 firewire_core
  54. vlad@Vlad ~ $ cat /etc/resolv.conf
  55. cat: /etc/resolv.conf: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement