Re: multiple hardware problems on Sony VAIO

2006-07-24 Thread Lowell Gilbert
Erik Nørgaard [EMAIL PROTECTED] writes:

 I am trying to get things up working (FBSD 6.1-STABLE) on a VAIO FJ3S
 notebook, but have trouble with some devices: cardbus, wireless network
 and sound. And I haven't even tried looking at the built in camera,
 memory card reader or firewire ...

 It may be related, they are all on a ICH6 controler

You can start with:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/99663

which was all I needed to hack up for whatever I was doing on my 
ICH6 system (sorry; it was a whole month ago, and I've forgotten 
the details of what, precisely, I was fixing at the time).

It probably won't be enough, but it will help...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: multiple hardware problems on Sony VAIO

2006-07-24 Thread Erik Nørgaard
Lowell Gilbert wrote:
 Erik Nørgaard [EMAIL PROTECTED] writes:
 
 I am trying to get things up working (FBSD 6.1-STABLE) on a VAIO FJ3S
 notebook, but have trouble with some devices: cardbus, wireless network
 and sound. And I haven't even tried looking at the built in camera,
 memory card reader or firewire ...

 It may be related, they are all on a ICH6 controler
 
 You can start with:
   http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/99663
 
 which was all I needed to hack up for whatever I was doing on my 
 ICH6 system (sorry; it was a whole month ago, and I've forgotten 
 the details of what, precisely, I was fixing at the time).
 
 It probably won't be enough, but it will help...

Not enough, the ICH6 controler appeared fine also before the patch, but
all the devices that causes problems are on that controler.

Did you add any hints to your loader.conf or device.hints? Does the
order of loading modules matter? can I control it in loader.conf? (maybe
they are loaded in order as listed?).

Further, I have since posting the first post also noted that USB devices
are not detected correctly, a usb mouse only shows up as usm0 if
connected before boot, if disconnected and connected again or just
connected after boot the device is not registered, restarting usbd, devd
or devfs does not help. And I have had no luck using it.

As for the wireless, I have just seen a post on the same problem on the
mobile list, so it may not be related.

Thanks, Erik
-- 
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9


smime.p7s
Description: S/MIME Cryptographic Signature


Re: multiple hardware problems on Sony VAIO

2006-07-24 Thread Lowell Gilbert
Erik Nørgaard [EMAIL PROTECTED] writes:

 Lowell Gilbert wrote:
 Erik Nørgaard [EMAIL PROTECTED] writes:
 
 I am trying to get things up working (FBSD 6.1-STABLE) on a VAIO FJ3S
 notebook, but have trouble with some devices: cardbus, wireless network
 and sound. And I haven't even tried looking at the built in camera,
 memory card reader or firewire ...

 It may be related, they are all on a ICH6 controler
 
 You can start with:
   http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/99663
 
 which was all I needed to hack up for whatever I was doing on my 
 ICH6 system (sorry; it was a whole month ago, and I've forgotten 
 the details of what, precisely, I was fixing at the time).
 
 It probably won't be enough, but it will help...

 Not enough, the ICH6 controler appeared fine also before the patch, but
 all the devices that causes problems are on that controler.

The controller itself was found okay (I had sound working on this
system before the patch), but the SM Bus itself wasn't visible.

 Did you add any hints to your loader.conf or device.hints? Does the
 order of loading modules matter? can I control it in loader.conf? (maybe
 they are loaded in order as listed?).

Nothing relevant.  

Sorry I can't help more.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]