MLD-5.x > WeTek Play
[5.4] USB Devices werden nicht erkannt
TimUx:
Hallo zusammen,
ich habe den einen oder andere Card Reader, welche ich versucht habe auf der WeTek mit MLD 5.4 ans rennen zu bekommen.
Anscheinend werde diese laut DMESG erkannt, es werden aber keine USB Devices unter /dev erstellt.
--- Code: ---[ 805.128092@1] usb 2-1: new full-speed USB device number 2 using dwc_otg
[ 805.348981@0] usb 2-1: New USB device found, idVendor=0403, idProduct=6001
[ 805.348997@0] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 805.349003@0] usb 2-1: Product: Smartreader2 plus
[ 805.349009@0] usb 2-1: Manufacturer: Argolis BV
[ 805.349015@0] usb 2-1: SerialNumber: smargo01
MLD-SERVER> lsusb
Bus 001 Device 002: ID 05e3:0608
Bus 002 Device 002: ID 0403:6001
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0002
Bus 001 Device 003: ID 2252:0106
MLD-SERVER> ls -la /dev/ttyU*
ls: /dev/ttyU*: No such file or directory
--- End code ---
Mit einem RPI oder x64 Server sieht das ganz dann in etwas so aus:
--- Code: ---[ 2.843746] usb 1-8: new full-speed USB device number 2 using xhci_hcd
[ 3.018060] usb 1-8: New USB device found, idVendor=0403, idProduct=6001
[ 3.018062] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.018063] usb 1-8: Product: FT232R USB UART
[ 3.018064] usb 1-8: Manufacturer: FTDI
[ 3.018065] usb 1-8: SerialNumber: AL00CTNJ
[ 3.020780] usb 1-8: Detected FT232RL
[ 3.021122] usb 1-8: FTDI USB Serial Device converter now attached to ttyUSB0
server> lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Bus 001 Device 003: ID 0f30:0001 Jess Technology Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
server> ls -la /dev/ttyU*
crw-rw---- 1 root dialout 188, 0 Aug 17 19:23 /dev/ttyUSB0
--- End code ---
Hat jemand eine Idee, welches Problem die Wetek hier haben könnte?
Danke & Gruß
Timo
MarMic:
fehlen in der wetek die ftdi_SIO module?
was macht lsmod | grep ftdi auf beiden maschinen
gruß
MarMic
TimUx:
Schaue ich mir heute Abend mal an, ...
Gruß Timo
MarMic:
sollte in etwa so aussehen:
--- Code: ---root@Freetz:/var/mod/root# lsmod | grep ftdi
ftdi_sio 32816 1
usbserial 27952 3 ftdi_sio
usbcore 120448 5 ftdi_sio,usbserial,ohci_hcd,ehci_hcd
--- End code ---
TimUx:
Hi,
die "ftdi" sind weder am x86 Server geladen noch am wetek play.
wie gesagt, am x86 server läuft aber alles.
modules x86:
--- Code: ---Module Size Used by Tainted: G
veth 4606 0
xt_nat 1930 13
xt_tcpudp 2287 39
ipt_MASQUERADE 1259 14
nf_nat_masquerade_ipv4 1801 1 ipt_MASQUERADE
nf_conntrack_netlink 17536 0
nfnetlink 4772 2 nf_conntrack_netlink
xfrm_user 20178 1
iptable_nat 1769 1
nf_conntrack_ipv4 6136 29
nf_defrag_ipv4 1580 1 nf_conntrack_ipv4
nf_nat_ipv4 4123 1 iptable_nat
xt_addrtype 1833 2
iptable_filter 1642 1
ip_tables 8621 2 iptable_nat,iptable_filter
xt_conntrack 2889 1
x_tables 12289 7 xt_nat,xt_tcpudp,ipt_MASQUERADE,xt_addrtype,iptable_filter,ip_tables,xt_conntrack
nf_nat 12786 3 xt_nat,nf_nat_masquerade_ipv4,nf_nat_ipv4
nf_conntrack 67430 8 xt_nat,ipt_MASQUERADE,nf_nat_masquerade_ipv4,nf_conntrack_netlink,nf_conntrack_ipv4,nf_nat_ipv4,xt_conntrack,nf_nat
br_netfilter 10267 0
bridge 79763 1 br_netfilter
stp 1565 1 bridge
llc 3249 2 bridge,stp
nfsd 203101 11
stv6110x 3864 4
lnbp21 1800 4
stv090x 42236 4
ddbridge 16433 16
cxd2099 5015 1 ddbridge
dvb_core 81533 1 ddbridge
r8169 57161 0
i2c_i801 11568 0
mii 4785 1 r8169
coretemp 4846 0
i2c_dev 4586 0
--- End code ---
modules wetek
--- Code: ---Module Size Used by Tainted: P
rtk_btusb 28997 0
dhd 605778 0
cfg80211 181800 1 dhd
wetekdvb 32643 13
btrfs 735453 1
libcrc32c 767 1 btrfs
xor 4082 1 btrfs
raid6_pq 83373 1 btrfs
--- End code ---
Ich vermute, dass dies wenn im Kernel schon mit drin sind.
Gruß Timo
Navigation
[0] Message Index
[#] Next page
Go to full version