Re: [gentoo-user] Sound problem

2005-07-11 Thread ZeeGeek
On 7/11/05, Bruno Gola [EMAIL PROTECTED] wrote:
Hi guys,Good morning (in Brazil hehe) ;)So, today's doubt is about sound... i can listen my mp3 with xmms, i canplay nfsu2 with cedega and sound works fine... but, when i try mpg123 toplay (as user) or play some game that uses /dev/dsp directly, i get this
error:[EMAIL PROTECTED] ~ $ mpg123 MEDIA/MUSICAS/Sum\ 41/Does\ This\ Look\Infected_/01\ -\ The\ Hell\ Song.mp3High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.Version 0.59s-r9 (2000/Oct/27). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!Can't open /dev/dsp!If i try it as root it works perfectly...Does anyone knows this problem?
Thanks ...Bruno Gola--gentoo-user@gentoo.org mailing listIf you have /dev/dsp0 or something like that, make /dev/dsp a symlink to your sound device, for example /dev/dsp0.
-- Dell Inspiron 600mPentium-M 1.6G512MB, 60GATI 9000 Mobility


Re: [gentoo-user] Sound problem

2005-07-11 Thread ZeeGeek
On 7/11/05, ZeeGeek [EMAIL PROTECTED] wrote:
On 7/11/05, Bruno Gola [EMAIL PROTECTED]
 wrote:
Hi guys,Good morning (in Brazil hehe) ;)So, today's doubt is about sound... i can listen my mp3 with xmms, i canplay nfsu2 with cedega and sound works fine... but, when i try mpg123 toplay (as user) or play some game that uses /dev/dsp directly, i get this
error:[EMAIL PROTECTED] ~ $ mpg123 MEDIA/MUSICAS/Sum\ 41/Does\ This\ Look\Infected_/01\ -\ The\ Hell\ Song.mp3High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.Version 0.59s-r9 (2000/Oct/27). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!Can't open /dev/dsp!If i try it as root it works perfectly...Does anyone knows this problem?
Thanks ...Bruno Gola--gentoo-user@gentoo.org mailing list
If you have /dev/dsp0 or something like that, make /dev/dsp a symlink to your sound device, for example /dev/dsp0.
-- Dell Inspiron 600mPentium-M 1.6G512MB, 60GATI 9000 Mobility

sorry, I misunderstood your post. I thought that /dev/dsp was missing.-- Dell Inspiron 600mPentium-M 1.6G512MB, 60GATI 9000 Mobility


Re: [gentoo-user] Configure errors

2005-06-04 Thread ZeeGeek
On 6/5/05, Ian K [EMAIL PROTECTED] wrote:
 Hi there.
 Geez this is like my 4th post on this list today. ;)
 
 I have been trying to install some new styles and stuff for KDE,
 all with configure scripts. The problem with like all 6 of them
 is that it always gets this error.
 
 Here is the output. For your reading ease, I have cut many configure lines.
 
 bash-2.05b$ ls
 AUTHORSINSTALL   NEWS  aclocal.m4   configure.files  kxdock
 COPYINGMakefile.am   READMEadminconfigure.in kxdock
 ChangeLog  Makefile.cvs  TODO  config.h.in  configure.in.in  kxdock
 Doxyfile   Makefile.in   acinclude.m4  configuredoc  plugin
 
 bash-2.05b$ ./configure
 checking size of short... 2
 checking for long... yes
 checking size of long... 4
 checking for char *... yes
 checking size of char *... 4
 checking for dlopen in -ldl... (cached) yes
 checking for shl_unload in -ldld... no
 checking for size_t... yes
 checking size of size_t... 4
 checking for unsigned long... yes
 checking size of unsigned long... 4
 checking sizeof size_t == sizeof unsigned long... yes
 checking crt_externs.h usability... no
 checking crt_externs.h presence... no
 checking for crt_externs.h... no
 checking for _NSGetEnviron... no
 checking for vsnprintf... yes
 checking for snprintf... yes
 checking for X... libraries /usr/lib, headers .
 checking for IceConnectionNumber in -lICE... yes
 checking for libXext... yes
 checking for pthread_create in -lpthread... yes
 checking for extra includes... no
 checking for extra libs... no
 checking for libz... -lz
 checking for libpng... -lpng -lz -lm
 checking for libjpeg6b... no
 checking for libjpeg... -ljpeg
 checking for perl... /usr/bin/perl
 checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include
 using -mt
 checking for moc... /usr/qt/3/bin/moc
 checking for uic... /usr/qt/3/bin/uic
 checking whether uic supports -L ... yes
 checking whether uic supports -nounload ... yes
 checking if Qt needs -ljpeg... no
 checking for rpath... yes
 checking for KDE... configure: error:
 in the prefix, you've chosen, are no KDE headers installed. This will fail.
 So, check this please and use another prefix!
 
 bash-2.05b$
 
 I have no idea what a prefix is or how to use one. :(
 
 Any advice would help lots!
 Thanks!
 Ian
 
add the prefix option to configure, like this: ./configure
--prefix=/path/to/your/KDE
and give the full path where your KDE is installed.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] determining who is using a device

2005-05-31 Thread ZeeGeek
On 5/30/05, Mark Knecht [EMAIL PROTECTED] wrote:
 Hi,
I've got this problem in a mytht log file when we try to watch TV:
 
 error reading from: /dev/v4l/video0
 read: Device or resource busy
 
Is lsof the correct way to determine what or who is keeping this
 device busy? I get this result:
 
 gandalf ~ # lsof | grep v4l
 mythbacke 21722   root   16u  CHR   81,0  9260
 /dev/v4l/video0
 mythbacke 21722   root   17u  CHR   81,0  9260
 /dev/v4l/video0
 gandalf ~ #
 
 gandalf ~ # ps aux | grep 21722
 root 21722  0.2  4.1 165452 21144 ?Ssl  09:53   0:16
 /usr/bin/mythbackend --verbose quiet --logfile
 /var/log/mythtv/mythbackend.log
 root 22790  0.0  0.0   1536   488 pts/0R+   11:37   0:00 grep 21722
 gandalf ~ #
 
However when we look at mythfrontend it doesn't say that the
 program is recording anything so something seems messed up.
 
MythTV problem or something else?
 
 Thanks,
 Mark
 
 --
 gentoo-user@gentoo.org mailing list
 
 
you can try fuser, it will tell you which processes and users are
using the file.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub still broke

2005-05-31 Thread ZeeGeek
On 6/1/05, maxim wexler [EMAIL PROTECTED] wrote:
  
  maybe you can try this,
  root (hd0,1)
  setup (hd0)
 
 That's better. But it still doesn't work. Staring at a
 console right now telling me to please wait.
 

that's right, isn't it? it's working if you see the console giving you
the list. if what you are wishing for is that gentoo background
choosing menu, then you'll need splashimage set in your grub.conf
which I didn't see in your first post.

 grub root (hd0,1)
  Filesystem type is ext2fs, partition type 0x83
 
 grub setup (hd0)
  Checking if /boot/grub/stage1 exists... no
  Checking if /grub/stage1 exists... yes
  Checking if /grub/stage2 exists... yes
  Checking if /grub/e2fs_stage1_5 exists... yes
  Running embed /grub/e2fs_stage1_5 (hd0)...  22
 sectors are embedded.
 succeeded
  Running install /grub/stage1 (hd0) (hd0)1+22 p
 (hd0,1)/grub/stage2 /grub/menu.
 lst... succeeded
 Done.
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub still broke

2005-05-30 Thread ZeeGeek
On 5/31/05, maxim wexler [EMAIL PROTECTED] wrote:
 
  Any chance you can post the full output of the setup
  command?  Maybe
  there is a clue in there...
 
 Yikes! Now I get
 
 Error 12: Invalid device requested
 
 so much different from
 
 
  grub setup (hd0)
  Checking if /boot/grub/stage1 exists... yes
  Checking if /boot/grub/stage2 exists... yes
  Checking if /boot/grub/e2fs_stage1_5 exists... yes
  Running embed /boot/grub/e2fs_stage1_5 (hd0)...  22
 sectors are embedded.
 succeeded
  Running install /boot/grub/stage1 (hd0) (hd0)1+22 p
 (hd0,1)/boot/grub/stage2 /
 boot/grub/menu.lst... succeeded
 Done.
 
 of May26, which, I was informed, is also wrong, but
 obviously for a different reason.
 
 But I just checked. I exited out of /bin/bash, did a
 list /mnt/gentoo, found all as it should be.
 
 And when I chroot / is there as if I had booted
 normally. And so is /boot.
 
 Makes no sense.
 
 According to one respondent /etc/mtab might be worth a
 look.
 
 livecd / # less /etc/mtab
 /dev/ROOT / xfs rw,noatime 0 0
 /dev/hda2 /boot ext2 rw,noatime 0 0
 /dev/fd0 /floppy msdos rw,noexec,nosuid,nodev 0 0
 /dev/fd0 /floppy msdos rw,noexec,nosuid,nodev 0 0
 
 hmmm, that's strange; /dev/ROOT(hda4) is not xfs, it
 should be reiserfs. And when it was mounted the
 console noted that it *was* reiserfs. But /boot is
 correct. Or is it that mtab just lists defaults? But I
 notice that once I've chroot'ed I can mount drives
 according to the options listed in the fstab I wrote
 during the install.
 
 It's all a darkness.
 
 -mw
 
 
 
 __
 Yahoo! Mail
 Stay connected, organized, and protected. Take the tour:
 http://tour.mail.yahoo.com/mailtour.html
 
 --
 gentoo-user@gentoo.org mailing list
 
 
maybe you can try this,
root (hd0,1)
setup (hd0)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] startx kde

2005-05-21 Thread ZeeGeek
On 5/21/05, cfk [EMAIL PROTECTED] wrote:
On Friday 20 May 2005 22:55, Nick Rout wrote: Read the Fine ManualWhich Fine Manual are we talking about here for kde and where might it befound? set the DISPLAYMANAGER=kdm line in /etc/rc.conf
 then rc-update add xdm boot /etc/init.d/xdm start On Fri, 2005-05-20 at 19:09 -0700, cfk wrote:  Thank you for the help on keepwork. Next question.
   My computer has spend the day emerging kde.   The function 'startx' does work with 'twm'.   So, I can test kde before changing /etc/X11/initrc/xinitrc from 'twm '
  to 'kde , what is a good way to do that?   Charles -- Nick Rout [EMAIL PROTECTED]I've set in /etc/rc.conf DISPLAYMANAGER=kdm and invoked 'rc-update add xdm
boot'. I have also created (in /root) an .xinitrc with startkde in it asmentioned in a previous post last night.When I reboot the computer, I now get a slightly different version of twm butno kde.
I can invoke some kde programs such as kwrite, khexedit and all their widgetsare rendering, so I think I am very close, but not quite able to get kde tostartup in Gentoo yet.Some suggestions on areas to look would be appreciated.
Charles Krinke--gentoo-user@gentoo.org mailing listif you use xdm, then you won't need .xinitrc in your home directory, this file is for startx. iirc

try to put XSESSION=kde in your /etc/rc.conf-- http://zeegeek.blogspot.comhttp://ihome.ust.hk/~cs_snx/blog/
 (for mainland)


Re: [gentoo-user] Managing meetings

2005-05-19 Thread ZeeGeek
On 5/19/05, Yuval Scharf [EMAIL PROTECTED] wrote:
Hello,I'm looking for a software that helps managing meeting and tasks.I want it to be light and simple and have a version on both Linux and Windows.Can you recommend such a software.By the way, what is the right word for such a software, calender? organizer?
Thanks,Yuval--gentoo-user@gentoo.org mailing listI
think both the word calender and organizer can describe this kind of
softwares. you can take a look at Mozilla Sunbird project
http://www.mozilla.org/projects/calendar/sunbird.html-- http://zeegeek.blogspot.com
http://ihome.ust.hk/~cs_snx/blog/ (for mainland)


Re: [gentoo-user] Acrobat Reader 7

2005-05-17 Thread ZeeGeek
On 5/17/05, Jorge Almeida [EMAIL PROTECTED] wrote:
Each time I close Acrobat Reader 7, I get a *really annoying* messageasking whether I want to enable _javascript_s, which I don't and won't.This happens no matter what document has been read, or even when nodocument at all was opened.
Anyone knows a way to disable this *feature*?--Jorge Almeida--gentoo-user@gentoo.org mailing listIt's in Edit - Preferences - _javascript_, there's an option to enable or disable it.
-- http://zeegeek.blogspot.comhttp://ihome.ust.hk/~cs_snx/blog/ (for mainland)