Re: Missing drivers for USB Ethernet adapters

2008-03-30 Thread Martin Michlmayr
* Kurt Pruenner <[EMAIL PROTECTED]> [2008-03-29 02:23]:
> > I have enabled CONFIG_USB_CATC, CONFIG_USB_KAWETH, CONFIG_USB_PEGASUS,
> > and CONFIG_USB_RTL8150 for arm, but I'm not sure when a kernel with
> > these options enabled will be released. Once again, sorry for the
> > inconvenience.
> Could you please also enable the cdc_ether driver?

It's enabled.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing drivers for USB Ethernet adapters

2008-03-28 Thread Kurt Pruenner
> I have enabled CONFIG_USB_CATC, CONFIG_USB_KAWETH, CONFIG_USB_PEGASUS,
> and CONFIG_USB_RTL8150 for arm, but I'm not sure when a kernel with
> these options enabled will be released. Once again, sorry for the
> inconvenience.

Could you please also enable the cdc_ether driver?

At least my Motorola cable modem (SURFboard SB5100E) uses this driver
when you connect to it via USB, and that's exactly what I'm doing with
my NSLU2...

Thanks! :)

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
...It might be written "Mindfuck", but it's spelt "L-A-I-N"...
np: Donnacha Costello - Grape B (Colorseries)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing drivers for USB Ethernet adapters

2008-03-07 Thread Jon Dowland
On Thu, Mar 06, 2008 at 04:06:04PM +0100, Peter Korsgaard wrote:
> When was the last time you tried? I fixed a bug with the receive MTU
> back in October (it couldn't receive packets longer than 1486 bytes).

Before then, I think. I've just been very busy :( I'll try and have a go
at some point in the next few weeks.


-- 
Jon Dowland


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing drivers for USB Ethernet adapters

2008-03-06 Thread Peter Korsgaard
> "Jon" == Jon Dowland <[EMAIL PROTECTED]> writes:

Hi,

 Jon> On Tue, Feb 19, 2008 at 09:06:02AM +0100, Peter Korsgaard wrote:
 >> My dm9601 driver would be nice as well.

 Jon> Which reminds me, I *still* need to get back to working out why it
 Jon> doesn't work for me :)

When was the last time you tried? I fixed a bug with the receive MTU
back in October (it couldn't receive packets longer than 1486 bytes).

-- 
Bye, Peter Korsgaard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing drivers for USB Ethernet adapters

2008-03-06 Thread Jon Dowland
On Tue, Feb 19, 2008 at 09:06:02AM +0100, Peter Korsgaard wrote:
> My dm9601 driver would be nice as well.

Which reminds me, I *still* need to get back to working out why it
doesn't work for me :)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing drivers for USB Ethernet adapters

2008-02-21 Thread Gordon Farquharson
Hi All

On Tue, Feb 19, 2008 at 12:14 PM, Håkon Stordahl <[EMAIL PROTECTED]> wrote:

>  Thanks! Currently I'm using mcs7830, but I was also successfully using
>  rtl8150 for quite some time. The cdc_ether module could also be nice
>  to have, though so far I've not used it a lot on this architecture.

I have enabled CONFIG_USB_CATC, CONFIG_USB_KAWETH, CONFIG_USB_PEGASUS,
and CONFIG_USB_RTL8150 for arm, but I'm not sure when a kernel with
these options enabled will be released. Once again, sorry for the
inconvenience.

Gordon

-- 
Gordon Farquharson
GnuPG Key ID: 32D6D676



Re: Missing drivers for USB Ethernet adapters

2008-02-19 Thread Håkon Stordahl
"Gordon Farquharson" <[EMAIL PROTECTED]> writes:

> The drivers were accidentally dropped from the kernel build because we
> reorganized our repository archive files. Please let me know which
> ones you would like enabled, and I'll make the changes. I have already
> enabled the asix driver [1]. Sorry for the inconvenience.

Thanks! Currently I'm using mcs7830, but I was also successfully using
rtl8150 for quite some time. The cdc_ether module could also be nice
to have, though so far I've not used it a lot on this architecture.

Håkon.



Re: Missing drivers for USB Ethernet adapters

2008-02-19 Thread Wookey
On 2008-02-18 20:42 -0700, Gordon Farquharson wrote:
> Hi Håkon
> 
> On Feb 18, 2008 3:19 PM, Håkon Stordahl <[EMAIL PROTECTED]> wrote:
> 
> > I'm using as a gateway/router an NSLU2 running Debian and with an USB
> > Ethernet adapter attached, and it works very well. Thanks! However, I
> > noticed that in the most recent kernel package for IXP4xx in unstable
> > (linux-image-2.6.24-1-ixp4xx) the drivers for many USB Ethernet
> > adapters which used to be located in the directory
> > /lib/modules//kernel/drivers/net/usb seem to be missing. I
> > believe linux-image-2.6.22-3-ixp4xx is the latest kernel package for
> > IXP4xx where these drivers are included.
> 
> The drivers were accidentally dropped from the kernel build because we
> reorganized our repository archive files. Please let me know which
> ones you would like enabled, and I'll make the changes. I have already
> enabled the asix driver [1]. Sorry for the inconvenience.

In my experince pegasus, asix and dm6901 covers a good range of
adaptors (all the ones we have bought and tried so far). dm9601 has a
very important patch in 2.6.23 - don't try and use it before that.

Wookey
-- 
Principal hats:  Balloonz - Toby Churchill - Aleph One - Debian
http://wookware.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing drivers for USB Ethernet adapters

2008-02-19 Thread Peter Korsgaard
> "Gordon" == Gordon Farquharson <[EMAIL PROTECTED]> writes:

Hi,

 Gordon> The drivers were accidentally dropped from the kernel build
 Gordon> because we reorganized our repository archive files. Please
 Gordon> let me know which ones you would like enabled, and I'll make
 Gordon> the changes. I have already enabled the asix driver
 Gordon> [1]. Sorry for the inconvenience.

My dm9601 driver would be nice as well.

-- 
Bye, Peter Korsgaard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing drivers for USB Ethernet adapters

2008-02-18 Thread Gordon Farquharson
Hi Håkon

On Feb 18, 2008 3:19 PM, Håkon Stordahl <[EMAIL PROTECTED]> wrote:

> I'm using as a gateway/router an NSLU2 running Debian and with an USB
> Ethernet adapter attached, and it works very well. Thanks! However, I
> noticed that in the most recent kernel package for IXP4xx in unstable
> (linux-image-2.6.24-1-ixp4xx) the drivers for many USB Ethernet
> adapters which used to be located in the directory
> /lib/modules//kernel/drivers/net/usb seem to be missing. I
> believe linux-image-2.6.22-3-ixp4xx is the latest kernel package for
> IXP4xx where these drivers are included.

The drivers were accidentally dropped from the kernel build because we
reorganized our repository archive files. Please let me know which
ones you would like enabled, and I'll make the changes. I have already
enabled the asix driver [1]. Sorry for the inconvenience.

Gordon

[1] http://lists.debian.org/debian-kernel/2008/02/msg00681.html

-- 
Gordon Farquharson
GnuPG Key ID: 32D6D676



Missing drivers for USB Ethernet adapters

2008-02-18 Thread Håkon Stordahl
I'm using as a gateway/router an NSLU2 running Debian and with an USB
Ethernet adapter attached, and it works very well. Thanks! However, I
noticed that in the most recent kernel package for IXP4xx in unstable
(linux-image-2.6.24-1-ixp4xx) the drivers for many USB Ethernet
adapters which used to be located in the directory
/lib/modules//kernel/drivers/net/usb seem to be missing. I
believe linux-image-2.6.22-3-ixp4xx is the latest kernel package for
IXP4xx where these drivers are included.

Somebody knows the reason for this or if there's any chance that the
drivers might get included again?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]