Re: [CentOS] USB 3.0 NIC / Sitecom NL-031

2014-04-08 Thread Ned Slider
On 07/04/14 17:31, SilverTip257 wrote:
 On Sun, Apr 6, 2014 at 7:09 PM, Ned Slider n...@unixmail.co.uk wrote:

 On 06/04/14 13:32, Ned Slider wrote:
 On 05/04/14 19:28, Akemi Yagi wrote:



 ELRepo does have a kmod-asix driver for el6, but it was backported from
 kernel-3.2 and does not support this device.

 This is a newer USB3 device, and support was only added to the asix
 driver in kernel-3.10. Unfortunately it's not trivial for me to backport
 that driver from kernel-3.10 to el6 so you would need to use a kernel =
 3.10.


 Hi Michael,

 After a bit of further investigation, I have managed to backport the
 driver for your device from kernel-3.10 for you.

 It's called kmod-ax88179_178a and is in the elrepo testing repository
 for el6. You can find it here:

 http://elrepo.org/linux/testing/el6/

 I would appreciate if you could let me know how it works for you,

 Hope that helps.


 I'm not the OP, but I'd like to say thanks.

 I bought a spare USB dongle with the newer ASIX chipset as an emergency
 item for my toolkit.
 Last I tried, the drivers weren't present on a number of distros.
   Supposedly support was added after 3.2 ML kernel, but I have to wonder
 (given Debian is at 3.2.x and support was lacking).

 This rekindled my interest and I'll have to test this all out some evening.

 Thanks Ned, et al.
 :-D


No problem Mike - it gave me something to do on a wet Sunday afternoon!

I'd really appreciate feedback if it works for you. As you will 
understand, it's not possible to test without access to the physical 
hardware.

On a wider note - this is why the ELRepo project exists. If you have 
unsupported hardware, just ask (preferably at http://elrepo.org/bugs or 
on the elrepo mailing list) and we will be happy to investigate if it is 
possible to backport an updated/newer driver for your hardware. It's 
what we do :-)


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] USB 3.0 NIC / Sitecom NL-031

2014-04-07 Thread SilverTip257
On Sun, Apr 6, 2014 at 7:09 PM, Ned Slider n...@unixmail.co.uk wrote:

 On 06/04/14 13:32, Ned Slider wrote:
  On 05/04/14 19:28, Akemi Yagi wrote:

 
 
  ELRepo does have a kmod-asix driver for el6, but it was backported from
  kernel-3.2 and does not support this device.
 
  This is a newer USB3 device, and support was only added to the asix
  driver in kernel-3.10. Unfortunately it's not trivial for me to backport
  that driver from kernel-3.10 to el6 so you would need to use a kernel =
  3.10.
 

 Hi Michael,

 After a bit of further investigation, I have managed to backport the
 driver for your device from kernel-3.10 for you.

 It's called kmod-ax88179_178a and is in the elrepo testing repository
 for el6. You can find it here:

 http://elrepo.org/linux/testing/el6/

 I would appreciate if you could let me know how it works for you,

 Hope that helps.


I'm not the OP, but I'd like to say thanks.

I bought a spare USB dongle with the newer ASIX chipset as an emergency
item for my toolkit.
Last I tried, the drivers weren't present on a number of distros.
 Supposedly support was added after 3.2 ML kernel, but I have to wonder
(given Debian is at 3.2.x and support was lacking).

This rekindled my interest and I'll have to test this all out some evening.

Thanks Ned, et al.
:-D

-- 
---~~.~~---
Mike
//  SilverTip257  //
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] USB 3.0 NIC / Sitecom NL-031

2014-04-06 Thread Ned Slider
On 05/04/14 19:28, Akemi Yagi wrote:
 On Sat, Apr 5, 2014 at 10:07 AM, Michael Kress kr...@hal.saar.de wrote:
 Hi, I have a Sitecom NL-031 USB 3.0 NIC which I'd like to use under
 centos 6.5, but unfortunately I see no support. Or, I am doing something
 wrong.

 According to LKDDb (Linux Kernel Driver DataBase), the correct driver is
 CONFIG_USB_NET_AX8817X: ASIX AX88xxx Based USB 2.0 Ethernet Adapters
 but obviously, I've grabbed a non matching iProduct, because mine is
 obviously 0x0072 (see lsusb below) and the driver lists 0x0056.

   From the LKDDb:
 vendor: 0df6 (Sitecom Europe B.V.), product: 0056 (LN-031 10/100/1000
 Ethernet Adapter)
 vendor: 0df6 (Sitecom Europe B.V.), product: 0056 (LN-031 10/100/1000
 Ethernet Adapter)

 When i modprobe for the NIC, I get something very unspectacular ...
 root@mybox:/root [0] modprobe asix

 /var/log/messages:
 Apr  5 20:02:23 mybox kernel: usbcore: registered new interface driver asix

 dmesg:
 usbcore: registered new interface driver asix

 BTW, I got this passed on by ESXi to a CentOS VM.

 Do you see any chance to get this running?
 Thanks in advance
 Michael


 PS: the lsusb output ...

 root@mybox:/root [0]  lsusb -v -d 0df6:0072

 I just checked the device ID pair [0df6:0072] against the current
 CentOS-6 kernel but it returned nothing. However, I did find the
 driver in ELRepo's kernel-ml:

 alias usb:v0DF6p0072d*dc*dsc*dp*ic*isc*ip*in* ax88179_178a

 It shows that the driver that supports your device is ax88179_178a . I
 suggest you try installing kernel-ml [1] and see if your NIC works. If
 that works well, you'd want to ask ELRepo if backporting the driver
 for EL-6 is possible.

 Akemi

 [1] http://elrepo.org/tiki/kernel-ml
 [2] http://elrepo.org/bugs


ELRepo does have a kmod-asix driver for el6, but it was backported from 
kernel-3.2 and does not support this device.

This is a newer USB3 device, and support was only added to the asix 
driver in kernel-3.10. Unfortunately it's not trivial for me to backport 
that driver from kernel-3.10 to el6 so you would need to use a kernel = 
3.10.

Alternatively, I might be able to build you a standalone driver 
supporting only that device if you are able to test. If so, please file 
an RFE requesting the driver at http://elrepo.org/bugs


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] USB 3.0 NIC / Sitecom NL-031

2014-04-06 Thread Ned Slider
On 06/04/14 13:32, Ned Slider wrote:
 On 05/04/14 19:28, Akemi Yagi wrote:
 On Sat, Apr 5, 2014 at 10:07 AM, Michael Kress kr...@hal.saar.de wrote:
 Hi, I have a Sitecom NL-031 USB 3.0 NIC which I'd like to use under
 centos 6.5, but unfortunately I see no support. Or, I am doing something
 wrong.

 According to LKDDb (Linux Kernel Driver DataBase), the correct driver is
 CONFIG_USB_NET_AX8817X: ASIX AX88xxx Based USB 2.0 Ethernet Adapters
 but obviously, I've grabbed a non matching iProduct, because mine is
 obviously 0x0072 (see lsusb below) and the driver lists 0x0056.

From the LKDDb:
 vendor: 0df6 (Sitecom Europe B.V.), product: 0056 (LN-031 10/100/1000
 Ethernet Adapter)
 vendor: 0df6 (Sitecom Europe B.V.), product: 0056 (LN-031 10/100/1000
 Ethernet Adapter)

 When i modprobe for the NIC, I get something very unspectacular ...
 root@mybox:/root [0] modprobe asix

 /var/log/messages:
 Apr  5 20:02:23 mybox kernel: usbcore: registered new interface driver asix

 dmesg:
 usbcore: registered new interface driver asix

 BTW, I got this passed on by ESXi to a CentOS VM.

 Do you see any chance to get this running?
 Thanks in advance
 Michael


 PS: the lsusb output ...

 root@mybox:/root [0]  lsusb -v -d 0df6:0072

 I just checked the device ID pair [0df6:0072] against the current
 CentOS-6 kernel but it returned nothing. However, I did find the
 driver in ELRepo's kernel-ml:

 alias usb:v0DF6p0072d*dc*dsc*dp*ic*isc*ip*in* ax88179_178a

 It shows that the driver that supports your device is ax88179_178a . I
 suggest you try installing kernel-ml [1] and see if your NIC works. If
 that works well, you'd want to ask ELRepo if backporting the driver
 for EL-6 is possible.

 Akemi

 [1] http://elrepo.org/tiki/kernel-ml
 [2] http://elrepo.org/bugs


 ELRepo does have a kmod-asix driver for el6, but it was backported from
 kernel-3.2 and does not support this device.

 This is a newer USB3 device, and support was only added to the asix
 driver in kernel-3.10. Unfortunately it's not trivial for me to backport
 that driver from kernel-3.10 to el6 so you would need to use a kernel =
 3.10.


Hi Michael,

After a bit of further investigation, I have managed to backport the 
driver for your device from kernel-3.10 for you.

It's called kmod-ax88179_178a and is in the elrepo testing repository 
for el6. You can find it here:

http://elrepo.org/linux/testing/el6/

I would appreciate if you could let me know how it works for you,

Hope that helps.





___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] USB 3.0 NIC / Sitecom NL-031

2014-04-05 Thread Akemi Yagi
On Sat, Apr 5, 2014 at 10:07 AM, Michael Kress kr...@hal.saar.de wrote:
 Hi, I have a Sitecom NL-031 USB 3.0 NIC which I'd like to use under
 centos 6.5, but unfortunately I see no support. Or, I am doing something
 wrong.

 According to LKDDb (Linux Kernel Driver DataBase), the correct driver is
 CONFIG_USB_NET_AX8817X: ASIX AX88xxx Based USB 2.0 Ethernet Adapters
 but obviously, I've grabbed a non matching iProduct, because mine is
 obviously 0x0072 (see lsusb below) and the driver lists 0x0056.

  From the LKDDb:
 vendor: 0df6 (Sitecom Europe B.V.), product: 0056 (LN-031 10/100/1000
 Ethernet Adapter)
 vendor: 0df6 (Sitecom Europe B.V.), product: 0056 (LN-031 10/100/1000
 Ethernet Adapter)

 When i modprobe for the NIC, I get something very unspectacular ...
 root@mybox:/root [0] modprobe asix

 /var/log/messages:
 Apr  5 20:02:23 mybox kernel: usbcore: registered new interface driver asix

 dmesg:
 usbcore: registered new interface driver asix

 BTW, I got this passed on by ESXi to a CentOS VM.

 Do you see any chance to get this running?
 Thanks in advance
 Michael


 PS: the lsusb output ...

 root@mybox:/root [0]  lsusb -v -d 0df6:0072

I just checked the device ID pair [0df6:0072] against the current
CentOS-6 kernel but it returned nothing. However, I did find the
driver in ELRepo's kernel-ml:

alias usb:v0DF6p0072d*dc*dsc*dp*ic*isc*ip*in* ax88179_178a

It shows that the driver that supports your device is ax88179_178a . I
suggest you try installing kernel-ml [1] and see if your NIC works. If
that works well, you'd want to ask ELRepo if backporting the driver
for EL-6 is possible.

Akemi

[1] http://elrepo.org/tiki/kernel-ml
[2] http://elrepo.org/bugs
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] USB 3.0 NIC / Sitecom NL-031

2014-04-05 Thread Michael Kress
Am 05.04.2014 20:28, schrieb Akemi Yagi:
 On Sat, Apr 5, 2014 at 10:07 AM, Michael Kress kr...@hal.saar.de wrote:
 Hi, I have a Sitecom NL-031 USB 3.0 NIC which I'd like to use under
 centos 6.5, but unfortunately I see no support. Or, I am doing something
 wrong.


 I just checked the device ID pair [0df6:0072] against the current
 CentOS-6 kernel but it returned nothing. However, I did find the
 driver in ELRepo's kernel-ml:

 alias usb:v0DF6p0072d*dc*dsc*dp*ic*isc*ip*in* ax88179_178a

 It shows that the driver that supports your device is ax88179_178a . I
 suggest you try installing kernel-ml [1] and see if your NIC works. If
 that works well, you'd want to ask ELRepo if backporting the driver
 for EL-6 is possible.

Hey cool, thanks, using the kernel-ml actually works and gives me a 
usable ethx device!
Ok, proves the concept, but is using a kernel-ml recommended for a 
production centos6 system?
Or should I rather get a different USB 3.0 NIC that actually works with 
centos6 ? Which one? (Has to be a Gigabit USB NIC)
Kind regards
Michael

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos