Some multimedia keys send many keycodes

2010-04-07 Thread David DEMELIER
Hi freebsd users, I'm running 8.0-STABLE on my laptop, and I have many troubles with the functions keys (brightness does not work) and some other keys like fn-key + f3 (usually XF86WWW) sends the XF86WWW keycode AND sends also the F3 code and that's a real problem since some applications use

Re: Porting NetworkManager to FreeBSD

2010-04-17 Thread David DEMELIER
2010/4/16 Jerry freebsd.u...@seibercom.net: Has there been any movement on porting NetworkManager http://projects.gnome.org/NetworkManager/ to FreeBSD? I read something awhile ago, I don't remember where, that it was planned for the 8.0 release (I think). I have seen it in use on a friends PC,

Re: KDE 4.4.2

2010-04-24 Thread David DEMELIER
2010/4/23 Bruce Cran bru...@muon.cran.org.uk: On Fri, Apr 23, 2010 at 07:58:12PM +1200, Andrew Hill wrote: Hi does anyone know if kde 4.4.2 is in freebsd ports? It's not yet - a big upgrade to Xorg and KDE is being worked on so I guess it'll be available in a few days. For xorg 1.8 ?

Re: Gaming

2010-04-29 Thread David DEMELIER
2010/4/29 Mikle Krutov nekoexmach...@gmail.com: On Thu, Apr 29, 2010 at 10:10:20AM -0700, Joe's Morgue wrote: Are there drivers for higher end graphic cards available? If it is nvidia: yes, proprietary and pretty good. If it is ATI, only opensource xf86-video-ati, that are better than fglrx

Re: Using a scanner (USB) as user and not as root

2010-04-29 Thread David DEMELIER
2010/4/28 Warren Block wbl...@wonkity.com: On Wed, 28 Apr 2010, Marco Beishuizen wrote: On Wed, 28 Apr 2010, Roland Smith wrote: Are the permissions correct? Check with 'ls -l /dev/usb/ /dev/ugen*'. Is your user-id in the usb group? Check by running 'id' as the normal user. If all that is

mergemaster -U ask for a lot non-user modified files

2011-02-16 Thread David Demelier
? Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Backtick versus $()

2011-02-20 Thread David Demelier
Of course the example code is useless but shows the limitations of ``. Nowadays all shells supports $() so I advise you to use it :). Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: mergemaster -U ask for a lot non-user modified files

2011-02-23 Thread David Demelier
.. -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: mergemaster -U ask for a lot non-user modified files

2011-02-24 Thread David Demelier
is /etc/motd Cheers, Matthew Yes that's true, now mergemaster do not ask me for any file except /etc/passwd, /etc/login.conf /etc/rc.conf and so on :) Thanks, cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list

optical driver with ahci bios mode but ata(4) driver

2011-02-28 Thread David Demelier
But why the optical drive is only affected? If I use ata(4) driver even with ahci mode set in the bios, why the hard drive works pretty well? Kind regards, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

atacontrol spindown 0 does not work

2011-03-01 Thread David Demelier
atacontrol spindown ad0 0 markand@Melon ~ $ sudo atacontrol spindown ad0 ad0: idle spin down disabled But I can still hear the noise every 10 seconds, I think atacontrol does not totally close the APM feature of the device. Do you have any clue? Cheers, -- David Demelier

Question about nethack and setgid

2011-03-02 Thread David Demelier
mode but I don't like much this .. What am I misunderstanding? Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: Question about nethack and setgid

2011-03-03 Thread David Demelier
group. I didn't see that the file was writable by games group neither. I understand everything now and my game is working too :-) Thanks, Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

snd_hda and via codec: no sound or full volume

2011-03-03 Thread David Demelier
: http://files.malikania.fr/snd-hda.txt and /dev/sndstat: FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: HDA VIA VT1708S_0 PCM #0 Analog (play/rec) default pcm1: HDA VIA VT1708S_0 PCM #1 Digital (play) What happens? Cheers, -- David Demelier

Re: Kernel compiling problems

2011-03-03 Thread David Demelier
...@freebsd.org I hope you're not running buildworld eachtime you try to compile the kernel :p -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

FreeBSD kernel init slower than linux

2011-03-04 Thread David Demelier
for FreeBSD. Why FreeBSD is so slower than Linux to boot the kernel? Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Switching between ttys takes 5 seconds with radeon hd 5670

2011-03-05 Thread David Demelier
Hello, I've got a brand new radeon hd 5670, when I switch between ttys it takes about 5 seconds to refresh (to show the next tty) Is this due to the lack of KMS support in FreeBSD? Cheers, -- David Demelier ___ freebsd-questions@freebsd.org

Re: optical driver with ahci bios mode but ata(4) driver

2011-03-06 Thread David Demelier
On 05/03/2011 21:22, Paul B. Mahol wrote: On Mon, Feb 28, 2011 at 8:31 PM, David Demelier demelier.da...@gmail.com wrote: Hello, My bios can be set to use IDE emulation or ahci mode, I prefere the ahci mode because it's a bit faster. It's probably stupid to stay with ata(4) driver

Re: Switching between ttys takes 5 seconds with radeon hd 5670

2011-03-06 Thread David Demelier
On 05/03/2011 19:03, Warren Block wrote: On Sat, 5 Mar 2011, David Demelier wrote: I've got a brand new radeon hd 5670, when I switch between ttys it takes about 5 seconds to refresh (to show the next tty) Do you mean switching between text consoles (ttyv) or between a text console and X

Re: Switching between ttys takes 5 seconds with radeon hd 5670

2011-03-06 Thread David Demelier
On 05/03/2011 19:03, Warren Block wrote: On Sat, 5 Mar 2011, David Demelier wrote: I've got a brand new radeon hd 5670, when I switch between ttys it takes about 5 seconds to refresh (to show the next tty) Do you mean switching between text consoles (ttyv) or between a text console and X

Re: optical driver with ahci bios mode but ata(4) driver

2011-03-06 Thread David Demelier
On 06/03/2011 15:15, Brandon Gooch wrote: On Mar 6, 2011, at 2:14 AM, David Demelierdemelier.da...@gmail.com wrote: On 05/03/2011 21:22, Paul B. Mahol wrote: On Mon, Feb 28, 2011 at 8:31 PM, David Demelier demelier.da...@gmail.com wrote: Hello, My bios can be set to use IDE emulation

Fwd: Re: snd_hda, codec attaching randomly?

2011-03-17 Thread David Demelier
is attaching to the wrong core? I have no really idea, it appears really randomly nothing can change the behavior Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

devd started with single-user mode?

2011-03-20 Thread David Demelier
settings. Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: devd started with single-user mode?

2011-03-20 Thread David Demelier
is usable. For loader-related things, I still have to keep a PS/2 AT keyboard handy. Oh yes I have kbdmux but as module only since the /etc/rc.d/bthidd wanted to load it itself. I added as device instead of modules. Thanks! -- David Demelier

Re: devd started with single-user mode?

2011-03-21 Thread David Demelier
but in single user mode I still have the standard us layout. Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: devd started with single-user mode?

2011-03-21 Thread David Demelier
understand .. But thanks for the patch. Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Wireless always getting down/up

2011-03-21 Thread David Demelier
-cert.pem anonymous_identity=anonym...@u-strasbg.fr phase2=auth=PAP identity=myusername password=mypasssword } Disabling ca_cert or enabling does not solve. Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing

Re: devd started with single-user mode?

2011-03-21 Thread David Demelier
will be MFC to -STABLE then. Kind regards, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: gkrellm2 GnuTLS and OpenSSL, conky doesn't work :(

2011-03-21 Thread David Demelier
, Antonio ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org Cheers, -- David Demelier

Re: gkrellm2 GnuTLS and OpenSSL, conky doesn't work :(

2011-03-21 Thread David Demelier
On 21/03/2011 18:45, Antonio Olivares wrote: On Mon, Mar 21, 2011 at 12:27 PM, David Demelier demelier.da...@gmail.com wrote: On 21/03/2011 16:57, Antonio Olivares wrote: Dear FreeBSD experts, I wanted to install gkrellm2 and I get the following error. grullahighschool# cd /usr/ports

Re: why vim ports have personal KNOBS for options

2011-03-28 Thread David Demelier
: when you have WITHOUT_NLS=true in your /etc/make.conf any port that use OPTIONS framework will not honour this knob and this is obviously painful. The bapt@ patch correct this, so the the new OPTION framework will read these KNOBS (but of course there is more coming) Cheers, -- David

printf() leak?

2011-03-29 Thread David Demelier
== suppressed: 4,096 bytes in 1 blocks (The experience on Linux does not leak) Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: printf() leak?

2011-03-29 Thread David Demelier
FreeBSD better! :-) -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Random kernel blocking loop message (btx halted)

2011-03-29 Thread David Demelier
rebooting with ctrl + alt + delete. My machine is running on a Intel DH55HC with FreeBSD 8.2-RELEASE amd64. Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: graphical representation of `du`

2011-04-03 Thread David Demelier
should port it... Thanks! This rocks! :-) Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org -- David Demelier

Re: console based sound control

2011-04-03 Thread David Demelier
-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org try them : audio/aumix Audio mixer for X11, terminal, or command line audio/umixAdvanced tool for adjusting soundcard mixers, replacement for aumix Cheers, -- David Demelier

npviewer and ELF binary type 0 not known

2011-04-06 Thread David Demelier
/i386/linux/npviewer.bin: 1: Syntax error: ( unexpected nspluginwrapper: no appropriate viewer found for /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so Even reinstalling nspluginwrapper or linux-10-flashplugin does not solve .. Cheers, -- David Demelier

Re: npviewer and ELF binary type 0 not known

2011-04-06 Thread David Demelier
On 06/04/2011 08:44, David Demelier wrote: Hello, I had a power failure and a lot of fsck issues after. I don't know if my system is having corrupt files but I can't use flash player anymore : markand@Groseille ~ $ nspluginwrapper -v -a -i Auto-install plugins from /home/markand/.mozilla

Re: vmware-tools-freebsd No drivers for x.org version: 7.6.5.

2011-04-08 Thread David Demelier
...@freebsd.org Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

webcamd started two times for the same webcam

2011-04-29 Thread David Demelier
tried adding webcamd_flags=-d 3.2 but it does not solve. Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Get the dev.cpu.0.temperature from sysctl(3)

2011-05-03 Thread David Demelier
Hello, I would like to get the dev.cpu.0.temperature node from sysctlbyname(). It seems this node is an opaque type but how to check it and store it to the appropriate variable type ? Cheers, -- David Demelier ___ freebsd-questions@freebsd.org

Re: Get the dev.cpu.0.temperature from sysctl(3)

2011-05-03 Thread David Demelier
On 03/05/2011 21:40, Roland Smith wrote: On Tue, May 03, 2011 at 10:12:33AM +0200, David Demelier wrote: Hello, I would like to get the dev.cpu.0.temperature node from sysctlbyname(). It seems this node is an opaque type but how to check it and store it to the appropriate variable type

Re: Piping find into tar...

2011-05-04 Thread David Demelier
Modulok, As Peter said you could try using the xargs command with find. This should works as well: find -E . '.*\.txt$' -print | xargs tar -czf result.tgz -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Seeking full-cups/lpd compilant printer

2011-05-04 Thread David Demelier
but the openprinting site says it recommends the epson drivers so I don't know if it works without and cups only... Do you have some good advices ? -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Asus N70SV does not boot

2011-05-05 Thread David Demelier
- tray closed Nothing happens, even five minutes later.. The motherboard is on a SIS chipset, do you have any clue on this? Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Asus N70SV does not boot

2011-05-27 Thread David Demelier
On 05/05/2011 13:59, David Demelier wrote: Hello, We are trying to boot the amd64 8.2-RELEASE cd and it get stucks at the end of: cd0: hp DVDRAM GT20L DC05 Removable CD-ROM SCSI-0 device cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device

Re: Asus N70SV does not boot

2011-05-27 Thread David Demelier
. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org I would like to but it's an old laptop that only have IDE support :( -- David Demelier

Adding a devd entry for a specified uhid

2011-05-27 Thread David Demelier
Multimedia Keyboard, class 0/0, rev 1.10/1.20, addr 3 on usbus0 I suspect ugen0.2 to be the uhid but how to be sure? Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Adding a devd entry for a specified uhid

2011-05-27 Thread David Demelier
On 27/05/2011 20:50, Warren Block wrote: On Fri, 27 May 2011, Warren Block wrote: On Fri, 27 May 2011, David Demelier wrote: Hello, I have a USB keyboard that use uhid for multimedia keys, it works pretty well with usbhidaction but I need to run the command by hand each time. Because I

Using csup and -i switch

2011-07-18 Thread David Demelier
Updating collection ports-all/cvs Finished successfully According to man csup(1) -i should update only files or directory matching the pattern but as you can see here nothing is updated .. If you have any clue. Cheers, -- David Demelier ___ freebsd

Re: Alternative windowmanagers

2011-08-07 Thread David Demelier
window :) Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: A quality operating system

2011-08-22 Thread David Demelier
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org I have five machine 3 are running FreeBSD 8.2 and 2 are running FreeBSD 8.1 And 2 are running amd64 :) FreeBSD, what else? -- David Demelier ___ freebsd-questions@freebsd.org mailing

Re: Please secure your FTP access

2011-09-16 Thread David Demelier
/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

No usb keyboard in single user mode

2011-11-11 Thread David Demelier
-RELEASE Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: No usb keyboard in single user mode

2011-11-21 Thread David Demelier
On 11/11/2011 12:02, Polytropon wrote: On Fri, 11 Nov 2011 10:41:56 +0100, David Demelier wrote: When prompted Enter full pathname of shell or RETURN for /bin/sh:uhub3: 6 ports with 6 removable, self powered uhub7: 8 ports with 8 removable, self powered ugen0.2:BTC at usbus0 ukbd0:BTC USB

Re: Certain users can't start python

2011-12-12 Thread David Demelier
2011/12/12 Michael Ross g...@ross.cx: Hello, I am ... stuck. I've been trying to setup mercurials web frontend with apache, but apache won't start python. Not as cgi-script, not with mod_python. Investigating, I found this not only to be a problem with apache. Situation now: Users

Old UFS label complains on 9.0

2012-01-10 Thread David Demelier
-name=vol/var, error=17) g_dev_taste: make_dev_p() failed (gp-name=vol/var, error=17) g_dev_taste: make_dev_p() failed (gp-name=vol/tmp, error=17) g_dev_taste: make_dev_p() failed (gp-name=vol/tmp, error=17) The labels works because my fstab relies on them. How can I fix that? Cheers, -- David

Extract photo from digital camera that is not USB mass storage device

2012-01-18 Thread David Demelier
it. ugen7.2: Canon Inc. at usbus7 What can I do to copy photo without extracting the SD card each time, does gphoto (or something similar) support this kind of generic device? Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http

Re: Extract photo from digital camera that is not USB mass storage device

2012-01-19 Thread David Demelier
On 19/01/2012 09:59, Polytropon wrote: On Thu, 19 Jan 2012 08:27:38 +0100, David Demelier wrote: Hello, I've bought a new digital camera Canon IXUS 220, it works well (but nothing to do with FreeBSD). But I've been very sad when I saw that I can't set it to mass storage device The device can

Re: pkg_rmleaves in FreeBSD 9

2012-02-08 Thread David Demelier
more up to date as pkg_rmleaves is completely outdated. Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Dualboot with Windows 7

2012-03-18 Thread David Demelier
the _ character blinking. Thus I tried bsdlabel -B ada0s3 from the FreeBSD iso shell but it didn't solve. What can I do to boot FreeBSD now? Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Dualboot with Windows 7

2012-03-19 Thread David Demelier
On 19/03/2012 07:28, Polytropon wrote: On Sun, 18 Mar 2012 23:05:58 +0100, David Demelier wrote: Hello, I try to create a dualboot with Windows 7, I set up partitions like that : ada0s1 - NTFS (windows recovery) ada0s2 - NTFS (windows main partition) ada0s3 - BSD ada0s3a - freebsd

Re: Dualboot with Windows 7

2012-03-19 Thread David Demelier
On 19/03/2012 17:53, Leslie Jensen wrote: 2012-03-19 08:53, Da Rock skrev: On 03/19/12 17:49, Polytropon wrote: On Mon, 19 Mar 2012 08:29:22 +0100, David Demelier wrote: On 19/03/2012 07:28, Polytropon wrote: On Sun, 18 Mar 2012 23:05:58 +0100, David Demelier wrote: Hello, I try

No surround sound with Creative SB Live! card

2012-06-14 Thread David Demelier
does not help. Cheers, -- David Demelier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: No surround sound with Creative SB Live! card

2012-06-15 Thread David Demelier
On 14/06/2012 23:35, Chris Hill wrote: On Thu, 14 Jun 2012, David Demelier wrote: I have an old SB Live! card with a 5.1 speaker set, but i can't get sound from center and rear speakers with mplayer. I'm using the snd_emu10kx driver and when I try to play a DVD I get sound only through

Re: No surround sound with Creative SB Live! card

2012-06-15 Thread David Demelier
On 15/06/2012 05:43, Edward M wrote: On 06/14/2012 09:03 AM, David Demelier wrote: I have an old SB Live! card with a 5.1 speaker set, but i can't get sound from center and rear speakers with mplayer. I'm using the snd_emu10kx driver and when I try to play a DVD I get sound only through

Re: No surround sound with Creative SB Live! card

2012-06-18 Thread David Demelier
On 15/06/2012 13:25, Bernt Hansson wrote: On 2012-06-15 10:06, David Demelier wrote: On 15/06/2012 05:43, Edward M wrote: On 06/14/2012 09:03 AM, David Demelier wrote: I have an old SB Live! card with a 5.1 speaker set, but i can't get sound from center and rear speakers with mplayer. I'm

Re: No surround sound with Creative SB Live! card

2012-06-18 Thread David Demelier
On 15/06/2012 13:25, Bernt Hansson wrote: On 2012-06-15 10:06, David Demelier wrote: On 15/06/2012 05:43, Edward M wrote: On 06/14/2012 09:03 AM, David Demelier wrote: I have an old SB Live! card with a 5.1 speaker set, but i can't get sound from center and rear speakers with mplayer. I'm

Re: No surround sound with Creative SB Live! card

2012-06-21 Thread David Demelier
On 21/06/2012 05:55, Bernt Hansson wrote: 2012-06-18 20:27, David Demelier skrev: On 15/06/2012 13:25, Bernt Hansson wrote: On 2012-06-15 10:06, David Demelier wrote: On 15/06/2012 05:43, Edward M wrote: On 06/14/2012 09:03 AM, David Demelier wrote: I have an old SB Live! card with a 5.1

Re: make buildkernel pre-build too long

2010-09-21 Thread David DEMELIER
2010/9/21 Alexander Best arun...@freebsd.org: On Fri Sep 17 10, David DEMELIER wrote: 2010/9/17 Alexander Best arun...@freebsd.org: On Thu Sep 16 10, David DEMELIER wrote: Hi there, I can't understand why this part of make buildkernel is so long on my amd64 machine (8.1-R) make -V

Little question about device driver name

2010-09-24 Thread David DEMELIER
Hi folks, I just wonder why if_bridge(4) is prefixed by if_ for device name. Every other device name like lagg(4), gif(4) are not prefixed with this same one. Is there any reason that bridge is prefixed with it ? (I don't know if there is other device like that, but what I saw in conf/NOTES

Location of sensors

2010-09-29 Thread David Demelier
Hello, I just wonder how to know the location of the sensors, I got a lot of them on my HP Probook laptop : hw.acpi.thermal.tz0.temperature: 87.0C hw.acpi.thermal.tz1.temperature: 47.0C hw.acpi.thermal.tz2.temperature: 72.0C hw.acpi.thermal.tz3.temperature: 59.0C

Re: ACPI battery issues

2010-10-03 Thread David DEMELIER
2010/10/2 Eitan Adler li...@eitanadler.com: On Sat, Oct 2, 2010 at 4:01 PM,  four.harris...@googlemail.com wrote: I get the same messages with the stock acpi on a Lenovo S10e. Someone on the acpi list (who's name I forget) wrote a patch which removes the error. If you think it might help

Re: Little question about device driver name

2010-10-03 Thread David DEMELIER
2010/9/24 Bob Hall rjh...@gmail.com: On Fri, Sep 24, 2010 at 07:04:06PM +0200, David DEMELIER wrote: Hi folks, I just wonder why if_bridge(4) is prefixed by if_ for device name. Every other device name like lagg(4), gif(4) are not prefixed with this same one. if_bridge was based on bridge

Auvisio USB remote

2010-10-24 Thread David DEMELIER
Hello folks; I have a USB remote (http://www.ortek.com/upimg/200732111364392163.jpg). It's an auvisio VRC-1100 Ro, there is no much information on it. It's recognized as a simple keyboard and mouse. The buttons sends some keypress events like p enter and numbers, but there is also multimedia

Re: Auvisio USB remote

2010-10-24 Thread David DEMELIER
2010/10/24 Roland Smith rsm...@xs4all.nl: On Sun, Oct 24, 2010 at 10:36:16AM +0200, David DEMELIER wrote: Hello folks; I have a USB remote (http://www.ortek.com/upimg/200732111364392163.jpg). It's an auvisio VRC-1100 Ro, there is no much information on it. It's recognized as a simple

Re: Auvisio USB remote

2010-10-24 Thread David DEMELIER
2010/10/24 Roland Smith rsm...@xs4all.nl: On Sun, Oct 24, 2010 at 10:12:34PM +0200, David DEMELIER wrote: What can I try for the multimedia keys ? Try using usbhidctl(1) to see if the multimedia keys generate data. In the file /usr/share/misc/usb_hid_usages you can find some possible

Re: Auvisio USB remote

2010-10-24 Thread David DEMELIER
2010/10/24 Roland Smith rsm...@xs4all.nl: On Sun, Oct 24, 2010 at 10:36:49PM +0200, David DEMELIER wrote: 2010/10/24 Roland Smith rsm...@xs4all.nl: On Sun, Oct 24, 2010 at 10:12:34PM +0200, David DEMELIER wrote: What can I try for the multimedia keys ? Try using usbhidctl(1) to see

Re: Auvisio USB remote

2010-10-24 Thread David DEMELIER
2010/10/24 Roland Smith rsm...@xs4all.nl: On Sun, Oct 24, 2010 at 11:01:25PM +0200, David DEMELIER wrote: 2010/10/24 Roland Smith rsm...@xs4all.nl: On Sun, Oct 24, 2010 at 10:36:49PM +0200, David DEMELIER wrote: 2010/10/24 Roland Smith rsm...@xs4all.nl: On Sun, Oct 24, 2010 at 10:12:34PM

No GPT on an usb key

2010-10-28 Thread David DEMELIER
Hello, I'm trying to put on my USB mass storage device a GPT scheme partitions. But gpart still add them as slices : To be sure to remove the MBR before I dd'ed it $ sudo dd if=/dev/zero of=/dev/da0 bs=512 count=1 1+0 records in 1+0 records out 512 bytes transferred in 0.003369 secs (151970

Re: mount_msdosfs -L ... [odd behaviour ?]

2010-10-29 Thread David DEMELIER
2010/10/29 Adam Vande More amvandem...@gmail.com: On Fri, Oct 29, 2010 at 7:53 AM, dan gl...@live.com wrote: On 10/29/10 13:22, Adam Vande More wrote: On Fri, Oct 29, 2010 at 6:13 AM, dangl...@live.com  wrote:  Thank you for your research and prompt response. The module was available. I

Portable Makefile(s)

2010-10-31 Thread David DEMELIER
Hello, I'm working on many projects, and writing makefile is really painful. I love the BSD Makefile syntax obviously, but I also love that people using Linux could run make to build my projects too. And using BSD makefile syntax disallow this. Reducing the makefile to the minimal makes them

Re: Why do you use a devil as a mascot?

2010-11-13 Thread David DEMELIER
2010/11/12 José Silveira jmlsilve...@gmail.com: Why do you use a devil as a mascot? For me it is nonsense... It makes Christians, Jwishes and Muslins run away! José Silveira ___ freebsd-questions@freebsd.org mailing list

How long laptop battery should live ?

2010-11-23 Thread David DEMELIER
Hello I just realized that my HP laptop lost the half battery capacity. Take a look : mark...@melon ~ $ acpiconf -i 0 Design capacity:4400 mAh Last full capacity: 2132 mAh Technology: secondary (rechargeable) Design voltage: 14400 mV Capacity (warn):200

trying to sysctl(3) a char value

2010-11-24 Thread David DEMELIER
Hello, Since I cannot adjust the brightness on my HP Probook because it sucks I'm writing a small script that can be use instead. I need to sysctl the following sysctl variables : hw.acpi.video.lcd0.brightness hw.acpi.video.lcd0.levels the -brightness one is easy since it's an integer, but the

Re: trying to sysctl(3) a char value

2010-11-24 Thread David DEMELIER
2010/11/24 Dan Nelson dnel...@allantgroup.com: In the last episode (Nov 24), David DEMELIER said: Since I cannot adjust the brightness on my HP Probook because it sucks I'm writing a small script that can be use instead. I need to sysctl the following sysctl variables : hw.acpi.video.lcd0

Re: How long laptop battery should live ?

2010-11-24 Thread David DEMELIER
Hello, Thanks for all your answers, I guess my battery is getting on its end of life.. After running 30 minutes on battery, the percent is still 100% while the remaining time is slowly decreasing.. Aaaah buying a new battery costs around $134 ! I think I could live a few months before buying a

Re: How long laptop battery should live ?

2010-11-25 Thread David DEMELIER
2010/11/24 Adam Vande More amvandem...@gmail.com: On Wed, Nov 24, 2010 at 2:42 PM, David DEMELIER demelier.da...@gmail.com wrote: Thanks for all your answers, I guess my battery is getting on its end of life.. After running 30 minutes on battery, the percent is still 100% while

8 partitions maximum

2010-11-30 Thread David Demelier
Hello, We all know that we can only have 8 ufs partitions in one freebsd slice. Since OpenBSD and NetBSD can support at most 32 partitions iirc. I wonder why FreeBSD still lacks more ufs partitions in one slice? Is there any plan to grow up max partitions or every work is dedicated to ZFS?

Re: 8 partitions maximum

2010-11-30 Thread David DEMELIER
2010/11/30 Patrick Lamaiziere patf...@davenulle.org: Le Tue, 30 Nov 2010 21:45:03 +0100, David Demelier demelier.da...@gmail.com a écrit : Hello, Hello, We all know that we can only have 8 ufs partitions in one freebsd slice. Since OpenBSD and NetBSD can support at most 32 partitions

Re: 8 partitions maximum

2010-11-30 Thread David DEMELIER
2010/11/30 Paul B Mahol one...@gmail.com: On 11/30/10, David DEMELIER demelier.da...@gmail.com wrote: 2010/11/30 Patrick Lamaiziere patf...@davenulle.org: Le Tue, 30 Nov 2010 21:45:03 +0100, David Demelier demelier.da...@gmail.com a ecrit : Hello, Hello, We all know that we can only have

Re: 8 partitions maximum

2010-11-30 Thread David DEMELIER
2010/11/30 Paul B Mahol one...@gmail.com: On 11/30/10, David DEMELIER demelier.da...@gmail.com wrote: 2010/11/30 Paul B Mahol one...@gmail.com: On 11/30/10, David DEMELIER demelier.da...@gmail.com wrote: 2010/11/30 Patrick Lamaiziere patf...@davenulle.org: Le Tue, 30 Nov 2010 21:45:03 +0100

Re: 8 partitions maximum

2010-11-30 Thread David Demelier
On 30/11/2010 23:29, Paul B Mahol wrote: On 11/30/10, David DEMELIERdemelier.da...@gmail.com wrote: 2010/11/30 Paul B Maholone...@gmail.com: On 11/30/10, David DEMELIERdemelier.da...@gmail.com wrote: 2010/11/30 Patrick Lamaizierepatf...@davenulle.org: Le Tue, 30 Nov 2010 21:45:03 +0100,

Re: 8 partitions maximum

2010-12-01 Thread David DEMELIER
2010/12/1 Paul B Mahol one...@gmail.com: On 12/1/10, David Demelier demelier.da...@gmail.com wrote: On 30/11/2010 23:29, Paul B Mahol wrote: On 11/30/10, David DEMELIERdemelier.da...@gmail.com  wrote: 2010/11/30 Paul B Maholone...@gmail.com: On 11/30/10, David DEMELIERdemelier.da...@gmail.com

Re: 8 partitions maximum

2010-12-01 Thread David DEMELIER
2010/12/1 krad kra...@gmail.com: On 1 December 2010 14:13, Bruce Cran br...@cran.org.uk wrote: On Wed, 1 Dec 2010 13:51:48 + Paul B Mahol one...@gmail.com wrote: [snip 9 levels of quoting] It is hardcoded. Not my code. Could you remember to remove excess quotes please? It's getting a

Re: Kernel Panic at loading FreeBSD

2010-12-03 Thread David DEMELIER
2010/12/3 Dmitry Postolov anta...@land.ru: Hi to All! Sorry for my bad English... On my notebook HP ProBook 4510s NX668EA (Bios Compaq F17 (latest)) the problem of times in some weeks is observed at loading FreeBSD 8.1. --- Fatal trap 12: page fault while in kernel mode cpuid=0; apic

Re: No GPT on an usb key

2010-12-03 Thread David DEMELIER
2010/11/8 Boris Samorodov b...@ipt.ru: Hi, On Thu, 28 Oct 2010 09:52:55 +0200 David DEMELIER wrote: I'm trying to put on my USB mass storage device a GPT scheme partitions. But gpart still add them as slices : To be sure to remove the MBR before I dd'ed it $ sudo dd if=/dev/zero of=/dev

Re: can't mount root during freebsd-update 7.0 - 8.1 on amd64

2010-12-05 Thread David DEMELIER
2010/12/5 jo...@jodocus.org: Hi I'm trying to upgrade a amd64 box from 7.0-RELEASE to 8.1-RELEASE with freebsd-update. After the first reboot the 8.1R GENERIC kernel loads (I'm using a custom kernel, so at this point the generic kernel is loaded manually) It then claims it can't mount /

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread David DEMELIER
2010/12/6 Redd Vinylene reddvinyl...@gmail.com: Greetings! Can I run a 32-bit jail (or software) on a 64-bit server? I need to use some software that only works on 32-bit. Thanks! ___ freebsd-questions@freebsd.org mailing list

Unable to extract audio cd tracks

2010-12-13 Thread David Demelier
Hi, Reading this http://www.freebsd.org/doc/handbook/creating-cds.html I would try to extract my files from my optical drive. (I don't have atapicam but if I understand well it's only needed for cdda2wav) mark...@abricot ~ $ sudo dd if=/dev/acd0t01 of=track1.cdr dd: /dev/acd0t01: Invalid

  1   2   3   >