Re: driver not attached
From: Huub (v.niekerk_at_freeler.nl)
Date: 02/21/05
- Next message: Christopher Tidy: "Re: Delete a file named ~"
- Previous message: Huub: "Re: driver not attached"
- In reply to: Andrew Gabriel: "Re: driver not attached"
- Next in thread: Andrew Gabriel: "Re: driver not attached"
- Reply: Andrew Gabriel: "Re: driver not attached"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Feb 2005 19:22:12 +0100
Andrew Gabriel wrote:
> In article <42196e1f$0$154$3a628fcd@reader2.nntp.hccnet.nl>,
> Huub <v.niekerk@freeler.nl> writes:
>
>>Andrew Gabriel wrote:
>>
>>>In article <4218e8d7$0$769$3a628fcd@reader10.nntp.hccnet.nl>,
>>> Huub <v.niekerk@freeler.nl> writes:
>>>
>>>
>>>>Hi,
>>>>
>>>>Just installed Sol9, x86. Now I have to find the instance number to get
>>>>my NIC working (BCM5702). I installed the driver (pkgadd), but using
>>>>prtconf, it says the driver is not attached. I've installed the correct
>>>>driver from Broadcom. What should I do next?
>>>>Any help appreciated.
>>>
>>>
>>>Check it has added some 'bcme' entries to /etc/driver_aliases.
>>>Run: devfsadm -v -i bcme
>>>If you still don't have /dev/bcme* then, it the driver doesn't
>>>support your hardware. You could look in the prtconf -pv output
>>>to find the pci ID and explicitly add it:
>>>update_drv -a -i '"pciXXXX,YYYY"' bcme
>>>and it might then work.
>>>
>>>If it still doesn't, try using Sun's broadcom driver. You will
>>>need to delete the pci id: update_drv -d -i '"pciXXXX,YYYY"' bcme
>>>and add id to the bge driver: update_drv -a -i '"pciXXXX,YYYY"' bge
>>>and you should get should get /dev/bge* instead. I'm not sure if
>>>Sun's driver supports 5702 though.
>>>
>>
>>/etc/driver_aliases shows many entrances of bcme. How do I know which
>>one to use with plumb?
>
>
> Um, that question doesn't make sense. /etc/driver_aliases is the
> file which tells the kernel to attach the bcme driver to any PCI
> device it finds with matching PCI ID. The driver will then create
> /dev/bcme (via devfsadm). If you haven't got a /dev/bcme, then
> the driver you installed is not designed to drive your BCM5702.
> You could try forcing it to, using the method I described above.
> That may or may not work, depending how similar your BCM5702 is to
> the ones the driver was designed for.
>
I found out I do have a /dev/bcme. But according to the .txt for the
driver, I have to use an instance-number. So how can I figure out what
number to use so I can create the hostname.bcme?
- Next message: Christopher Tidy: "Re: Delete a file named ~"
- Previous message: Huub: "Re: driver not attached"
- In reply to: Andrew Gabriel: "Re: driver not attached"
- Next in thread: Andrew Gabriel: "Re: driver not attached"
- Reply: Andrew Gabriel: "Re: driver not attached"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|