Author Topic: Usb Not Working, Fixed (2 Solutions Now!) :)  (Read 7696 times)

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Usb Not Working, Fixed (2 Solutions Now!) :)
« on: December 04, 2008, 10:40:45 pm »
Edited
partial solution hack link in post #4 - missing kernel module in post #5

I cannot get my mouse, or USB stick to work at all in Angstrom. No wonder why USB networking doesn't connect.
lsusb just returns nothing
dmesg just returns "reset USB" "reset USB"
I looked at the installed kernel modules, and it seems that most, if not all USB stuff is installed.
What gives?

Angstrom version: "Angstrom-x11-image-glibc-ipk-2007.12-r13-spitz-installkit.tgz"


I booted cacko and both of these items work, so my USB hardware is OK.
« Last Edit: December 06, 2008, 01:53:15 am by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Usb Not Working, Fixed (2 Solutions Now!) :)
« Reply #1 on: December 05, 2008, 02:36:27 pm »
Try
Code: [Select]
modprobe ohci-hcd
modprobe usbnet

Those should get your USB working.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Usb Not Working, Fixed (2 Solutions Now!) :)
« Reply #2 on: December 05, 2008, 02:59:02 pm »
Code: [Select]
modprobe ohci-hcd
modprobe usbnet
returns nothing.
I am root, as I use the Root shell
I also tried this in the other console after
su

and

su -
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Usb Not Working, Fixed (2 Solutions Now!) :)
« Reply #3 on: December 05, 2008, 08:10:48 pm »
Capn_Fish,
I got my USB stick to connect with a workaround as in this post, but it is NOT permanent, and the commands need to be issued every time I plug in my stick.
https://www.oesf.org/forum/index.php?s=&...st&p=180665

There has to be a better way....
« Last Edit: December 06, 2008, 01:23:57 am by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Usb Not Working, Fixed (2 Solutions Now!) :)
« Reply #4 on: December 06, 2008, 01:24:20 am »
I think I found the core problem with my USB port acting like it was dead.

I didn't have "kernel-module-usbmon_2.6.24-r9_spitz.ipk" installed
This should be included in the installkit or in the update/upgrade process

After reading through about 1/2 of all the 56 pages here in this section of the forum, I realized I needed to really look closely at the kernel-modules in the "machine" feed.

Now when I have a device plugged in and issue "lsusb", I get a description of the device and device ID.
Before I installed this pkg, I got very little info with lsusb
Now - My mouse lights up (100mA) - My USB stick doesn't light up (250mA)
Just checked my external full sized hard drive (with its own power supply). It automounted with no problem.

I guess I'll need to overcome the "100mA" barrier or replace all my gadgets that are rated higher than 100mA
Some of these were rare and expensive to buy tho.
« Last Edit: December 06, 2008, 01:39:50 am by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers