Active Topics

 


Reply
Thread Tools
Posts: 100 | Thanked: 38 times | Joined on Apr 2008
#21
Another thing I noticed is that when i restarted my n810 I had to re-insmod all the .ko's. Do i have to put them in a start up file or something? Or write a script that loads them on start up?

I'm sorry i'm such a huge noob. I really appreciate all the help on this.

Cruelkix
 
Posts: 46 | Thanked: 4 times | Joined on Feb 2008
#22
I wonder if this would also enable to use a Nokia HS-82 USB Headset, such as it's bundled with some newer Nokia cellphones?
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#23
Or write a script that loads them on start up?
Yes exactly.
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#24
Originally Posted by fizze View Post
I wonder if this would also enable to use a Nokia HS-82 USB Headset, such as it's bundled with some newer Nokia cellphones?
I don't think so; AFAIK all headsets with USB connectors for cell phones are really analog over the mini-USB connector.
 
Posts: 100 | Thanked: 38 times | Joined on Apr 2008
#25
well,

I insmodded everything and plugged in my usb sound card and still got the old "unable to connect, no file system available" .....

So what is the next step? Look for drivers? Try and get some stuff from an ubuntu release or lenny/sid lilke was mentioned before?

Cruelkix
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#26
That warning is meaningless; basically, if it's not a keyboard, it waits for a filesysem to show up so it can mount it; if it doesn't show up it gives that message, even if it doesn't show up simply because it's not a mass storage device.
 
Posts: 46 | Thanked: 4 times | Joined on Feb 2008
#27
Originally Posted by Benson View Post
I don't think so; AFAIK all headsets with USB connectors for cell phones are really analog over the mini-USB connector.
I definetly saw something about USB-HID Audio in dmesg, when I plugged my headset into the N810.

Code:
[608294.101562] usb 1-1: new full speed USB device using musb_hdrc and address 4
[608294.234375] usb 1-1: ep0 maxpacket = 8
[608294.234375] usb 1-1: skipped 9 descriptors after interface
[608294.234375] usb 1-1: skipped 2 descriptors after interface
[608294.234375] usb 1-1: skipped 1 descriptor after endpoint
[608294.234375] usb 1-1: skipped 2 descriptors after interface
[608294.234375] usb 1-1: skipped 1 descriptor after endpoint
[608294.234375] usb 1-1: skipped 2 descriptors after interface
[608294.234375] usb 1-1: skipped 1 descriptor after endpoint
[608294.234375] usb 1-1: skipped 2 descriptors after interface
[608294.234375] usb 1-1: skipped 1 descriptor after endpoint
[608294.234375] usb 1-1: skipped 1 descriptor after interface
[608294.234375] usb 1-1: default language 0x0409
[608294.242187] usb 1-1: new device strings: Mfr=1, Product=2, SerialNumber=0
[608294.242187] usb 1-1: Product: Nokia HS-82 headset
[608294.242187] usb 1-1: Manufacturer: Nokia
[608294.242187] usb 1-1: device v0421 p0082 is not supported
[608294.242187] usb 1-1: uevent
[608294.242187] usb 1-1: usb_probe_device
[608294.242187] usb 1-1: configuration #1 chosen from 1 choice
[608294.242187] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[608294.242187] usb 1-1:1.0: uevent
[608294.242187] usbtest 1-1:1.0: usb_probe_interface
[608294.242187] usbtest 1-1:1.0: usb_probe_interface - got id
[608294.242187] usb 1-1: adding 1-1:1.1 (config #1, interface 1)
[608294.242187] usb 1-1:1.1: uevent
[608294.242187] usbtest 1-1:1.1: usb_probe_interface
[608294.242187] usbtest 1-1:1.1: usb_probe_interface - got id
[608294.242187] usb 1-1: adding 1-1:1.2 (config #1, interface 2)
[608294.242187] usb 1-1:1.2: uevent
[608294.242187] usbtest 1-1:1.2: usb_probe_interface
[608294.242187] usbtest 1-1:1.2: usb_probe_interface - got id
[608294.242187] usb 1-1: adding 1-1:1.3 (config #1, interface 3)
[608294.242187] usb 1-1:1.3: uevent
[608294.242187] usbhid 1-1:1.3: usb_probe_interface
[608294.242187] usbhid 1-1:1.3: usb_probe_interface - got id
[608294.242187] drivers/usb/input/hid-core.c: HID probe called for ifnum 3
[608294.250000] drivers/usb/input/hid-core.c: submitting ctrl urb: Get_Report wValue=0x0100 wIndex=0x0003 wLength=2
[608294.250000] input: Nokia Nokia HS-82 headset as /class/input/input6
[608294.250000] input: USB HID v1.11 Device [Nokia Nokia HS-82 headset] on usb-musb_hdrc-1
[608294.250000] drivers/usb/core/inode.c: creating file '004'
[608294.250000] hub 1-0:1.0: 100mA power budget left
[608294.250000] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002
[608294.250000] hub 1-0:1.0: port 1 enable change, status 00000103
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#28
I insmodded everything and plugged in my usb sound card and still got the old "unable to connect, no file system available" .....
Where was this message displayed?

You may want to try rmmod on the usb-storage/hid modules if they are already loaded. Then again this message may just be displayed by the desktop when the usb-storage/hid modules don't load successfully. In which case ignore it.

What does dmesg show from before you plug in to after you've insmodded the modules?
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#29
I insmodded everything and plugged in my usb sound card
I'd plug in the card then insmod the modules....
 
Posts: 100 | Thanked: 38 times | Joined on Apr 2008
#30
I'll give that a try (pluiggin it in then insmodding). I dont know what a dmesg is? Sorry! Do i just run it like any other command in x term?

Edit: Answered that myself. Yeah you run it in x term like any other command. Neat.

Last edited by Cruelkix; 2008-04-25 at 15:23.
 
Reply


 
Forum Jump


All times are GMT. The time now is 20:12.