Re: [driver-discuss] Problem bge

2008-10-22 Thread Crisson Hu
Glad to know it works for you. Cheers. On Wed, 2008-10-22 at 10:00 +0200, Pierguido wrote: > On 21-10-2008 9:10, Pierguido wrote: > > hi all. > > I have to say i'm pretty new to opensolaris and solaris in general, but > > till now i didn't have so many problems. > [...] > > Sorry, but i had not m

Re: [driver-discuss] Problem bge

2008-10-22 Thread Pierguido
On 21-10-2008 9:10, Pierguido wrote: > hi all. > I have to say i'm pretty new to opensolaris and solaris in general, but > till now i didn't have so many problems. [...] Sorry, but i had not much time to find out what was the problem...so now, with a clean new install, it recognize the card and e

Re: [driver-discuss] Problem bge

2008-10-21 Thread Johan Hartzenberg
On Tue, Oct 21, 2008 at 9:10 AM, Pierguido <[EMAIL PROTECTED]> wrote: > hi all. > [snip] > > [EMAIL PROTECTED]:~$ dladm show-phys > LINK MEDIASTATE SPEED DUPLEX DEVICE > e1000g0 Ethernet up 1000 full e1000g0 > e1000g1 Ethernet

Re: [driver-discuss] Problem bge

2008-10-21 Thread Crisson Hu
On Tue, 2008-10-21 at 17:17 +0800, Crisson Hu wrote: > > I suggest you run following command to check if it works: > # backup the /etc/driver_aliases > mv /etc/driver_aliases /etc/driver_aliases.bak Sorry, you should use `cp' instead of `mv', i.e. cp /etc/driver_aliases /etc/driver_aliase

Re: [driver-discuss] Problem bge

2008-10-21 Thread Paul Durrant
Pierguido wrote: > Should be, instead of mv, cp? > Yes. ___ driver-discuss mailing list driver-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Re: [driver-discuss] Problem bge

2008-10-21 Thread Pierguido
On 21-10-2008 11:17, Crisson Hu wrote: ># backup the /etc/driver_aliases >mv /etc/driver_aliases /etc/driver_aliases.bak > ># re-add the driver >rem_drv bge >add_drv -i '"pci14e4,16a7"' bge [EMAIL PROTECTED]:/etc$ mv driver_aliases driver_aliases.bak [EMAIL PROTECTED]:/etc$ rem

Re: [driver-discuss] Problem bge

2008-10-21 Thread Crisson Hu
>From the output, you're using bcm5703s chipset with fiber phy which was supported long before. >From your previous email, the driver has already registered the interrupts handler. That's to say, the driver is loaded successfully. I suggest you run following command to check if it works: # back

Re: [driver-discuss] Problem bge

2008-10-21 Thread Pierguido
On 21-10-2008 9:19, Crisson Hu wrote: > prtconf -vp | grep 14e4, [EMAIL PROTECTED]:~$ prtconf -vp | grep 14e4, compatible: 'pci14e4,16a7.e11.cb.2' + 'pci14e4,16a7.e11.cb' + 'pcie11,cb' + 'pci14e4,16a7.2' + 'pci14e4,16a7' + 'pciclass,02' + 'pciclass,0200' Thanks Pier _

Re: [driver-discuss] Problem bge

2008-10-21 Thread Crisson Hu
Hi Pier, What is the chipset of your bge device? You could provide these information with this command: prtconf -vp | grep 14e4, Regards, Crisson On Tue, 2008-10-21 at 09:10 +0200, Pierguido wrote: > hi all. > I have to say i'm pretty new to opensolaris and solaris in general, but > till now

[driver-discuss] Problem bge

2008-10-21 Thread Pierguido
hi all. I have to say i'm pretty new to opensolaris and solaris in general, but till now i didn't have so many problems. I'm trying to install sxce snv_99 on a HP ML 150 G3 with a dual ethernet PCI-E and a lsi scsi hba card (both are HP). Withg scsi no problem, but i'm going crazy trying to use t