smg Veteran
Joined: 13 Aug 2004 Posts: 1402 Location: /home/stephan
|
Posted: Tue Dec 28, 2004 2:59 pm Post subject: Skype + USB-Headset |
|
|
Hallo, habe ein Problem mit dem USB-Mikrofon.
Ich höre mich selbst auf dem headset, jedoch kann ich mit keinem sprechen, d.h. der Gesprächspartner kann nichts hören, was ich sage.
Code: | dmesg | grep -i usb
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbcore: registered new driver snd-usb-audio
ehci_hcd 0000:00:02.2: nVidia Corporation nForce2 USB Controller
ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:02.2: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
hub 1-0:1.0: USB hub found
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd 0000:00:02.0: nVidia Corporation nForce2 USB Controller
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
ohci_hcd 0000:00:02.1: nVidia Corporation nForce2 USB Controller (#2)
ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
usb 2-1: new low speed USB device using address 2
usb 2-2: new full speed USB device using address 3
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x03F0 pid 0x7104
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:02.0-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
usb 3-2: new full speed USB device using address 2
input: USB HID v1.00 Device [Logitech Logitech USB Headset] on usb-0000:00:02.1-2
drivers/usb/input/hid-input.c: event field not found
|
Quote: |
locate hid-input.c
/usr/src/linux-2.6.9-rc4-love1/drivers/usb/input/hid-input.c
/usr/src/linux-2.6.9-nitro4/drivers/usb/input/hid-input.c |
Quote: | cat /etc/modules.autoload.d/kernel-2.6
# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/modules.autoload.d/kernel-2.6,v 1.1 2003/07/16 18:13:45 azarah Exp $
#
# Note that this file is for 2.6 kernels.
#
# Add the names of modules that you'd like to load when the system
# starts into this file, one per line. Comments begin with # and
# are ignored. Read man modules.autoload for additional details.
# 3c59x
apm
#ac
#button
#fan
#processor
#thermal
sg
sd_mod
ieee1394
ohci1394
sbp2
raw1394
8139too
ppp_generic
ppp_async
ppp_synctty
pppoe
pcspkr
i2c-dev
i2c-core
i2c-nforce2
asb100
i2c-isa
eeprom
# /usr/bin/sensors -s # recommended
soundcore
snd
snd-intel8x0
snd-usb-audio
snd-pcm-oss
snd-mixer-oss
snd-seq-oss
usbcore
ehci-hcd
ohci-hcd
usblp
usb-storage
usbhid
#nvidia NVreg_EnableAGPFW=1 NVreg_EnableAGPSBA=1
nvidia |
Sound im Kernel bei Alsa und USB-Device ist an, ich weiss nicht was es noch sein könnte.
Im Kernel habe ich noch in einer anderen Sektion USB-Audio gefunden, das hatte ich aber mit einem älteren Kernel auch nicht an, und da hat das USB-Audio auch funktioniert.
Mfg _________________ GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code: | perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);' |
|
|