hotplug II / mdev discussion and implementation

Habe die Box neugestartet ( ohne Stick).
Dann Stick eingesteckt ---> wurde eingebunden und im AVM Interface sichtbar.
Danach USB Stick abgezogen und HUB angesteckt , USB2COM angesteckt und Stick angesteckt ( Stick wurde nicht eingebunden)

Inferring this report, mdev 0.0.3 is not active: it does not use avm events.

The syslog output I'm referring to is to be found in freetz's web interface under status -> logdateien.
 
Code:
rc.mod version freetz-devel-2374M
crond is disabled
telnetd is disabled
Starting webinterface...done.
Starting syslogd...done.
Starting callmonitor...done.
Starting stunnel...2000.01.01 01:00:51 LOG7[956:1024]: RAND_status claims sufficient entropy for the PRNG
2000.01.01 01:00:51 LOG7[956:1024]: PRNG seeded successfully
2000.01.01 01:00:51 LOG7[956:1024]: Configuration SSL options: 0x00000FFF
2000.01.01 01:00:51 LOG7[956:1024]: SSL options set: 0x00000FFF
2000.01.01 01:00:51 LOG7[956:1024]: SSL context initialized for service stunnel
inetd mode must define a remote host or an executable
failed.
Looking for user 'ftp' ... created - now saving to data buffer ... done
Starting ftp server...done.
Starting ssh server...done.
samba is disabled
swap is disabled
 
I'll say it again... I don't think mdev-0.0.3 is active on your box. Are you sure that you configured in mdev?

Log onto your box and do a 'ls -l /etc/mdev.conf; cat /etc/mdev.conf'.
 
Code:
/var/mod/root # ls -l /etc/mdev.conf
ls: /etc/mdev.conf: No such file or directory
/var/mod/root # cat /etc/mdev.conf
cat: can't open '/etc/mdev.conf': No such file or directory
/var/mod/root #


Sieht so aus als ob nichts da wäre.

Ich habe die 3 patch dateien installiert und das mdev-0.0.3 paket in das Freetz Verzeichnis entpackt....

Das ist doch richtig ?
 
Code:
Ich habe die 3 patch dateien installiert und das mdev-0.0.3 paket in das Freetz Verzeichnis entpackt....[/QUOTE]

Ensure hotplug replacement was not active in your freetz project directory ->
hotplug-dirclean
hotplug-uninstall
should both result in an error

then
make menuconfig -> choose mdev in packages -> testing

make busybox-dirclean
make e2fsprogs-dirclean
make mdev-dirclean
make mdev-uninstall
make
 
Hallo,

habe das mdev Paket ausgewählt und die von dir genannten Schritte ausgeführt.
Glaube aber dass es trotzdem nicht aktiv ist , wie aktiviere ich es ?

Code:
rc.mod version freetz-devel-2374M
crond is disabled
telnetd is disabled
Starting webinterface...done.
Starting syslogd...done.
Starting callmonitor...done.
Starting stunnel...2000.01.01 01:00:54 LOG7[1072:1024]: RAND_status claims sufficient entropy for the PRNG
2000.01.01 01:00:54 LOG7[1072:1024]: PRNG seeded successfully
2000.01.01 01:00:54 LOG7[1072:1024]: Configuration SSL options: 0x00000FFF
2000.01.01 01:00:54 LOG7[1072:1024]: SSL options set: 0x00000FFF
2000.01.01 01:00:54 LOG7[1072:1024]: SSL context initialized for service stunnel
inetd mode must define a remote host or an executable
failed.
Looking for user 'ftp' ... created - now saving to data buffer ... done
Starting ftp server...done.
Starting ssh server...done.
samba is disabled


Code:
/var/mod/root # ls -l /etc/mdev.conf
-rw-r--r--    1 root     root         2203 Jul  4 07:45 /etc/mdev.conf
/var/mod/root # cat /etc/mdev.conf
#
#<node name> <uid:gid> <perm>[ (=>)<node alias>][ (@$*)<command>]
#                              --+-               --+--
#       = rename node       \    |                  |
#       > and link original  >---+                  |
#                                                   |
#           @ run on create \                       |
#           $ run on delete  |----------------------+
#           * run on both   /
#

#
# capture all events and stop processing
#.* root:root 0600 */lib/mdev/common/mdevlog on
#

#
# dynamic device creation
#

# These are always generated, i.e. scan
usbdev.*_ep00 root:root 0600 =usbdev/ @/lib/mdev/usb/usbdev
# And these are generated as events and are virtual devices
1-.*:1.0         0:0    0000          */lib/mdev/usb/usbcontrol
usbdev.*      root:root 0600 =usbdev/

# block devices: group -> disk
sd[a-z]       root:root 0660 */lib/mdev/block/disk
sd[a-z][0-9]+ root:root 0660 */lib/mdev/block/partition
loop[0-9]+    root:root 0600

# start storage chain: virtual devices
usb-storage 0:0 0000 @/lib/mdev/common/mdevmodule sd_mod sg

# usb serial adapters and converters: group -> dialout
ttyUSB[0-9]+ root:root 0660

#
# mdev doesn't directly support static links
#/proc/self/fd   -> fd
#/proc/self/fd/0 -> stdin
#/proc/self/fd/1 -> stdout
#/proc/self/fd/2 -> stderr
#/proc/kcore     -> core
#

#
# The following are kernel built-in's
# i.e. recognized only at scan
#

# system nodes
null     root:root 0666
console  root:root 0600
zero     root:root 0666
u?random root:root 0666
tty[0-7] root:root 0600
full     root:root 0666

# kernel memory: group -> kmem
k?mem  root:root 0640
kmsg   root:root 0660
port   root:root 0640

# block devices: group -> disk
ram[0-9]+      root:root 0660
mtdblock[0-9]+ root:root 0600
# double up flash characters devices
mtd0        root:root 0600 @/lib/mdev/misc/mtd
mtd[0-9]+   root:root 0600
mtd[0-9]+ro root:root 0600

# communition nodes: group -> dialout
tty[0-9]* root:root 0660
ttyS[0-3] root:root 0660
ptmx      root:root 0666

# group -> tty
tty[a-z][0-f] root:root 0666
pty[a-z][0-f] root:root 0666

# net devices
tun[0-9]* root:root 0640 =net/

# everything else
.* root:root 0600 */lib/mdev/common/mdevlog
/var/mod/root #
 
Released version 0.0.4.

This version attempts to further harmonize differences on 2.6.13 and 2.6.19 kernels.

It works for 2.6.19 kernels.
It may work for 2.6.13 kernels.

I'd appreciate any intelligent thoughts and insights;)
 
Glaube aber dass es trotzdem nicht aktiv ist , wie aktiviere ich es ?

That certainly looks better;)

cat /proc/sys/kernel/hotplug should result to /sbin/mdev.

This mdev configuration logs everything to syslogd: it would help if you have syslogd active. Then you can read syslog entries at freetz's web interface.

After rebooting, you may attach your memory key and it should be reported to avm's web usb interface as well as to syslog. Could you post these?
 
Code:
<134>Jul 14 13:33:01 usbcontrol[1163]: 1-1 transparent scsi mass storage device

<134>Jul 14 13:33:01 usbcontrol[1163]: 1-1 transparent scsi mass storage device

<134>Jul 14 13:33:02 mdevmodule[1185]: add module chain sd_mod sg

<134>Jul 14 13:33:08 partition[1222]: created mount point '/var/media/ftp/uStora'

<134>Jul 14 13:33:08 partition[1222]: mounted '/dev/sda' on '/var/media/ftp/uStora' with 'rw,uid=1000,gid=0,fmask=0000,dmask=0000'

<134>Jul 14 13:33:08 partition[1222]: not starting any services on '/var/media/ftp/uStora'
 
That looks a bit better;)
Do you see the memory device in the avm web interface?


You could try connecting an active hub and a few other devices a see what happens...

I've only been able test up to five concurrently connected devices: active hub, bluetooth dongle w/ integrated keyboard and mouse interface, memory key and
2x serial2usb adapters.

All together I had 6 usb interfaces connected to my 7270. All properly recognized and configured w/ modules...

BTW, I'm missing the vendor and product announcement entry in your log.
 
Ja der Stick wurde im avm web interface angezeigt.

Habe nochmal alles abgesteckt und die Box neugestartet.

Danach folgende Geräte angesteckt:

HUB--> USB2COM --> USB Speicher

Glaube hier stimmt noch was nicht??



Code:
<134>Jul 14 15:09:12 usbcontrol[1188]: 1-1 usb hub device

<134>Jul 14 15:09:12 usbcontrol[1188]: 1-1 usb hub device

<131>Jul 14 15:09:30 mdevprobe[1216]: add module usb:v0403p6001d0200dc00dsc00dp00icFFiscFFipFF failed

<131>Jul 14 15:09:30 mdevprobe[1216]: add module usb:v0403p6001d0200dc00dsc00dp00icFFiscFFipFF failed

<131>Jul 14 15:09:30 mdevprobe[1216]: add module usb:v0403p6001d0200dc00dsc00dp00icFFiscFFipFF failed

<134>Jul 14 15:10:04 usbcontrol[1226]: add 1-1.4 USBest Technology USB Mass Storage Device

<134>Jul 14 15:10:04 usbcontrol[1226]: 1-1.4 transparent scsi mass storage device

<134>Jul 14 15:10:05 mdevmodule[1253]: add module chain sd_mod sg
 
Danach folgende Geräte angesteckt:

HUB--> USB2COM --> USB Speicher

Glaube hier stimmt noch was nicht??

Is the memory key being handled correctly?


hmmm... That seems to be a ftdi_sio device.

Do the following
Code:
cd /tmp
cp /etc/modprobe.conf .
mount -o bind modprobe.conf /etc/modprobe.conf
echo 'alias usb:v0403p6001d*dc*dsc*dp*ic*isc*ip* ftdi_sio' >>/etc/modprobe.conf
and reconnect the serial device. If that works you can patch make/mdev/files/root/etc/modprobe.conf with the above alias line. Dont' forget to configure in the module into your image;)


This is what mine looks like
Code:
Jul 14 20:00:10 delaware usbcontrol[4180]: 1-1 usb hub device
Jul 14 20:00:23 delaware usbcontrol[4230]: add 1-1 NEC Corporation USB2.0 Hub Controller
Jul 14 20:00:23 delaware usbcontrol[4230]: 1-1 usb hub device
Jul 14 20:00:24 delaware usbcontrol[4248]: add 1-1.1 LEXAR MEDIA     JUMPDRIVE GEYSR
Jul 14 20:00:24 delaware usbcontrol[4248]: 1-1.1 transparent scsi mass storage device
Jul 14 20:00:24 delaware usbcontrol[4270]: add 1-1.2 Prolific Technology Inc. USB-Serial Controller
Jul 14 20:00:24 delaware usbcontrol[4270]: 1-1.2 device usb:v067Bp2303d0300dc00dsc00dp00icFFisc00ip00
Jul 14 20:00:25 delaware mdevmodule[4288]: add module chain sd_mod sg
Jul 14 20:00:26 delaware usbcontrol[4306]: add 1-1.3 Prolific Technology Inc. USB-Serial Controller
Jul 14 20:00:26 delaware usbcontrol[4306]: 1-1.3 device usb:v067Bp2303d0300dc00dsc00dp00icFFisc00ip00
Jul 14 20:00:31 delaware partition[4364]: created mount point '/var/media/ftp/uStora1'
Jul 14 20:00:31 delaware partition[4364]: mounted '/dev/sda1' on '/var/media/ftp/uStora1' with 'rw,uid=1000,gid=0,fmask=0000,dmask=0000'
Jul 14 20:00:31 delaware partition[4364]: not starting any services on '/var/media/ftp/uStora1'

Code:
ls -ltrR /dev/ttyUSB* /dev/usbdev
/var/mod/root # ls -ltrR /dev/ttyUSB* /dev/usbdev/
crw-rw----    1 root     root     188,   1 Jul 14 20:00 /dev/ttyUSB1
crw-rw----    1 root     root     188,   0 Jul 14 20:00 /dev/ttyUSB0

/dev/usbdev/:
crw-------    1 root     root     186,   0 Jan  1  2000 usbdev1.1_ep81
crw-------    1 root     root     186,   0 Jan  1  2000 usbdev1.1_ep00
crw-------    1 root     root     189,   0 Jan  1  2000 usbdev1.1
crw-------    1 root     root     186,  13 Jul 14 20:00 usbdev1.14_ep81
crw-------    1 root     root     186,  13 Jul 14 20:00 usbdev1.14_ep00
crw-------    1 root     root     189,  13 Jul 14 20:00 usbdev1.14
crw-------    1 root     root     186,  15 Jul 14 20:00 usbdev1.16_ep83
crw-------    1 root     root     186,  15 Jul 14 20:00 usbdev1.16_ep81
crw-------    1 root     root     186,  15 Jul 14 20:00 usbdev1.16_ep02
crw-------    1 root     root     186,  15 Jul 14 20:00 usbdev1.16_ep00
crw-------    1 root     root     186,  14 Jul 14 20:00 usbdev1.15_ep81
crw-------    1 root     root     186,  14 Jul 14 20:00 usbdev1.15_ep02
crw-------    1 root     root     186,  14 Jul 14 20:00 usbdev1.15_ep00
crw-------    1 root     root     189,  14 Jul 14 20:00 usbdev1.15
crw-------    1 root     root     186,  16 Jul 14 20:00 usbdev1.17_ep83
crw-------    1 root     root     186,  16 Jul 14 20:00 usbdev1.17_ep81
crw-------    1 root     root     186,  16 Jul 14 20:00 usbdev1.17_ep02
crw-------    1 root     root     186,  16 Jul 14 20:00 usbdev1.17_ep00
crw-------    1 root     root     189,  16 Jul 14 20:00 usbdev1.17
crw-------    1 root     root     189,  15 Jul 14 20:00 usbdev1.16

Code:
/var/mod/root # lsmod
Module                  Size  Used by    Tainted: P  
vfat                   11303  1 
fat                    53460  1 vfat
nls_cp437               5308  1 
nls_iso8859_1           3646  1 
sg                     30459  0 
sd_mod                 17491  2 
pl2303                 20580  0 
usbserial              28282  1 pl2303
usb_storage            36502  1 
scsi_mod               94308  3 sg,sd_mod,usb_storage
...

Code:
/var/mod/root # mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
mdev on /dev type tmpfs (rw,nosuid)
devpts on /dev/pts type devpts (rw)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
proc on /proc type proc (rw,nosuid,nodev,noexec)
tmpfs on /var type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sda1 on /var/media/ftp/uStora1 type vfat (rw,uid=1000,fmask=0000,dmask=0000,codepage=cp437,iocharset=iso8859-1)

Code:
/var/mod/root # cat /var/media/devmap 
=/dev/sda1:/var/media/ftp/uStora1
 
Code:
cd /tmp
cp /etc/modprobe.conf .
mount -o bind modprobe.conf /etc/modprobe.conf
echo 'alias usb:v0403p6001d*dc*dsc*dp*ic*isc*ip* ftdi_sio' >>/etc/modprobe.conf

Code:
If that works you can patch make/mdev/files/root/etc/modprobe.conf with the above alias line. Dont' forget to configure in the module into your image


Glaube das hat schon funktioniert , aber wie ich das patchen soll ist mir eine Materie zu hoch.;)
 
Glaube das hat schon funktioniert , aber wie ich das patchen soll ist mir eine Materie zu hoch.;)

After connecting the usb2com adapter
Code:
lsmod
ls -ltrR /dev/ttyUSB* /dev/usbdev
post the results and syslog please.

You can directly edit make/mdev/files/root/etc/modprobe.conf with a unix conform editor and add your alias line. After editing do "make mdev-dirclean" and then "make".

After flashing and booting, your usb2com devices should be recongnized.
 
Code:
/var/mod/root # lsmod
Module                  Size  Used by    Tainted: P
ftdi_sio               33784  1
usbserial              28282  3 ftdi_sio
userman                32607  2
wlan_scan_ap           11095  1
wlan_acl                4478  1
wlan_wep                6711  1
wlan_tkip              14118  0
wlan_ccmp               9491  0
wlan_xauth              1182  0
ath_pci               158604  0
ath_rate_atheros       29493  1 ath_pci
wlan                  247857  9 wlan_scan_ap,wlan_acl,wlan_wep,wlan_tkip,wlan_ccmp,wlan_xauth,ath_pci,ath_rate_atheros
ath_hal               203744  3 ath_pci,ath_rate_atheros
ath_dfs                24350  1 ath_pci
avm_ath_extensions     28085  3 ath_pci,wlan,ath_hal
kdsldmod              882220  5 userman
musb_hdrc              35988  0
usbcore               126440  4 ftdi_sio,usbserial,musb_hdrc
dect_io                21060  2
avm_dect              549025  1 dect_io
capi_codec             93998  0
isdn_fbox_fon5        764452  0
pcmlink               156569  3 avm_dect,capi_codec,isdn_fbox_fon5
dsl_ur8               167825  0
jffs2                 115457  1
Piglet_noemif          21607  0
/var/mod/root # ls -ltrR /dev/ttyUSB* /dev/usbdev
crw-rw----    1 root     root     188,   0 Jul 15 11:11 /dev/ttyUSB0

/dev/usbdev:
crw-------    1 root     root     186,   0 Jan  1  2000 usbdev1.1_ep81
crw-------    1 root     root     186,   0 Jan  1  2000 usbdev1.1_ep00
crw-------    1 root     root     189,   0 Jan  1  2000 usbdev1.1
crw-------    1 root     root     186,   5 Jan  1  2000 usbdev1.6_ep81
crw-------    1 root     root     186,   5 Jan  1  2000 usbdev1.6_ep00
crw-------    1 root     root     189,   5 Jan  1  2000 usbdev1.6
crw-------    1 root     root     186,   7 Jul 15 10:53 usbdev1.8_ep81
crw-------    1 root     root     186,   7 Jul 15 10:53 usbdev1.8_ep00
crw-------    1 root     root     186,   7 Jul 15 10:53 usbdev1.8_ep02
crw-------    1 root     root     189,   7 Jul 15 10:53 usbdev1.8
/var/mod/root #



Code:
<134>Jul 15 10:53:30 usbcontrol[1411]: add 1-1.3 FTDI USB <-> Serial

<134>Jul 15 10:53:30 usbcontrol[1411]: 1-1.3 device usb:v0403p6001d0200dc00dsc00dp00icFFiscFFipFF

<131>Jul 15 10:53:30 mdevprobe[1422]: add module usb:v0403p6001d0200dc00dsc00dp00icFFiscFFipFF failed


Werde das file mit der alias line patchen und ein neues image flashen...dann sehen wir weiter;)
 
Code:
/var/mod/root # lsmod
Module                  Size  Used by    Tainted: P
ftdi_sio               33784  1
usbserial              28282  3 ftdi_sio

Code:
<131>Jul 15 10:53:30 mdevprobe[1422]: add module usb:v0403p6001d0200dc00dsc00dp00icFFiscFFipFF failed

Werde das file mit der alias line patchen und ein neues image flashen...dann sehen wir weiter;)

How was the ftdi_sio module (shown in your lsmod) above loaded? Looking at your syslog, mdev didn't load it...
 
Dann ein neuer Versuch...;)


Wie sieht es jetzt aus?

Box neugestartet und folgende Geräte nacheinander angesteckt:

HUB
USB-Speicher
USB2COM (ftdi_sio)


Jul 15 14:50:09 fritz local0.info usbcontrol[1421]: add 1-1 05e3 USB2.0 Hub
Jul 15 14:50:09 fritz local0.info usbcontrol[1421]: 1-1 usb hub device
Jul 15 14:50:17 fritz local0.info usbcontrol[1438]: add 1-1.4 USBest Technology USB Mass Storage Device
Jul 15 14:50:18 fritz local0.info usbcontrol[1438]: 1-1.4 transparent scsi mass storage device
Jul 15 14:50:18 fritz local0.info mdevmodule[1460]: add module chain sd_mod sg
Jul 15 14:50:24 fritz local0.info partition[1492]: created mount point '/var/media/ftp/uStora'
Jul 15 14:50:25 fritz local0.info partition[1492]: mounted '/dev/sda' on '/var/media/ftp/uStora' with 'rw,uid=1000,gid=0,fmask=0000,dmask=0000'
Jul 15 14:50:25 fritz local0.info partition[1492]: not starting any services on '/var/media/ftp/uStora'
Jul 15 14:50:30 fritz local0.info usbcontrol[1554]: add 1-1.3 FTDI USB <-> Serial
Jul 15 14:50:30 fritz local0.info usbcontrol[1554]: 1-1.3 device usb:v0403p6001d0200dc00dsc00dp00icFFiscFFipFF



Code:
/ # lsmod
Module                  Size  Used by    Tainted: P
ftdi_sio               33784  0
usbserial              28282  1 ftdi_sio
vfat                   11303  1
fat                    53524  1 vfat
nls_cp437               5368  1
nls_iso8859_1           3714  1
sg                     30541  0
sd_mod                 17441  1
usb_storage            36502  1
scsi_mod               94308  3 sg,sd_mod,usb_storage
userman                32607  2
wlan_scan_ap           11095  1
wlan_acl                4478  1
wlan_wep                6711  1
wlan_tkip              14118  0
wlan_ccmp               9491  0
wlan_xauth              1182  0
ath_pci               158604  0
ath_rate_atheros       29493  1 ath_pci
wlan                  247857  9 wlan_scan_ap,wlan_acl,wlan_wep,wlan_tkip,wlan_ccmp,wlan_xauth,ath_pci,ath_rate_atheros
ath_hal               203744  3 ath_pci,ath_rate_atheros
ath_dfs                24350  1 ath_pci
avm_ath_extensions     28085  3 ath_pci,wlan,ath_hal
kdsldmod              882220  5 userman
musb_hdrc              35988  0
usbcore               126440  5 ftdi_sio,usbserial,usb_storage,musb_hdrc
dect_io                21060  2
avm_dect              549025  1 dect_io
capi_codec             93998  0
isdn_fbox_fon5        764452  0
pcmlink               156569  3 avm_dect,capi_codec,isdn_fbox_fon5
dsl_ur8               167825  0
jffs2                 115457  1
Piglet_noemif          21607  0
/ # ls -ltrR /dev/ttyUSB* /dev/usbdev
crw-rw----    1 root     root     188,   0 Jul 15 13:52 /dev/ttyUSB0

/dev/usbdev:
crw-------    1 root     root     186,   0 Jan  1  2000 usbdev1.1_ep81
crw-------    1 root     root     186,   0 Jan  1  2000 usbdev1.1_ep00
crw-------    1 root     root     189,   0 Jan  1  2000 usbdev1.1
crw-------    1 root     root     186,   1 Jul 15 13:51 usbdev1.2_ep81
crw-------    1 root     root     186,   1 Jul 15 13:51 usbdev1.2_ep00
crw-------    1 root     root     189,   1 Jul 15 13:51 usbdev1.2
crw-------    1 root     root     186,   2 Jul 15 13:52 usbdev1.3_ep83
crw-------    1 root     root     186,   2 Jul 15 13:52 usbdev1.3_ep82
crw-------    1 root     root     186,   2 Jul 15 13:52 usbdev1.3_ep01
crw-------    1 root     root     186,   2 Jul 15 13:52 usbdev1.3_ep00
crw-------    1 root     root     189,   2 Jul 15 13:52 usbdev1.3
crw-------    1 root     root     186,   3 Jul 15 13:52 usbdev1.4_ep00
crw-------    1 root     root     186,   3 Jul 15 13:52 usbdev1.4_ep81
crw-------    1 root     root     186,   3 Jul 15 13:52 usbdev1.4_ep02
crw-------    1 root     root     189,   3 Jul 15 13:52 usbdev1.4
/ #
 
Zuletzt bearbeitet:
Wie sieht es jetzt aus?

I'm still missing a few entries in your syslog, but I'm assuming it's a c&p error;)

Otherwise it looks good!
Now your peripherals should be recognized/loaded at boot.


Could you post your /etc/modprobe.conf?
 
Code:
# specific hardware piglet module options
alias piglet Piglet_noemif
options Piglet_noemif piglet_bitfile=/lib/modules/microvoip_isdn_top.bit piglet_
enable_button=2 dect_firstlevelfile=/lib/modules/dectfw_firstlevel.hex dect_seco
ndlevelfile=/lib/modules/dectfw_secondlevel.hex

# general bulk keys (disks, memory keys)
alias usb:v*p*d*dc08dsc06dp*ic*isc*ip* usb-storage
alias usb:v*p*d*dc*dsc*dp*ic08isc06ip* usb-storage

# general bluetooth dongles
alias usb:v*p*d*dcE0dsc01dp01ic*isc*ip* rfcomm
alias usb:v*p*d*dc*dsc*dp*icE0isc01ip01 rfcomm

# specific serial-usb adapters (both of mine work)
alias usb:v067Bp2303d0300dc00dsc00dp00icFFisc00ip00 pl2303
alias usb:v0403p6001d*dc*dsc*dp*ic*isc*ip* ftdi_sio




I'm still missing a few entries in your syslog, but I'm assuming it's a c&p error

Was vermisst du genau ?
 

Zurzeit aktive Besucher

Neueste Beiträge

Statistik des Forums

Themen
244,879
Beiträge
2,220,028
Mitglieder
371,604
Neuestes Mitglied
broekar
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.

IPPF im Überblick

Neueste Beiträge