|
||||||||
I'm going to go out on a limb here, but I'm willing to bet this driver isn't in m0n0wall. You'll have to somehow add it yourself. Also you'll need to be sure to configure the interface manually as I doubt Manuel has any provisions in his code for this card. I'm sure it has a few settings that differ from an ethernet card. IMHO it would be easier for you to experiment with a full installation of openbsd and this card, get the config and driver stuff worked out (computer connected to the internet), then look into combining that knowledge into m0n0wall. Also that vendor and dev id are going to be reported correctly no matter if the OS has any driver for the card. Thats part of how PCI plug'n'pray works. Those lines with pci0: <unknown card> are just an indicator to you that the system sees the card during a pci bus scan, but has no idea what it does or how to operate it. -Rob ----- Original Message ----- From: "Kirk Lane" <ayocee at gmail dot com> To: "Quark IT - Hilton Travis" <hilton at quarkit dot com dot au> Cc: <m0n0wall at lists dot m0n0 dot ch> Sent: Wednesday, July 14, 2004 10:29 AM Subject: Re: [m0n0wall] Zoom 5001 PCI Cable modem in a m0n0wall? > On Wed, 14 Jul 2004 22:21:29 +1000, Quark IT - Hilton Travis > <hilton at quarkit dot com dot au> wrote: > > Hi Kirk, > > > pci0: <unknown card> (vendor=0x127a, dev=0x1803) at 9.0 irq 11 > > > pci0: <unknown card> (vendor=0x127a, dev=0x1804) at 9.1 irq 11 > > > > Okay, so it's seeing the card but for some reason it has no clue what it is. > > Strange, because according to this page, it's reporting itself as just > what it is: a Conexant RS7112... > http://openbsd.mirrors.pair.com/src/sys/dev/pci/pcidevs.h > #define PCI_VENDOR_ROCKWELL 0x127a /* Rockwell */ > #define PCI_PRODUCT_CONEXANT_RS7112 0x1803 /* 10/100 */ > #define PCI_PRODUCT_CONEXANT_56K_WINMODEM3 0x1804 /* 10/100 */ > > Hrm. So is the dc driver just not picking this thing up for some > reason? Any way I can force the issue, so to speak? > > Kirk Lane > ayocee at gmail dot com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch > For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch > > |