PCMCIA USB card problems

2006-01-22 Thread [LoN]Kamikaze
I've got an 4 Port PCMCIA connector with a VIA chipset. The manual claims it's an OHCI/EHCI device, but FreeBSD identifies it as an VIA 83C572 UHCI device. After the identification there is a nonesaying errormessage and the system crashs. Compiling the kernel without UHCI I get the following

nforce2, onboard sound, digital out?

2006-01-12 Thread [LoN]Kamikaze
My brother has an Asus A7N8X Deluxe (nforce2) with onboard sound. I installed 6-stable on the system, but I cannot figure out how to activate the digital output. Has anyone ever managed to do this? signature.asc Description: OpenPGP digital signature

6-stable doesn't recognize detatchment of CD-Rom

2005-12-19 Thread [LoN]Kamikaze
I don't know into which list this belongs, so I'm posting it to mobile and stable. I've got a Thinkpad-R40, a first generation Centrino system. When I detach the CD-Rom drive nothing is shown on dmesg. The same when I reenter it. No dmesg output. When I try to mount a cd after detaching and

how to reach a developer

2005-12-14 Thread [LoN]Kamikaze
Because of the devfs discussion I had a look into sys/fs/devfs/devfs_rules.c . Somewhere in the sourcecode he/she's asking a question and I would like to answer it. There just is no email address provided. The question is as follows: /* * XXX: Does it matter whether we do

devfs doesn't set access rights

2005-12-13 Thread [LoN]Kamikaze
On my FreeBSD 6-stable (the last build is less then 24hours ago) my devfs doesn't apply permissions set in /etc/devfs.conf when I attach new devices. I have to call: /etc/rc.d/devfs restart manually for the settings to be applied. This is rather uncomfortable in some cases (especially with my

Re: devfs doesn't set access rights

2005-12-13 Thread [LoN]Kamikaze
It's a simple and working solution and I think it simply should be made default for ALL attach events. To me it makes more sense than having 2 different systems for the same thing. Anyway, now I'm going to set up a devfs.rules (and learn a new different syntax for doing exactly the same thing).

Re: devfs doesn't set access rights

2005-12-13 Thread [LoN]Kamikaze
Well, here are my conclusions. 1) The manpage for devfs.rules should mention that you have to set devfs_system_ruleset=yourruleset in /etc/rc.conf . I didn't see it anywhere. 2) I have transferred all the rules in /etc/devfs.conf to /etc/devfs.rules, because I don't like to have 2 solutions

Re: devfs doesn't set access rights

2005-12-13 Thread [LoN]Kamikaze
Here is a small patch for /etc/rc.d/devfs which makes it behave the way I suggested in my last mail. --- devfs.old Tue Dec 13 20:58:52 2005 +++ devfs Tue Dec 13 21:00:57 2005 @@ -43,8 +43,8 @@ cd /dev while read action device parameter; do

Re: devfs doesn't set access rights

2005-12-13 Thread [LoN]Kamikaze
I agree that a more flexible approach is generally better, but since it's not necessary I don't want to create an extra entry in my /etc/usbd.conf (one more file to worry about during mergemaster). Thus I think the best solution would be to dump devfs.conf and /etc/rc.d/devfs entirely (or leave

buildworld fails

2005-12-06 Thread [LoN]Kamikaze
Gcc segfaults for me during a buildworld. In my make.conf: CPUTYPE?= pentium-m CFLAGS= -O2 -pipe My last successful build was: FreeBSD 6.0-STABLE (TPR40-6) #0: Sat Nov 26 23:13:30 CET 2005 # make update was run right before building. Here's a tail of the buildworld log.

Re: buildworld fails

2005-12-06 Thread [LoN]Kamikaze
The error also appeared without optimizations. So far compiling with optimizations has never caused any trouble for me. Now it is working without problems. I suspect that it was a cooling problem of my RAM. Adi Pircalabu wrote: On Tue, 06 Dec 2005 15:48:30 +0100 [LoN]Kamikaze [EMAIL PROTECTED

<    1   2