installation of wireless adapter

Asked by Stan Wojnowski

how do I install a linksys wusb54gsc wireless adapter in ubuntu 10.10?

The computer is an emachine w3107 and it is running i386 platform.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#1

I have the original driver cd and ndiswrapper; ndisgtk; menu are installed.
,

Revision history for this message
mycae (mycae) said :
#2

I assume you read this?
http://ubuntuforums.org/showthread.php?t=225206&highlight=WUSB54

Its a bit old, but it may well still apply. Unfortunately, I do not have your hardware, and have not had to use ndiswrapper myself.

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#3

running on the suggestion from mycae t=225206&highlightWUSB54 I came up with the following errors following the instructions in the link provided

/home/stanislaus/Desktop/Screenshot.png

file:///home/stanislaus/Desktop/Screenshot.png

i do not know what program there is to show the image on this info box.

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#4

basically the commands to compile ndiswrapper

make
make install

sudo ndiswrapper -m

will not run

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#5

stanislaus@stanislaus-W3107:~$ sudo modprobe ndiswrapper
FATAL: Could not read '/lib/modules/2.6.35-22-generic/kernel/ubuntu/ndiswrapper/ndiswrapper.ko': No such file or directory

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#6

did a sudo lsusb and a sudo lshw.

lsusb identified the WUSB54GSC usb wireless adapter

nothing that I could identify relating to it as I know showed up when I did a sudo lshw.

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#7

why can I not get ndiswrapper to run in any way, shape, or form?

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#8

stanislaus@stanislaus-W3107:~/ndiswrapper-1.56$ make
make -C driver
make[1]: Entering directory `/home/stanislaus/ndiswrapper-1.56/driver'
make -C /usr/src/linux-headers-2.6.35-22-generic M=/home/stanislaus/ndiswrapper-1.56/driver
make[2]: Entering directory `/usr/src/linux-headers-2.6.35-22-generic'
  CC [M] /home/stanislaus/ndiswrapper-1.56/driver/wrapndis.o
/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.c: In function ‘set_multicast_list’:
/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.c:953: error: ‘struct net_device’ has no member named ‘mc_count’
/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.c:956: error: ‘struct net_device’ has no member named ‘mc_count’
/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.c:960: error: ‘struct net_device’ has no member named ‘mc_count’
/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.c:960: warning: type defaults to ‘int’ in declaration of ‘_min2’
/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.c:960: error: ‘struct net_device’ has no member named ‘mc_count’
/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.c:967: error: ‘struct net_device’ has no member named ‘mc_list’
/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.c:968: error: dereferencing pointer to incomplete type
/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.c:969: error: dereferencing pointer to incomplete type
/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.c:971: error: dereferencing pointer to incomplete type
make[3]: *** [/home/stanislaus/ndiswrapper-1.56/driver/wrapndis.o] Error 1
make[2]: *** [_module_/home/stanislaus/ndiswrapper-1.56/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.35-22-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/stanislaus/ndiswrapper-1.56/driver'
make: *** [all] Error 2

Revision history for this message
Daniel Letzeisen (dtl131) said :
#9

Your wireless adapter uses the Broadcom 43xx chipset. ndiswrapper is not necessary. See: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx

Revision history for this message
Daniel Letzeisen (dtl131) said :
#10

More specifically, see this section (your adapter has bcm 4320): https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#Installing%20b43%20drivers

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#11

Thank you. I rcvd the response right when I was ready to give up. As it is
I just finished carrying the w3107 up two flights of stairs and reconnecting
it to power. I do not have a hardwired internet connection upstairs. Time
to rest and think about it. Gracias.

On Sat, Nov 13, 2010 at 6:28 AM, Dave Lentz <
<email address hidden>> wrote:

> Your question #133829 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/133829
>
> Dave Lentz posted a new comment:
> More specifically, see this section (your adapter has bcm 4320):
>
> https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#Installing%20b43%20drivers
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

--
73,
Stan Wojnowski
KB1KSF

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

Can you give the output of:

sudo lshw -C network

Thanks

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#13

though this is for another wireless adapter this is the output I get:

stanislaus@stanislaus-W3107:~$ sudo lshw -C network
  *-network DISABLED
       description: Wireless interface
       physical id: 1
       logical name: wlan0
       serial: 00:02:72:8e:9b:b9
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=802.11b/g
stanislaus@stanislaus-W3107:~$

On Sat, Nov 13, 2010 at 9:08 AM, actionparsnip <
<email address hidden>> wrote:

> Your question #133829 on gnome-nettool in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> Can you give the output of:
>
> sudo lshw -C network
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
73,
Stan Wojnowski
KB1KSF

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#14

i have the driver cd for this new usb wireless adapter and loaded the driver but it will still not connect and when i TRY TO configure network ubuntu does nothing.

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#15

the results lshw is:

stanislaus@stanislaus-W3107:~$ lshw
WARNING: you should run this program as super-user.
stanislaus-w3107
    description: Computer
    width: 32 bits
  *-core
       description: Motherboard
       physical id: 0
     *-memory:0
          description: System memory
          physical id: 1
          size: 369MiB
     *-cpu
          product: AMD Sempron(tm) Processor 3100+
          vendor: Advanced Micro Devices [AMD]
          physical id: 6
          bus info: cpu@0
          version: 15.12.2
          size: 1800MHz
          capacity: 1800MHz
          width: 64 bits
          capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8
apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext
fxsr_opt x86-64 3dnowext 3dnow up pni lahf_lm cpufreq
        *-cache:0
             description: L1 cache
             physical id: 0
             size: 128KiB
        *-cache:1
             description: L2 cache
             physical id: 1
             size: 256KiB
     *-memory:1 UNCLAIMED
          description: RAM memory
          product: C51 Host Bridge
          vendor: nVidia Corporation
          physical id: 0
          bus info: pci@0000:00:00.0
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          capabilities: bus_master cap_list
          configuration: latency=0
     *-memory:2 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 0
          vendor: nVidia Corporation
          physical id: 0.1
          bus info: pci@0000:00:00.1
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-memory:3 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 1
          vendor: nVidia Corporation
          physical id: 0.2
          bus info: pci@0000:00:00.2
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-memory:4 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 5
          vendor: nVidia Corporation
          physical id: 0.3
          bus info: pci@0000:00:00.3
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-memory:5 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 4
          vendor: nVidia Corporation
          physical id: 0.4
          bus info: pci@0000:00:00.4
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          capabilities: bus_master
          configuration: latency=0
     *-memory:6 UNCLAIMED
          description: RAM memory
          product: C51 Host Bridge
          vendor: nVidia Corporation
          physical id: 0.5
          bus info: pci@0000:00:00.5
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          capabilities: bus_master cap_list
          configuration: latency=0
     *-memory:7 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 3
          vendor: nVidia Corporation
          physical id: 0.6
          bus info: pci@0000:00:00.6
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-memory:8 UNCLAIMED
          description: RAM memory
          product: C51 Memory Controller 2
          vendor: nVidia Corporation
          physical id: 0.7
          bus info: pci@0000:00:00.7
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-pci:0
          description: PCI bridge
          product: C51 PCI Express Bridge
          vendor: nVidia Corporation
          physical id: 2
          bus info: pci@0000:00:02.0
          version: a1
          width: 32 bits
          clock: 33MHz
          capabilities: pci normal_decode bus_master cap_list
          configuration: driver=pcieport
          resources: irq:40 ioport:a000(size=4096) memory:fd700000-fd7fffff
ioport:fde00000(size=1048576)
     *-pci:1
          description: PCI bridge
          product: C51 PCI Express Bridge
          vendor: nVidia Corporation
          physical id: 3
          bus info: pci@0000:00:03.0
          version: a1
          width: 32 bits
          clock: 33MHz
          capabilities: pci normal_decode bus_master cap_list
          configuration: driver=pcieport
          resources: irq:41 ioport:9000(size=4096) memory:fdd00000-fddfffff
ioport:fdc00000(size=1048576)
     *-pci:2
          description: PCI bridge
          product: C51 PCI Express Bridge
          vendor: nVidia Corporation
          physical id: 4
          bus info: pci@0000:00:04.0
          version: a1
          width: 32 bits
          clock: 33MHz
          capabilities: pci normal_decode bus_master cap_list
          configuration: driver=pcieport
          resources: irq:42 ioport:b000(size=4096) memory:fd900000-fd9fffff
ioport:fd800000(size=1048576)
     *-display
          description: VGA compatible controller
          product: C51G [GeForce 6100]
          vendor: nVidia Corporation
          physical id: 5
          bus info: pci@0000:00:05.0
          version: a2
          width: 64 bits
          clock: 66MHz
          capabilities: vga_controller bus_master cap_list rom
          configuration: driver=nouveau latency=0
          resources: irq:16 memory:fb000000-fbffffff
memory:d0000000-dfffffff memory:fc000000-fcffffff memory:20000000-2001ffff
     *-memory:9 UNCLAIMED
          description: RAM memory
          product: MCP51 Host Bridge
          vendor: nVidia Corporation
          physical id: 9
          bus info: pci@0000:00:09.0
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          capabilities: bus_master cap_list
          configuration: latency=0
     *-isa
          description: ISA bridge
          product: MCP51 LPC Bridge
          vendor: nVidia Corporation
          physical id: a
          bus info: pci@0000:00:0a.0
          version: a2
          width: 32 bits
          clock: 66MHz
          capabilities: isa bus_master
          configuration: latency=0
     *-serial
          description: SMBus
          product: MCP51 SMBus
          vendor: nVidia Corporation
          physical id: a.1
          bus info: pci@0000:00:0a.1
          version: a2
          width: 32 bits
          clock: 66MHz
          capabilities: cap_list
          configuration: driver=nForce2_smbus latency=0
          resources: irq:11 ioport:1c00(size=64) ioport:1c40(size=64)
     *-memory:10 UNCLAIMED
          description: RAM memory
          product: MCP51 Memory Controller 0
          vendor: nVidia Corporation
          physical id: a.2
          bus info: pci@0000:00:0a.2
          version: a2
          width: 32 bits
          clock: 66MHz (15.2ns)
          configuration: latency=0
     *-usb:0
          description: USB Controller
          product: MCP51 USB Controller
          vendor: nVidia Corporation
          physical id: b
          bus info: pci@0000:00:0b.0
          version: a2
          width: 32 bits
          clock: 66MHz
          capabilities: ohci bus_master cap_list
          configuration: driver=ohci_hcd latency=0 maxlatency=1 mingnt=3
          resources: irq:21 memory:fe02f000-fe02ffff
     *-usb:1
          description: USB Controller
          product: MCP51 USB Controller
          vendor: nVidia Corporation
          physical id: b.1
          bus info: pci@0000:00:0b.1
          version: a2
          width: 32 bits
          clock: 66MHz
          capabilities: ehci bus_master cap_list
          configuration: driver=ehci_hcd latency=0 maxlatency=1 mingnt=3
          resources: irq:22 memory:fe02e000-fe02e0ff
     *-ide:0
          description: IDE interface
          product: MCP51 IDE
          vendor: nVidia Corporation
          physical id: d
          bus info: pci@0000:00:0d.0
          version: a1
          width: 32 bits
          clock: 66MHz
          capabilities: ide bus_master cap_list
          configuration: driver=pata_amd latency=0 maxlatency=1 mingnt=3
          resources: irq:0 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8)
ioport:376 ioport:f400(size=16)
     *-ide:1
          description: IDE interface
          product: MCP51 Serial ATA Controller
          vendor: nVidia Corporation
          physical id: e
          bus info: pci@0000:00:0e.0
          version: a1
          width: 32 bits
          clock: 66MHz
          capabilities: ide bus_master cap_list
          configuration: driver=sata_nv latency=0 maxlatency=1 mingnt=3
          resources: irq:23 ioport:9f0(size=8) ioport:bf0(size=4)
ioport:970(size=8) ioport:b70(size=4) ioport:e000(size=16)
memory:fe02d000-fe02dfff
     *-pci:3
          description: PCI bridge
          product: MCP51 PCI Bridge
          vendor: nVidia Corporation
          physical id: 10
          bus info: pci@0000:00:10.0
          version: a2
          width: 32 bits
          clock: 66MHz
          capabilities: pci subtractive_decode bus_master cap_list
          resources: ioport:c000(size=4096) memory:fdb00000-fdbfffff
memory:fda00000-fdafffff
        *-communication UNCLAIMED
             description: Communication controller
             product: HSF 56k Data/Fax Modem
             vendor: Conexant Systems, Inc.
             physical id: 7
             bus info: pci@0000:04:07.0
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: bus_master cap_list
             configuration: latency=32
             resources: memory:fdbf0000-fdbfffff ioport:cc00(size=8)
     *-multimedia
          description: Multimedia audio controller
          product: MCP51 AC97 Audio Controller
          vendor: nVidia Corporation
          physical id: 10.2
          bus info: pci@0000:00:10.2
          version: a2
          width: 32 bits
          clock: 66MHz
          capabilities: bus_master cap_list
          configuration: driver=Intel ICH latency=0 maxlatency=5 mingnt=2
          resources: irq:23 ioport:dc00(size=256) ioport:d800(size=256)
memory:fe02c000-fe02cfff
     *-bridge DISABLED
          description: Ethernet interface
          product: MCP51 Ethernet Controller
          vendor: nVidia Corporation
          physical id: 14
          bus info: pci@0000:00:14.0
          logical name: eth0
          version: a1
          serial: 00:40:ca:af:34:f5
          width: 32 bits
          clock: 66MHz
          capabilities: bridge bus_master cap_list ethernet physical
          configuration: broadcast=yes driver=forcedeth driverversion=0.64
latency=0 maxlatency=20 mingnt=1 multicast=yes
          resources: irq:20 memory:fe02b000-fe02bfff ioport:d400(size=8)
     *-pci:4
          description: Host bridge
          product: K8 [Athlon64/Opteron] HyperTransport Technology
Configuration
          vendor: Advanced Micro Devices [AMD]
          physical id: 100
          bus info: pci@0000:00:18.0
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:5
          description: Host bridge
          product: K8 [Athlon64/Opteron] Address Map
          vendor: Advanced Micro Devices [AMD]
          physical id: 101
          bus info: pci@0000:00:18.1
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:6
          description: Host bridge
          product: K8 [Athlon64/Opteron] DRAM Controller
          vendor: Advanced Micro Devices [AMD]
          physical id: 102
          bus info: pci@0000:00:18.2
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:7
          description: Host bridge
          product: K8 [Athlon64/Opteron] Miscellaneous Control
          vendor: Advanced Micro Devices [AMD]
          physical id: 103
          bus info: pci@0000:00:18.3
          version: 00
          width: 32 bits
          clock: 33MHz
          configuration: driver=k8temp
          resources: irq:0
  *-scsi
       physical id: 1
       bus info: scsi@5
       logical name: scsi5
       capabilities: scsi-host
       configuration: driver=usb-storage
  *-network DISABLED
       description: Wireless interface
       physical id: 2
       logical name: wlan0
       serial: 00:02:72:8e:9b:b9
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=802.11b/g

On Sat, Nov 13, 2010 at 9:08 AM, actionparsnip <
<email address hidden>> wrote:

> Your question #133829 on gnome-nettool in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> Can you give the output of:
>
> sudo lshw -C network
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
73,
Stan Wojnowski
KB1KSF

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#16

ok and the output of

lsusb

Thanks

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#17

stanislaus@stanislaus-W3107:~$ sudo lsusb
[sudo] password for stanislaus:
Bus 002 Device 002: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 009: ID 0bda:8172 Realtek Semiconductor Corp. RTL8191S WLAN
Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
stanislaus@stanislaus-W3107:~$

On Sun, Nov 14, 2010 at 7:29 AM, actionparsnip <
<email address hidden>> wrote:

> Your question #133829 on gnome-nettool in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> ok and the output of
>
> lsusb
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
73,
Stan Wojnowski
KB1KSF

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#18

Ok now we know the chip, it's using a RTL8191S Chip.

Try:

sudo modprobe r8192_usb; sleep 5; sudo iwlist scan

If you don't see SSIDs, then run:

dmesg | tail -n 25 > ~/Desktop/dmesg.txt; gedit ~/Desktop/dmesg.txt

and give the output. Thanks. (You can delete the file after you paste the update)

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#19

after trying:
stanislaus@stanislaus-W3107:~$ sudo modprobe r8192_usb; sleep 5; sudo iwlist
scan
FATAL: Module r8192_usb not found.
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

On Sun, Nov 14, 2010 at 8:06 AM, actionparsnip <
<email address hidden>> wrote:

> Your question #133829 on gnome-nettool in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> Ok now we know the chip, it's using a RTL8191S Chip.
>
> Try:
>
> sudo modprobe r8192_usb; sleep 5; sudo iwlist scan
>
> If you don't see SSIDs, then run:
>
> dmesg | tail -n 25 > ~/Desktop/dmesg.txt; gedit ~/Desktop/dmesg.txt
>
> and give the output. Thanks. (You can delete the file after you paste
> the update)
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829/+confirm?answer_id=17
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
73,
Stan Wojnowski
KB1KSF

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#20

and after entering:

dmesg | tail -n 25 > ~/Desktop/dmesg.txt; gedit ~/Desktop/dmesg.txt

[91659.451744]
[91659.451749] rtl819xU:ERR!!! _rtl8192_up(): initialization is failed!
[91659.451752]
[91659.666394] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
[91659.666398]
[91659.666620] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
[91659.666621]
[91659.687796] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
[91659.687799]
[91659.688253] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
[91659.688255]
[91659.688259] rtl819xU:ERR!!! _rtl8192_up(): initialization is failed!
[91659.688261]
[92724.324061] usb 1-6: new high speed USB device using ehci_hcd and address
12
[92724.459553] scsi9 : usb-storage 1-6:1.0
[92725.458066] scsi 9:0:0:0: Direct-Access SanDisk U3 Cruzer Micro
6.51 PQ: 0 ANSI: 0 CCS
[92725.462207] sd 9:0:0:0: Attached scsi generic sg2 type 0
[92725.465291] sd 9:0:0:0: [sdb] 2025471 512-byte logical blocks: (1.03
GB/988 MiB)
[92725.465918] sd 9:0:0:0: [sdb] Write Protect is off
[92725.465927] sd 9:0:0:0: [sdb] Mode Sense: 45 00 00 08
[92725.465932] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[92725.474938] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[92725.474959] sdb: sdb1
[92725.479907] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[92725.479918] sd 9:0:0:0: [sdb] Attached SCSI removable disk
On Sun, Nov 14, 2010 at 8:21 AM, Stan Wojnowski <
<email address hidden>> wrote:

> Your question #133829 on gnome-nettool in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> Status: Answered => Open
>
>

> You are still having a problem:
> after trying:
> stanislaus@stanislaus-W3107:~$ sudo modprobe r8192_usb; sleep 5; sudo
> iwlist
> scan
> FATAL: Module r8192_usb not found.
> lo Interface doesn't support scanning.
>
> eth0 Interface doesn't support scanning.
>
> wlan0 Interface doesn't support scanning : Network is down
>
>
> On Sun, Nov 14, 2010 at 8:06 AM, actionparsnip <
> <email address hidden>> wrote:
>
> > Your question #133829 on gnome-nettool in ubuntu changed:
> >
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
> >
> > Status: Open => Answered
> >
> > actionparsnip proposed the following answer:
> > Ok now we know the chip, it's using a RTL8191S Chip.
> >
> > Try:
> >
> > sudo modprobe r8192_usb; sleep 5; sudo iwlist scan
> >
> > If you don't see SSIDs, then run:
> >
> > dmesg | tail -n 25 > ~/Desktop/dmesg.txt; gedit ~/Desktop/dmesg.txt
> >
> > and give the output. Thanks. (You can delete the file after you paste
> > the update)
> >
> > --
> > If this answers your question, please go to the following page to let us
> > know that it is solved:
> >
> >
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829/+confirm?answer_id=17
> >
> > If you still need help, you can reply to this email or go to the
> > following page to enter your feedback:
> >
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
> >
> > You received this question notification because you are a direct
> > subscriber of the question.
> >
>
>
> --
> 73,
> Stan Wojnowski
> KB1KSF
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
73,
Stan Wojnowski
KB1KSF

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#21

after trying:
stanislaus@stanislaus-W3107:~$ sudo modprobe r8192_usb; sleep 5; sudo iwlist scan
FATAL: Module r8192_usb not found.
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

and after entering:

dmesg | tail -n 25 > ~/Desktop/dmesg.txt; gedit ~/Desktop/dmesg.txt

[91659.451744]
[91659.451749] rtl819xU:ERR!!! _rtl8192_up(): initialization is failed!
[91659.451752]
[91659.666394] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
[91659.666398]
[91659.666620] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
[91659.666621]
[91659.687796] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
[91659.687799]
[91659.688253] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
[91659.688255]
[91659.688259] rtl819xU:ERR!!! _rtl8192_up(): initialization is failed!
[91659.688261]
[92724.324061] usb 1-6: new high speed USB device using ehci_hcd and address 12
[92724.459553] scsi9 : usb-storage 1-6:1.0
[92725.458066] scsi 9:0:0:0: Direct-Access SanDisk U3 Cruzer Micro 6.51 PQ: 0 ANSI: 0 CCS
[92725.462207] sd 9:0:0:0: Attached scsi generic sg2 type 0
[92725.465291] sd 9:0:0:0: [sdb] 2025471 512-byte logical blocks: (1.03 GB/988 MiB)
[92725.465918] sd 9:0:0:0: [sdb] Write Protect is off
[92725.465927] sd 9:0:0:0: [sdb] Mode Sense: 45 00 00 08
[92725.465932] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[92725.474938] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[92725.474959] sdb: sdb1
[92725.479907] sd 9:0:0:0: [sdb] Assuming drive cache: write through
[92725.479918] sd 9:0:0:0: [sdb] Attached SCSI removable disk
- Show quoted text -

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#22

sudo mkdir /lib/firmware/RTL8192SU; sudo cp /lib/firmware/RTL8192SE/rtl8192sfw.bin /lib/firmware/RTL8192SU/

Should make it work. If you run:

sudo modprobe -r r8192_usb; sleep 5; sudo modprobe r8192_usb; sleep 5; sudo iwlist scan

Better?

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#23

Not really better. do not know why it is repsonding the way it is.

this is an abridge result from the terminal:

stanislaus@stanislaus-W3107:~$ sudo mkdir /lib/firmware/RTL8192SU
[sudo] password for stanislaus:
mkdir: cannot create directory `/lib/firmware/RTL8192SU': File exists
stanislaus@stanislaus-W3107:~$ sudo cp /lib/firmware/RTL8192SE/rtl8192sfw.bin /lib/firmware/RTL8192SU
stanislaus@stanislaus-W3107:~$ sudo modprobe -r r8192_usb
FATAL: Module r8192_usb not found.
stanislaus@stanislaus-W3107:~$

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#24

This is more information that may help:

stanislaus@stanislaus-W3107:~$ sudo iwlist scan
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

stanislaus@stanislaus-W3107:~$

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#25

Is it possible to reverse engineer to install XP and Vista when the machine is working with ubuntu as the main operating system?

I am thinking of reinstalling xp on the w3107 and vista on the hp dv9500 and then with wubi install ubuntu on the machines.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#26

ok can you give the output of:

lsmod

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#27

You will have the same issue under wubi.

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#28

On Sun, Nov 14, 2010 at 12:54 PM, actionparsnip <
<email address hidden>> wrote:

> Your question #133829 on gnome-nettool in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> Status: Needs information => Answered
>
> actionparsnip proposed the following answer:
> You will have the same issue under wubi.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829/+confirm?answer_id=26
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>
> You received this question notification because you are a direct
> subscriber of the question.
>

yes, but I will then atleast have a system that can access the internet.
the drivers work under Windows.

--
73,
Stan Wojnowski
KB1KSF

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#29

If you grab the windows driver (the .inf and .sys (NOT autorun.inf)) then you can use ndisgtk and get connected that way

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#30

actionparsnip,

thank you for all your efforts.

Just as I was going to install xp back on the w3107 the system that I was
rebooting showed that it had internet connectivity. don't know how it
happened.

once again thank you.

On Sun, Nov 14, 2010 at 1:04 PM, Stanislaus Wojnowski <<email address hidden>
> wrote:

>
>
> On Sun, Nov 14, 2010 at 12:54 PM, actionparsnip <
> <email address hidden>> wrote:
>
>> Your question #133829 on gnome-nettool in ubuntu changed:
>>
>> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>>
>> Status: Needs information => Answered
>>
>> actionparsnip proposed the following answer:
>> You will have the same issue under wubi.
>>
>> --
>> If this answers your question, please go to the following page to let us
>> know that it is solved:
>>
>> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829/+confirm?answer_id=26
>>
>> If you still need help, you can reply to this email or go to the
>> following page to enter your feedback:
>>
>> https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/133829
>>
>> You received this question notification because you are a direct
>> subscriber of the question.
>>
>
> yes, but I will then atleast have a system that can access the internet.
> the drivers work under Windows.
>
> --
> 73,
> Stan Wojnowski
> KB1KSF
>

--
73,
Stan Wojnowski
KB1KSF

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#31

oh, cool. I'd reboot to test it comes online after a cold boot

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#32

Thanks actionparsnip, that solved my question.

Revision history for this message
Stan Wojnowski (wojowhiskey) said :
#33

LinkedIn
------------

I'd like to add you to my professional network on LinkedIn.

- Stan

Stan Wojnowski
Health, Wellness and Fitness Professional
Greater Boston Area

Confirm that you know Stan Wojnowski:
https://www.linkedin.com/e/-okl5cm-hae6fh93-49/isd/9927907347/sgc6SkLh/?hs=false&tok=0-sGYGxoUFz5w1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-okl5cm-hae6fh93-49/ub0yPjGECchmq00qrMEVabGjk-V4VkyzUySCZfh2-578qD0vognG56/goo/question133829%40answers%2Elaunchpad%2Enet/20061/I3311677744_1/?hs=false&tok=2eC4ZgDSQFz5w1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.