Advertisement
monkey1911

ndiswrapper wg311v3

Jun 17th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. timothy@timothy-desktop:~$ ndiswrapper -l
  2. wg311v3 : driver installed
  3. device (11AB:1FAA) present
  4. timothy@timothy-desktop:~$ uname -m
  5. x86_64
  6. timothy@timothy-desktop:~$ lshw -C Network
  7. WARNING: you should run this program as super-user.
  8. *-network
  9. description: Ethernet interface
  10. product: 82562V 10/100 Network Connection
  11. vendor: Intel Corporation
  12. physical id: 19
  13. bus info: pci@0000:00:19.0
  14. logical name: eth0
  15. version: 02
  16. serial: 00:19:d1:38:41:4a
  17. width: 32 bits
  18. clock: 33MHz
  19. capabilities: bus_master cap_list ethernet physical
  20. configuration: broadcast=yes driver=e1000e driverversion=1.0.2-k2 firmware=1.1-2 latency=0 multicast=yes
  21. resources: irq:26 memory:dffe0000-dfffffff memory:dffdb000-dffdbfff ioport:ecc0(size=32)
  22. *-network UNCLAIMED
  23. description: Ethernet controller
  24. product: 88w8335 [Libertas] 802.11b/g Wireless
  25. vendor: Marvell Technology Group Ltd.
  26. physical id: 2
  27. bus info: pci@0000:03:02.0
  28. version: 03
  29. width: 32 bits
  30. clock: 66MHz
  31. capabilities: bus_master cap_list
  32. configuration: latency=64
  33. resources: memory:dded0000-ddedffff memory:ddee0000-ddeeffff
  34. timothy@timothy-desktop:~$ lsmod | grep ndis
  35. timothy@timothy-desktop:~$ sudo modprobe ndiswrapper
  36. [sudo] password for timothy:
  37. timothy@timothy-desktop:~$ dmesg | grep -e ndis -e wlan
  38. [ 356.740310] ndiswrapper version 1.55 loaded (smp=yes, preempt=no)
  39. [ 356.784044] ndiswrapper (link_pe_images:575): fixing KI_USER_SHARED_DATA address in the driver
  40. [ 356.785137] ndiswrapper: driver wg311v3 (NETGEAR,02/22/2005,3.1.1.7) loaded
  41. [ 356.785421] ndiswrapper 0000:03:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
  42. [ 356.786073] ndiswrapper: using IRQ 18
  43. [ 359.070300] ndiswrapper (mp_init:219): couldn't initialize device: C0000001
  44. [ 359.070309] ndiswrapper (pnp_start_device:435): Windows driver couldn't initialize the device (C0000001)
  45. [ 359.070321] ndiswrapper (mp_halt:262): device ffff88009bc26680 is not initialized - not halting
  46. [ 359.070325] ndiswrapper: device eth%d removed
  47. [ 359.070342] ndiswrapper 0000:03:02.0: PCI INT A disabled
  48. [ 359.070362] ndiswrapper: probe of 0000:03:02.0 failed with error -22
  49. [ 359.072558] usbcore: registered new interface driver ndiswrapper
  50. timothy@timothy-desktop:~$ gedit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement