Re: alsa cannot detect sound device

2007-03-27 Thread jignesh gangani
Hi, I don't think you need to compile any modules or recompile the kernel. You have selected your sound card driver to build right into the kernel. That's why the modprobe says it can't find module snd. Read the output of 'dmesg | more'. It will contain something like, Advanced Linux So

Re: Xvnc and GLX

2007-03-27 Thread Dan Nicholson
On 3/27/07, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > > CVS sucks. Try again, but don't use -z3 for the checkout. I've solved > > many "hangs" by just not using the compression. > > I suspect that this might be related to our patch that makes CVS use > unmodified e

Re: Xvnc and GLX

2007-03-27 Thread Alexander E. Patrakov
Dan Nicholson wrote: > CVS sucks. Try again, but don't use -z3 for the checkout. I've solved > many "hangs" by just not using the compression. I suspect that this might be related to our patch that makes CVS use unmodified external zlib instead of its own _modified_ copy. Nobody else does this

Re: PPP and module autoloading

2007-03-27 Thread Alexander E. Patrakov
MickB wrote: > Ken Moffat a écrit : >> If the modules aren't loaded by the time you can log in (use lsmod >> to check), and they *are* installed in /lib/modules, add them to >> /etc/sysconfig/modules. >> >> ĸen >> > > Thanks for your answer. Indeed, I'll always have this solution. But > that'

Re: mDNSResponder

2007-03-27 Thread Dan Nicholson
On 3/27/07, Arden <[EMAIL PROTECTED]> wrote: > Randy McMurchy wrote: > > > > However, the new Avahi package: > > http://wiki.linuxfromscratch.org/blfs/ticket/1992 > > > > see seems quite promising as a total replacement for mDNSResponder > > and Bonjour. I've had good results so far with it. > > >

Re: mDNSResponder

2007-03-27 Thread Arden
Randy McMurchy wrote: > Arden wrote these words on 03/27/07 18:07 CST: >> Has anyone installed mDNSResponder or Bonjour on their system, did you >> have any problems from it writing to /etc/rc.d/init.d? Any tips on >> installing? >> I hate to mess up the boot process using trial and error methods

Re: mDNSResponder

2007-03-27 Thread Randy McMurchy
Arden wrote these words on 03/27/07 18:07 CST: > Has anyone installed mDNSResponder or Bonjour on their system, did you > have any problems from it writing to /etc/rc.d/init.d? Any tips on > installing? > I hate to mess up the boot process using trial and error methods. Yes, I've installed mDNSR

Re: Xvnc and GLX

2007-03-27 Thread Tijnema !
On 3/27/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > On 3/27/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > > On 3/27/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > > > > > > Ok, i found that i needed to run autoreconf -fi > > > I did work, but now xserver requires kbproto >= 1.0.3 (Xorg-7.2) and > > > g

Re: trying build of PSI with google talk voice support

2007-03-27 Thread Michael Shell
On Tue, 27 Mar 2007 22:52:56 +0530 "anirudh vij" <[EMAIL PROTECTED]> wrote: > qca-tls.cpp:457: error: invalid conversion I never have tried it myself, but Google found this: http://linuxfromscratch.org/pipermail/blfs-support/2006-May/059476.html http://linuxfromscratch.org/pipermail/blfs-support

Re: random number generator?

2007-03-27 Thread Alessandro Alocci
On Tuesday 27 March 2007 20:12:36 anirudh vij wrote: > that was the problem.dd was in /usr/bin > i moved dd to /bin.Thanks!! Good. However, all the coreutils bins are moved from /usr/bin to /bin during LFS installation. Perhaps you should check if you missed to move also the other programs from co

Re: Xvnc and GLX

2007-03-27 Thread Tijnema !
On 3/27/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 3/27/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > > > > Ok, i found that i needed to run autoreconf -fi > > I did work, but now xserver requires kbproto >= 1.0.3 (Xorg-7.2) and > > guess what, i have kbproto-1.0.2 (Xorg-7.1) > > I will have to

Re: 64bit compilation

2007-03-27 Thread Andrey Voropaev
On 3/27/07, Luca Dionisi <[EMAIL PROTECTED]> wrote: > On 3/27/07, Luca Dionisi <[EMAIL PROTECTED]> wrote: > > On 3/27/07, Andrey Voropaev <[EMAIL PROTECTED]> wrote: > > > So, I'd rather put as the benefit only the huge size of the virtual > > > memory. The programs in 64-bit mode don't have to fit

Re: Xvnc and GLX

2007-03-27 Thread Dan Nicholson
On 3/27/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > > Ok, i found that i needed to run autoreconf -fi > I did work, but now xserver requires kbproto >= 1.0.3 (Xorg-7.2) and > guess what, i have kbproto-1.0.2 (Xorg-7.1) > I will have to upgrade to Xorg-7.2 first (That's why i don't like > CVS, it

Re: random number generator?

2007-03-27 Thread anirudh vij
that was the problem.dd was in /usr/bin i moved dd to /bin.Thanks!! On 3/27/07, Alessandro Alocci <[EMAIL PROTECTED]> wrote: > On Tuesday 27 March 2007 17:09:25 anirudh vij wrote: > > hi, > > i did what alessandro suggested and here's the console output: > > > > > > /home/hackmansh-3.1$ ls -l /de

Re: random number generator?

2007-03-27 Thread Alessandro Alocci
On Tuesday 27 March 2007 17:09:25 anirudh vij wrote: > hi, > i did what alessandro suggested and here's the console output: > > > /home/hackmansh-3.1$ ls -l /dev/urandom > cr--r--r-- 1 root root 1, 9 Mar 27 17:57 /dev/urandom > > /home/hackmansh-3.1$ cat /etc/udev/rules.d/25-lfs.rules |grep urand

trying build of PSI with google talk voice support

2007-03-27 Thread anirudh vij
hi, i was trying to build psi which can make voice calls to gtalk clients(using libjingle dont have gaim installed.i dont have kerberos either. i first built ortp-0.7.1,then qca,theni built the qca cyrus-sasl plugin. all went well till here. on trying to build qca-tls , i got a make error: /home

Re: random number generator?

2007-03-27 Thread WarrenHead
anirudh vij wrote: > whenever i start linux ther's a warning > > could not start random number generator > > > on shutting down > > could not save random seed > I guess a better defined error message would be handy right now. (by the way, on my ubuntu machine,

Re: random number generator?

2007-03-27 Thread anirudh vij
hi, result of that is: /sources/blfs-bootscripts-20060910sh-3.1$ ls -ld /var/tmp/ drwxrwxrwt 4 root root 4096 Mar 27 19:05 /var/tmp/ On 3/27/07, WarrenHead <[EMAIL PROTECTED]> wrote: > anirudh vij schreef: > > hi, > > i did what alessandro suggested and here's the console output: > > > > > > /h

Re: random number generator?

2007-03-27 Thread WarrenHead
anirudh vij schreef: > hi, > i did what alessandro suggested and here's the console output: > > > /home/hackmansh-3.1$ ls -l /dev/urandom > cr--r--r-- 1 root root 1, 9 Mar 27 17:57 /dev/urandom > > /home/hackmansh-3.1$ cat /etc/udev/rules.d/25-lfs.rules |grep urandom > KERNEL=="urandom", MODE

Re: random number generator?

2007-03-27 Thread anirudh vij
hi, i did what alessandro suggested and here's the console output: /home/hackmansh-3.1$ ls -l /dev/urandom cr--r--r-- 1 root root 1, 9 Mar 27 17:57 /dev/urandom /home/hackmansh-3.1$ cat /etc/udev/rules.d/25-lfs.rules |grep urandom KERNEL=="urandom", MODE="0444" /home/hackmansh-3.1$ ls -l /v

Re: GCC/GLIBC Bloat?

2007-03-27 Thread alupu
Hi Mickaël, [EMAIL PROTECTED] a écrit > Did you stripped your binaries ? As far as I remember I handled both builds (old and new) the same. However, I'll strip the new packages (glibc-2.5 and gcc-4.1.2) on purpose so as to see if that makes a difference (who knows, I may have (unwittingly) strip

Re: Xvnc and GLX

2007-03-27 Thread Tijnema !
On 3/27/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > On 3/27/07, Simon Geard <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-03-27 at 10:23 +0200, Tijnema ! wrote: > > > I took the command located on the SourceForge page, and it does use > > > -z3 :P > > > I don't know if it is finished yet, because i'm

Re: Xvnc and GLX

2007-03-27 Thread Tijnema !
On 3/27/07, Simon Geard <[EMAIL PROTECTED]> wrote: > On Tue, 2007-03-27 at 10:23 +0200, Tijnema ! wrote: > > I took the command located on the SourceForge page, and it does use > > -z3 :P > > I don't know if it is finished yet, because i'm on school now and VNC > > is blocked at school. But when i'

Re: random number generator?

2007-03-27 Thread Alessandro Alocci
On Tuesday 27 March 2007 09:35:34 anirudh vij wrote: > i compiled kde and i am right now using konqueror! > there are some problems though > > whenever i start linux ther's a warning > > could not start random number generator > > > on shutting down > > could not save random seed > > i did make in

Re: Xvnc and GLX

2007-03-27 Thread Simon Geard
On Tue, 2007-03-27 at 10:23 +0200, Tijnema ! wrote: > I took the command located on the SourceForge page, and it does use > -z3 :P > I don't know if it is finished yet, because i'm on school now and VNC > is blocked at school. But when i'm at home again i will see, i think > it still hangs so i wi

Re: 64bit compilation

2007-03-27 Thread Luca Dionisi
On 3/27/07, Luca Dionisi <[EMAIL PROTECTED]> wrote: > On 3/27/07, Andrey Voropaev <[EMAIL PROTECTED]> wrote: > > So, I'd rather put as the benefit only the huge size of the virtual > > memory. The programs in 64-bit mode don't have to fit into 3 GB. > > I think that limit concerns physical RAM, not

Re: 64bit compilation

2007-03-27 Thread Luca Dionisi
On 3/27/07, Andrey Voropaev <[EMAIL PROTECTED]> wrote: > So, I'd rather put as the benefit only the huge size of the virtual > memory. The programs in 64-bit mode don't have to fit into 3 GB. I think that limit concerns physical RAM, not virtual memory. I could be wrong... -- http://linuxfromscra

Re: random number generator?

2007-03-27 Thread Tijnema !
On 3/27/07, anirudh vij <[EMAIL PROTECTED]> wrote: > hi, > thanks guys.alsa works finally.the kernel had to be recompiled .(wish > someone would write a kernel config guide for the common desktop!) > i compiled kde and i am right now using konqueror! > there are some problems though > > whenever i

Re: Xvnc and GLX

2007-03-27 Thread Tijnema !
On 3/26/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 3/26/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > > > > That's probably too late for me, atleast if CVS gets past xkb. Somehow > > it hangs there with updating. :S > > > > I'll go to bed now, and will check tomorrow if CVS updating is done :)