Draytek miniVigor 128 (USB, ISDN Adapter)

Issues related to hardware problems
Post Reply
pgroidis
Posts: 7
Joined: 2015/04/27 11:47:51

Draytek miniVigor 128 (USB, ISDN Adapter)

Post by pgroidis » 2016/11/25 08:23:21

Gday to all great members of Centos.

I need a small help in order to configure and install my USB Device. I got the below device and I need help in order to load the proper hfc_s usb module or either the cdc_acm proper module.

Code: Select all

[root@localhost ~]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 004: ID 0675:1688 DrayTek Corp. miniVigor 128 ISDN TA [HFC-S]

Code: Select all

[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-504.el6.x86_64 #1 SMP Wed Oct 15 04:27:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Code: Select all

[root@localhost ~]# cat /etc/centos-release 
CentOS release 6.8 (Final)

Code: Select all

.
.
EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: 
dracut: Mounted root filesystem /dev/mapper/VolGroup-lv_root
dracut: Loading SELinux policy
usb 2-2.1: New USB device found, idVendor=0675, idProduct=1688
usb 2-2.1: New USB device strings: Mfr=1, Product=1, SerialNumber=1
usb 2-2.1: Product: USB ISDN TA     
usb 2-2.1: Manufacturer: USB ISDN TA     
usb 2-2.1: SerialNumber: USB ISDN TA     
usb 2-2.1: configuration #1 chosen from 1 choice
type=1404 audit(1480003362.164:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
.
.
Modular ISDN core version 1.1.21
NET: Registered protocol family 34
HFC-S_USB driver Rev. Revision: 0.3.3 (socket), 2008-11-05 debug(0x0) poll(128)
hfcsusb_probe: interface(0) actalt(0) minor(0) vend_idx(1)
HFC-S_USB: probe of 2-2.1:1.0 failed with error -5
hfcsusb_probe: interface(1) actalt(0) minor(0) vend_idx(1)
HFC-S_USB: hfcsusb_probe: detected "DrayTek miniVigor 128 USB ISDN TA" (4 Isochron IN + 3 Isochron OUT, if=1 alt=1)
HFC-S_USB: setup_hfcsusb: cannot read chip id
HFC-S_USB: probe of 2-2.1:1.1 failed with error -5
usbcore: registered new interface driver HFC-S_USB
Playing with hfcsusb and cdc_acm modules

Code: Select all

usbcore: registered new interface driver cdc_acm
cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
usbcore: deregistering interface driver HFC-S_USB
usbcore: deregistering interface driver cdc_acm
usbcore: registered new interface driver cdc_acm
cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
HFC-S_USB driver Rev. Revision: 0.3.3 (socket), 2008-11-05 debug(0x0) poll(128)
hfcsusb_probe: interface(0) actalt(0) minor(0) vend_idx(1)
HFC-S_USB: probe of 2-2.1:1.0 failed with error -5
hfcsusb_probe: interface(1) actalt(0) minor(0) vend_idx(1)
HFC-S_USB: hfcsusb_probe: detected "DrayTek miniVigor 128 USB ISDN TA" (4 Isochron IN + 3 Isochron OUT, if=1 alt=1)
HFC-S_USB: setup_hfcsusb: cannot read chip id
HFC-S_USB: probe of 2-2.1:1.1 failed with error -5
usbcore: registered new interface driver HFC-S_USB

So far just to be sure that my modem can work with Linux I read the below :
http://www.linux-hardware-guide.com/201 ... dn-adapter

And the below (which is only for Debian/Ubuntu) :
http://itsacleanmachine.blogspot.gr/201 ... tures.html

So far my system cannot assign a tty port while detects the modem.

Can someone more or less let me know how I will configure my ISDN usb ? Do I need to compile the kernel ? do I need to replace my hfcsusb or cdc_acm modules?

Thank you guys

User avatar
TrevorH
Site Admin
Posts: 33191
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Draytek miniVigor 128 (USB, ISDN Adapter)

Post by TrevorH » 2016/11/25 11:04:07

2.6.32-504.el6.x86_64
Start by running yum update and get your system up to date. That's a 6.6 kernel and is more than 2 years old and has several very nasty security vulnerabilities. In addition, new hardware support is added with every point release so updating your entire system to 6.8 and kernel 2.6.32-642.11.1 is a good idea anyway.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

pgroidis
Posts: 7
Joined: 2015/04/27 11:47:51

Re: Draytek miniVigor 128 (USB, ISDN Adapter)

Post by pgroidis » 2016/11/25 11:21:35

Thank you but my post above already included yum update and yum upgrade , is there anything more than yum update to perform ?

User avatar
TrevorH
Site Admin
Posts: 33191
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Draytek miniVigor 128 (USB, ISDN Adapter)

Post by TrevorH » 2016/11/25 12:28:38

If you ran yum update then you didn't mention it in your first post and the uname -a output that you posted clearly shows you are running a 2 year old kernel. You either forgot to reboot after the update or the update didn't update the kernel or you have the kernel excluded from updates or grub is messed up.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

pgroidis
Posts: 7
Joined: 2015/04/27 11:47:51

Re: Draytek miniVigor 128 (USB, ISDN Adapter)

Post by pgroidis » 2016/11/25 14:03:31

You are right,

Just to be sure, restarted again,

Code: Select all

[root@localhost ~]# yum update && yum upgrade
Loaded plugins: fastestmirror
Setting up Update Process
Loading mirror speeds from cached hostfile
 * base: mirror.webkur.net
 * epel: epel.mirror.srv.magticom.ge
 * extras: mirror.alastyr.com
 * updates: mirror.ni.net.tr
No Packages marked for Update
Loaded plugins: fastestmirror
Setting up Upgrade Process
Loading mirror speeds from cached hostfile
 * base: mirror.webkur.net
 * epel: ftp.wrz.de
 * extras: mirror.alastyr.com
 * updates: mirror.ni.net.tr
No Packages marked for Update
[root@localhost ~]# 

Code: Select all

[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-642.11.1.el6.x86_64 #1 SMP Fri Nov 18 19:25:05 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# 

Code: Select all


Linux localhost.localdomain 2.6.32-642.11.1.el6.x86_64 #1 SMP Fri Nov 18 19:25:05 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# cat /boot/grub/grub.conf 
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
#          initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.32-642.11.1.el6.x86_64)
        root (hd0,0)
        kernel /vmlinuz-2.6.32-642.11.1.el6.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD rd_LVM_LV=VolGroup/lv_swap SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_LVM_LV=VolGroup/lv_root  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
        initrd /initramfs-2.6.32-642.11.1.el6.x86_64.img
title CentOS 6 (2.6.32-504.el6.x86_64)
        root (hd0,0)
        kernel /vmlinuz-2.6.32-504.el6.x86_64 ro root=/dev/mapper/VolGroup-lv_root rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD rd_LVM_LV=VolGroup/lv_swap SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_LVM_LV=VolGroup/lv_root  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
        initrd /initramfs-2.6.32-504.el6.x86_64.img
[root@localhost ~]# 

So what's rest now? maybe download the latest 6. version and try again from minimal ?

User avatar
TrevorH
Site Admin
Posts: 33191
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Draytek miniVigor 128 (USB, ISDN Adapter)

Post by TrevorH » 2016/11/25 14:07:22

2.6.32-642.11.1.el6.x86_64
That is now the latest kernel. Is it still doing the same thing?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

pgroidis
Posts: 7
Joined: 2015/04/27 11:47:51

Re: Draytek miniVigor 128 (USB, ISDN Adapter)

Post by pgroidis » 2016/11/25 14:17:08

Yes :(

While in my Debian is working just fine

Code: Select all

readonlysh@test:/$ uname -a
Linux test 2.6.32-bpo.5-amd64 #1 SMP Tue Nov 30 11:13:36 UTC 2010 x86_64 GNU/Linux

pgroidis
Posts: 7
Joined: 2015/04/27 11:47:51

Re: Draytek miniVigor 128 (USB, ISDN Adapter)

Post by pgroidis » 2016/11/28 08:30:06

Any idea please?

Post Reply