Forums

Resolved
0 votes
Hi All,

Long time reader first time poster ;)

I am looking at setting up a 4G USB tethered Samsung Android phone to my ClearOS 6 server as our primary ADSL link will be going down but we still require internet access

After running
lsusb
I get the following


Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 006: ID 04e8:6863 Samsung Electronics Co., Ltd GT-I9500 [Galaxy S4] / GT-I9250 [Galaxy Nexus] (network tethering)


But the device doesn't show in the Multi-WAN setup page

Does the ClearOS webconfig only detect ppp* or eth* devices?
Is this a feature available in ClearOS 7?

I have tested using this within IPFire successfully but would prefer to keep using ClearOS :)


Thank you in advance for your help, and let me know if you require further information
Sunday, February 28 2016, 02:40 AM
Share this post:
Responses (4)
  • Accepted Answer

    Sunday, February 28 2016, 10:28 AM - #Permalink
    Resolved
    0 votes
    Hi All,

    Thank you very much for your suggestions
    I tinkered for a while but was unable to get the tethered device to show in the udev file

    In the end I tested on a space machine with ClearOS 7 and it worked flawlessly
    I will schedule a new ClearOS build for later tonight and test in a production environment

    Thank you again
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, February 28 2016, 07:47 AM - #Permalink
    Resolved
    0 votes
    The webconfig accept all sorts of device names for the newer namings in ClearOS7 which are also available in ClearOS 6 but not used by default. I would doubt if there is a selector on names like that, but something cute must be done not to pick up lo and tun interfaces.

    Somehow you need to check if the device drivers are being loaded. I've found this, if it helps. If everything is being loaded, you may need to create a /etc/sysconfig/network-scripts/ifcfg-usb0 file which you can base on another /etc/sysconfig/network-scripts/ifcfg-ethX file.

    I can't help any more as I'm going away for a week.
    Like
    1
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, February 28 2016, 07:17 AM - #Permalink
    Resolved
    0 votes
    Like
    1
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, February 28 2016, 02:52 AM - #Permalink
    Resolved
    1 votes
    I should also note that the device is also recognised when I run
    ifconfig -a


    Output (usb0 only shown):

    usb0 Link encap:Ethernet HWaddr 02:53:05:01:33:64
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    The reply is currently minimized Show
Your Reply