Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

12.08.2008, 16:26

Thomson Media-Player

Habe mir gerade den Thomson EH308 gekauft, damit das Joggen wieder etwas abwechslungsreicher wird - so mit Musik und so...
Leider wird der aber nicht ins System eingebunden. Hier mal, was udevmonitor so sagt:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
UEVENT[1218550183.482677] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8 (usb)
UEVENT[1218550183.482723] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8/usb_endpoint/usbdev5.7_ep00 (usb_endpoint)
UEVENT[1218550183.482731] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8/5-8:1.0 (usb)
UEVENT[1218550183.482738] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8/5-8:1.0/usb_endpoint/usbdev5.7_ep81 (usb_endpoint)
UEVENT[1218550183.482745] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8/5-8:1.0/usb_endpoint/usbdev5.7_ep02 (usb_endpoint)
UEVENT[1218550183.482753] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8/5-8:1.0/usb_endpoint/usbdev5.7_ep83 (usb_endpoint)
UDEV  [1218550183.487003] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8 (usb)
UDEV  [1218550183.487377] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8/usb_endpoint/usbdev5.7_ep00 (usb_endpoint)
UDEV  [1218550183.487825] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8/5-8:1.0 (usb)
UDEV  [1218550183.488427] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8/5-8:1.0/usb_endpoint/usbdev5.7_ep81 (usb_endpoint)
UDEV  [1218550183.488799] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8/5-8:1.0/usb_endpoint/usbdev5.7_ep02 (usb_endpoint)
UDEV  [1218550183.489229] add      /devices/pci0000:00/0000:00:1d.7/usb5/5-8/5-8:1.0/usb_endpoint/usbdev5.7_ep83 (usb_endpoint)

Andere mp3-Player und USB-Platten werden erkannt, da ich ja das USB-Storage im Kernel aktiviert habe.
Hier mal so ein paar Auszüge aus meiner Kernel-config

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
linux # less .config | grep -i usb
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# USB Network Adapters
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_I2C_TINY_USB is not set
# USB devices
CONFIG_SND_USB_AUDIO=m
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
# USB Input Devices
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_USB_HIDDEV is not set
# USB HID Boot Protocol drivers
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
# Miscellaneous USB options
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_PERSIST is not set
# CONFIG_USB_OTG is not set
# USB Host Controller Drivers
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=m
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# USB Device Class drivers
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
# may also be needed; see USB_STORAGE Help for more information
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_LIBUSUAL is not set
# USB Imaging devices
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
CONFIG_USB_MON=y
# USB port drivers
# CONFIG_USB_SERIAL is not set
# USB Miscellaneous drivers
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_GADGET is not set

Hat jemand eine Idee, was ich im Kernel aktivieren muss, damit ich den Media-Player unter Linux nutzen kann? Vielleicht den USB_GADGET-Support?

Dell XPS M2010
Kernel-2.6.34 | gcc-4.3.4 | glibc-2.9_p20081201-r2 | Portage-2.2_rc33 | KDE 4.4.5