Re: USB Ethernet (Billionton) not Recognised

2003-09-24 Thread Aeefyu
Herbert wrote:
I have with me a USB 10/100 Ethernet which is currently not being 
recognised by my FreeBSD-4.8_RELEASE-p5
The packaging name is Billionton, however it doesnt match any of the 
device listed in sys/dev/usd/usbdevs.

My kernel is compiled with all the USB Ethernet device drivers - aue,
kue, cue
Booting my box with the device attached, however, merely results in 
it being attached the device name ugen0.

I think this hardware should work with device rue, but the man page 
says: "The rue device driver first appeared in FreeBSD 5.1."
Sighs. Not in 4-x ?
Thats a pity  for me at least
Thanks anyways

--
Feisal
Webcraft Solutions - http://www.webcraftsolutions.com
--
Duct tape is like the force.  It has a light side, and a dark side, and
it holds the universe together ...
-- Carl Zwanzig
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB Ethernet (Billionton) not Recognised

2003-09-23 Thread Herbert
Hei again!

The rue driver was MFC at the end of July 03.

Herbert 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB Ethernet (Billionton) not Recognised

2003-09-23 Thread Herbert
On Tue, Sep 23, 2003 at 01:23:53PM +0800, Aeefyu wrote:

> I have with me a USB 10/100 Ethernet which is currently not being 
> recognised by my FreeBSD-4.8_RELEASE-p5
> The packaging name is Billionton, however it doesnt match any of the 
> device listed in sys/dev/usd/usbdevs.
> 
> My kernel is compiled with all the USB Ethernet device drivers - aue,
> kue, cue
> Booting my box with the device attached, however, merely results in 
> it being attached the device name ugen0.

Hei!

I think this hardware should work with device rue, but the man page 
says: "The rue device driver first appeared in FreeBSD 5.1."

Herbert
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


USB Ethernet (Billionton) not Recognised

2003-09-22 Thread Aeefyu
Hello to all

I have with me a USB 10/100 Ethernet which is currently not being 
recognised by my FreeBSD-4.8_RELEASE-p5
The packaging name is Billionton, however it doesnt match any of the 
device listed in sys/dev/usd/usbdevs.

My kernel is compiled with all the USB Ethernet device drivers - aue, 
kue, cue
Booting my box with the device attached, however, merely results in it 
being attached the device name ugen0.

Output of usbdevs -vd is as follows:
-
Controller /dev/usb0:
addr 1: self powered, config 1, UHCI root hub(0x), Intel(0x), 
rev 1.00
  uhub0
 port 1 addr 2: power 120 mA, config 1, USB 10/100 LAN(0x8150), 
USBKR100(0x0bda), rev 1.00
   ugen0
 port 2 powered

Relevant dmesg:

uhci0:  port 0xbf80-0xbf9f 
irq 11 at device 29.0 on pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: USBKR100 USB 10/100 LAN, rev 1.10/1.00, addr 2

Anyone can guide me in making this device work? I have tried mucking 
around with sys/dev/usb/usbdevs, usbdevs.h, usbdevs_data.h and if_aue.c 
- cd ../../modules/aue && make && make install
but this results in my boot-up being stuck during probe of the device

Any pointers is very much appreciated.

--
Feisal
Webcraft Solutions - http://www.webcraftsolutions.com
--
In Tulsa, Oklahoma, it is against the law to open a soda bottle without
the supervision of a licensed engineer.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"