Re: [gentoo-user] KDE 3.4.1 released

2005-06-02 Thread Rafael Dantas de Castro
I did this when I switched to KDE 3.4.0 and didn't run into any big
problem, besides recompiling everything that rellied on arts. Of
course I lost system sounds and so on, but I didn't actually care much
for them. Now I'm very much pleased with amaroK+GStreamer and Gaim. My
board does hardware mixing, so no problems there also...

Good luck,

On 5/31/05, Andreas Karlsson <[EMAIL PROTECTED]> wrote:
> On Tuesday 31 May 2005 17.45, Antonino Sabetta wrote:
> > Andreas,
> > I do not see the relation between dumping Artsd and the -alsa switch. Since
> > I'm having big troubles trying to make things work with alsa+dmix+arts, can
> > you explain how do you intend to configure your sound system?
> > Thanks,
> >Antonino
> 
> Yeah, now I think I was smoking crack or something. What I meant was ofcourse
> dumping arts alltogether, not alsa. *mumble*
> 
> Best regards,
> Andreas Karlsson
> 
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] distcc doesn't work

2005-06-02 Thread Rafael Dantas de Castro
You actually switched the files of the PC's. The "--listen " arg
should have the IP of the LOCAL PC, the one you'll listen IN, not the
one you'll listen FROM. That's why you get the errors, you're trying
to bind to an IP that's not the IP fo the local machine. Switch the
files and it should work.

On a side note, I'd increase the "-j2" MAKEOPTS, to something like 5.
If I'm not mistaken, that's what I use at home, on a similar config,
based on what the HOWTO advised...

Hope that helps,

On 6/2/05, askar ... <[EMAIL PROTECTED]> wrote:
> Recently knew about distcc, though I used to see the name a lot.
> I likd the idea of distributed complilation.
> I have 2 PCs and both have gentoo installed.
> To use distcc I followed instruction at 
> http://www.gentoo.org/doc/en/distcc.xml.
> My distcc related settings for PCs as follows
> 
> 1st PC ip address 192.168.0.1
> 2nd PC ip address 192.168.0.249
> 
> 1) make.conf for both PCs:
> 
> MAKEOPTS="-j2"
> 
> FEATURES="distcc"
> 
> 
> 
> 2) /etc/conf.d/distcc
> 
> 1st PC:
> ---
>  DISTCCD_OPTS=""
> 
> # this is the distccd executable
> DISTCCD_EXEC=/usr/bin/distccd
> 
> # this is where distccd will store its pid file
> DISTCCD_PIDFILE=/var/run/distccd/distccd.pid
> 
> # set this option to run distccd with extra parameters
> # Default port is 3632.  For most people the default is okay.
> DISTCCD_OPTS="${DISTCCD_OPTS} --port 3632"
> 
> DISTCCD_OPTS="${DISTCCD_OPTS} --log-level warning --log-file"
> 
> DISTCCD_OPTS="${DISTCCD_OPTS} --allow 192.168.0.0/24 --listen 192.168.0.249"
> 
> DISTCCD_NICE="15"
> 
> --
> 
> 2nd PCs /etc/conf.d/distcc:
> 
> ---
> DISTCCD_OPTS=""
> 
> # this is the distccd executable
> DISTCCD_EXEC=/usr/bin/distccd
> 
> # this is where distccd will store its pid file
> DISTCCD_PIDFILE=/var/run/distccd/distccd.pid
> 
> # set this option to run distccd with extra parameters
> # Default port is 3632.  For most people the default is okay.
> DISTCCD_OPTS="${DISTCCD_OPTS} --port 3632"
> 
> DISTCCD_OPTS="${DISTCCD_OPTS} --log-level warning --log-file"
> 
> DISTCCD_OPTS="${DISTCCD_OPTS} --allow 192.168.0.0/24 --listen 192.168.0.1"
> 
> DISTCCD_NICE="15"
> 
> 
> 3) /etc/distcc/hosts:
> 
> 1st PC: localhost 192.168.0.249 #1st PC's ip adress 192.168.0.1
> 2nd PC: localhost 192.168.0.1#2nd PC's ip address 192.168.0.249
> 
> 4) On 1st PC iptables running
> 
> 5) on both PCs sshd running
> 
> 6) when I do on any PC '/etc/init.d/distcc start' I receive error:
> distccd[9294] (dcc_setup_real_log) ERROR: failed to open --allow:
> Permission denied
> 
> 7) /var/log/messages on 1st PC says:
> Jun  2 14:22:00 tux distccd[9294]: (dcc_listen_by_addr) ERROR: bind of
> 192.168.0.249:3632 failed: Cannot assign requested address
> 
> Please help.
> 
> askar
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] distcc doesn't work

2005-06-05 Thread Rafael Dantas de Castro
On 6/2/05, askar ... <[EMAIL PROTECTED]> wrote:
> On 6/2/05, Rafael Dantas de Castro <[EMAIL PROTECTED]> wrote:
> > You actually switched the files of the PC's. The "--listen " arg
> > should have the IP of the LOCAL PC, the one you'll listen IN, not the
> > one you'll listen FROM. That's why you get the errors, you're trying
> > to bind to an IP that's not the IP fo the local machine. Switch the
> > files and it should work.
> Thanks. I changed as you told.
> But how about my /etc/distcc/hosts file? Is it ok?
It's similar to mine, except I didn't put localhost in... don't know
if that's a problem

> 
> > On a side note, I'd increase the "-j2" MAKEOPTS, to something like 5.
> > If I'm not mistaken, that's what I use at home, on a similar config,
> > based on what the HOWTO advised...
> For N in -jN, in guide written:
> (Set N to a suitable number for your particular setup)
> (A common heuristic strategy is twice the number of total CPUs + 1)
> 
> Is this concerning on 1 PC? If so, I have 1 cpu and N = 2* (1+1)=4, not 5...

What I understood was: 
  
 (Twice Total Number of CPUs) + 1 (all PC's involved)

which would round up to:

 (2 * 2) + 1 = 5

but I could be wrong.

  
> 
> And one more thing:
> After I changed /etc/conf.d/distccd file, I did:
> #/etc/init.d/distcc start I receive a error:
> 
> * Stopping distccd...
>   [ ok ]
>  * Starting distccd...
> [ ok ]
> distccd[17461] (dcc_setup_real_log) ERROR: failed to open --allow:
> Permission denied

I don't really know what could cause that... nothing on the distcc docs?


> 
> askar
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't su - to root, etc

2005-06-10 Thread Rafael Dantas de Castro
to check in what groups your user is in you can just type
$ groups

to change the groups, you have to do, as root,
% usermod -G [groups] user

you have to include all groups in a comma separated list (for example:
users,wheel ), I don´t think you can simply add a group...

don´t have any ideas as to the cause of the problem, though...

hope that´s helpful,

On 6/10/05, Michael Sullivan <[EMAIL PROTECTED]> wrote:
> My network updates its software every night at midnight.  There was a
> problem with a couple of blocking packages night before last, so I
> unmerged the two blocking packages and did the emerge -avuD world in a
> screen.  Now they're done and I can no longer su - to root from my
> personal account.  I have to log completely out and then log in as root
> from the login screen.  I use users-admin for my user maintenance, but
> now there's a tab that says "User Privileges" where the "User's Groups"
> tab used to be, so I can't figure out how to make sure that my personal
> account is in the right group(s) to su - to root.  A lot of things are
> different now.  I keep a gnome-terminal open at all times and it the
> prompt now shows "[EMAIL PROTECTED] ~ $" when I'm in my home directory
> instead of "[EMAIL PROTECTED] michael $" which I preferred.  I could su - to
> root yesterday while the upgrades were taking place and root's prompt
> was the same.  And then my Inbox Monitor applet is gone, so I have to
> click on the running evolution button every time I want to see if I have
> any email (which is quite often actually).  Is there any way I can fix
> all this, or at least get my su - privileges back?
> 
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ALSA Drivers on A7V8X-X Motherboard

2005-06-15 Thread Rafael Dantas de Castro
On 6/15/05, James <[EMAIL PROTECTED]> wrote:
> Hello
> 
> Trouble with Alsa drivers on a 2.6.11-gentoo-r11 kernel.
> I did not have ALSA set up before, but in make.conf
> 'alsa' is listed as a USE flag.
> 
> lspci -v reveals:
> :00:11.5 Multimedia audio controller: VIA Technologies, Inc.
> VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
> Subsystem: ASUSTeK Computer Inc. A7V8X-X Motherboard
> Flags: medium devsel, IRQ 22
> I/O ports at e000
> Capabilities: [c0] Power Management version 2
> 
> the kernel is configured with:
> devicedrivers ->sound ->sound card support ->alsa ->pci devices
> 
> <*> VIA 82C686A/B, 8233/8235 AC97 Controller
> <*> VIA 82C686A/B, 8233 based Modems
> 
> but this does not seem to do the trick. Upon reboot
> it complains that the ALSA drivers are not found.
> 
> dmesg:
> Advanced Linux Sound Architecture Driver
> Version 1.0.8 (Thu Jan 13 09:39:32 2005 UTC).
> ALSA device list:
> No soundcards found.
> 
> Granted there is no pci bus card installed, but, the system
> should have 5.1 audio support.
> http://usa.asus.com/products/mb/socketa/a7v8x-x/overview.htm
> 
> The system also as an LML frame grabber board installed:
> 
> :00:0f.0 Multimedia video controller: Brooktree Corporation Bt878 Video
> Capture (rev 11)
> Flags: bus master, medium devsel, latency 32, IRQ 18
> Memory at ef00 (32-bit, prefetchable)
> Capabilities: [44] Vital Product Data
> Capabilities: [4c] Power Management version 2
> 
> :00:0f.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture
> (rev 11)
> Flags: bus master, medium devsel, latency 32, IRQ 18
> Memory at ee80 (32-bit, prefetchable)
> Capabilities: [44] Vital Product Data
> Capabilities: [4c] Power Management version 2
> 
> Ideas on what I've missed or screwed up  on this
> AthonXP 2400+ system, are most welcome.
> 
> James
> 
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 

I have that same mobo at home and have no problem at all with alsa. I
compiled everything as modules, so upon initialization I get :

  Advanced Linux Sound Architecture Driver Version 1.0.8 (Thu Jan 13
09:39:32 2005 UTC).
No soundcards found.

But then I am able to load the modules correctly:

demian etc # lsmod
Module  Size  Used by
fglrx 239356  17
lirc_serial12128  0
lirc_dev   11916  1 lirc_serial
snd_via82xx23072  2
snd_ac97_codec 74232  1 snd_via82xx
snd_mpu401_uart 6528  1 snd_via82xx
snd_rawmidi20768  1 snd_mpu401_uart
via_agp 7680  1
visor  17676  0
usbserial  26600  1 visor
via_rhine  20484  0

Here´s my /etc/modules.d/alsa:

# Alsa 0.9.X kernel modules' configuration file.
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.con
f-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $

# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore

##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
##  ALSA portion
## alias snd-card-0 snd-interwave
## alias snd-card-1 snd-ens1371
##  OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##

# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
##  OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.
options snd cards_limit=1


In my kernel config I have

CONFIG_SND_VIA82XX=m
# CONFIG_SND_VIA82XX_MODEM is not set


I don´t remember any special steps I had to go through besides the
ALSA Guide (from gentoo.org) if there´s any other setting you´d
like to know about, let me know...

Hope that was helpful,

-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ALSA Drivers on A7V8X-X Motherboard

2005-06-15 Thread Rafael Dantas de Castro
On 6/15/05, Matthew Cline <[EMAIL PROTECTED]> wrote:
> > lspci -v reveals:
> > :00:11.5 Multimedia audio controller: VIA Technologies, Inc.
> > VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
> > Subsystem: ASUSTeK Computer Inc. A7V8X-X Motherboard
> > Flags: medium devsel, IRQ 22
> > I/O ports at e000
> > Capabilities: [c0] Power Management version 2
> 
> I have the same card integrated into the mobo of one of my systems. I
> get the same "no soundcards found" message during kernel boot-up.
> 
> However, I was able to move forward anyway using the instructions at
> http://www.gentoo.org/doc/en/alsa-guide.xml#doc_chap3 and everything
> seemed to work fine. The only quirk I ran into was that the output
> volume of my card was controlled by the "headphone" volume setting in
> alsamixer.
> 
> 
> Matt
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lirc

2005-06-23 Thread Rafael Dantas de Castro
On 6/23/05, Luigi Pinna <[EMAIL PROTECTED]> wrote:
> Alle 01:19, giovedì 23 giugno 2005, Nick Rout ha scritto:
> > firstly is the module for lirc loaded? it is called lirc-serial
> >
> > lsmod|grep lirc
> >
> > second what device do you have as a result?
> 
> No output... I have a Pinnacle and the remote control use a serial port.
> Lirc doesn't need a kernel module
> 

Of course lirc needs a kernel module, didn´t you read the docs?

> > cd /dev
> > find|grep lirc
> >
> > (it will probably be /dev/lirc0)
> 
> No, I have /dev/lircd:
> srw-rw-rw-  1 root root 0 23 giu 00:09 /dev/lircd
> 
> 
> > now assuming that is all ok try connecting to the device with one of
> > the lirc command line programs:
> >
> > mode2 -d /dev/lirc0
> 
> mode2: error opening /dev/lircd
> mode2: No such device or address
> 
> 
> > if you can get to there, and if the device is set correctly in
> > /etc/conf.d/lircd, then it should be working.
> 
> In the /etc/conf.d/lircd I have only commented options...
> At end, it doesn't work yet...
> What can I try now?
> Thanks a lot,
> Luigi
> 
> --
> Public key GPG(0x073A0960) on http://keyserver.linux.it/
> 
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lirc

2005-06-23 Thread Rafael Dantas de Castro
On 6/23/05, Christoph Gysin <[EMAIL PROTECTED]> wrote:
> Rafael Dantas de Castro wrote:
> > Of course lirc needs a kernel module, didn´t you read the docs?
> 
> How about compiling it directly into the kernel? That's the way I did it...
> 

OK, what I meant was you need to mess with the kernel. I had forgotten
about compiling it in...

> Christoph
> --
> echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED]
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lirc

2005-06-23 Thread Rafael Dantas de Castro
On 6/23/05, Luigi Pinna <[EMAIL PROTECTED]> wrote:
> Alle 15:57, giovedì 23 giugno 2005, Rafael Dantas de Castro ha scritto:
> 
> > > No output... I have a Pinnacle and the remote control use a serial
> > > port. Lirc doesn't need a kernel module
> >
> > Of course lirc needs a kernel module, didn´t you read the docs?
> 
> From my lirc configure:
> 
> Your hardware does not require a kernel module.
> 
> Now enter 'make' and 'make install' to compile and install the package.

that's strange, what kind of hardware do you use?

> 
> With irw I have no output...
> I delete the lircd device a I create a sys link to ttyS0 but...
> I have a doubt: What can I do to test if my serial port works?
> Probabily the problem is there...

well, a problem I had was I had serial support compiled in the kernel,
so the lirc driver couldn't use it. Try using setserial to release it
(I don't recall the exact command, but it's somewhere in lirc's docs)
and only then load lirc.
Somebody correct me if I'm wrong, but /dev/lircd is a way for the
client programs to connect to the lirc daemon, it shouldn't be a link
to the serial port. The lirc driver(what I thought was only a kernel
module, or compiled in) should create /dev/lirc/0 or /dev/lirc0, and
you should run lircd with that as the parameter. Also, mode2 doesn't
need lircd, it reads signals directly from the lirc driver (/dev/lirc0
or /dev/lirc/0),

> Now the server doesn't crash but it doesn't work...
> Luigi

hope that was helpful
> 
> --
> Public key GPG(0x073A0960) on http://keyserver.linux.it/
> 
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ati Linux Proprietary Driver

2005-07-01 Thread Rafael Dantas de Castro
On 7/1/05, Justin Hart <[EMAIL PROTECTED]> wrote:
> To counter this argument, I would point out that I don't normally
> purchase used 3D acceleration hardware, and that by the time these
> cards are "old" they will also be "obsolete," meaning that you will
> have sunk a good amount of money into hardware that didn't work
> properly for you until it was outdated.
> 
> nVidia's drivers, on the other hand, have worked with brand new
> hardware since I owned a Riva TNT (1998).  They continue to work.
> Anybody with a new ATI card, however, has to choose a manner in which
> they are going to cripple X.Org.  Do you want composite or DRI?
> Before, the choice wasn't even an option.  Also, fglrxconfig output
> bad xorg.conf files last I checked, because I had to hand-tune mine to
> get the server working.

Obviously we´d all like to have our systems up and running as easily
as possible, but I don´t think that "having to hand-tune" anything
should be counted as a problem by any of us here... we use Gentoo
after all, don´t we? ;-)


> 
> Justin
> 
> On 7/1/05, Jens Mayer <[EMAIL PROTECTED]> wrote:
> > * On Friday 01 July 2005 01:49, Justin Hart wrote:
> > > Buying an ATI card for a Linux box is not a good decision.  Go with
> > > nVidia, at least their drivers work.  I've thought of buying an nVidia
> > > card for this notebook for months because, frankly, ATI hasn't been
> > > taking care of the matter, and won't in the forseeable future.
> >
> > There's two sides to every story. It is true that nVidia's drivers are ahead
> > of ATI's counterpart, especially on desktop computers. They seem to be much
> > more stable and mature, even while adding new features more quickly, i.e.
> > support for Xorg's render and composite extensions.
> >
> > The situation concerning notebook-specific features is a bit like playing
> > roulette. Most people want to use suspend to disk or suspend to RAM on their
> > quite expensive laptops, and it's both drivers who often fail miserably in
> > that case, whether they are from nVidia or ATI. There are known workarounds
> > which might or might not get the stuff working, the chance of failure is
> > high, depending on numerous other things like the driver for your
> > framebuffered console and so on... Guess what? The open source drivers
> > usually work, but do not offer 3D acceleration in many (ATI) or all (nVidia)
> > cases.
> >
> > Which brings us to another important point: Contrary to nVidia's practice, 
> > ATI
> > gives the specifications of older cards to the developer community. That's
> > why there is an open source alternative for ATI's cards up to and includig
> > the Radeon 9200 with working 3D acceleration support, and that's simply why
> > there is no real open source alternative for nVidia cards if you want to use
> > 3D applications on your box.
> >
> > Not that important? Well, while the ATI Mobility FireGL T2 in my IBM laptop 
> > is
> > not yet supported by open source drivers, it certainly will be in the 
> > future.
> > I wonder who's first in offering a 3D accelerated driver really supporting
> > suspend to disk on my laptop: ATI or the guys from r300.sf.net. ;-)
> >
> > Now vice versa: The Geforce2 GTS in my desktop is quite ancient, but was 
> > good
> > enough to play around with Xorg's composite and render extensions to get 
> > some
> > solid eyecandy. Guess what? nVidia decided to not support those cards
> > anymore, they now just get the most important bugfixes via some (yet to 
> > come)
> > "legacy drivers". Now that means a very little chance to have the new and
> > still experimental stuff getting developed in my card's drivers in the
> > future. Open source alternatives? None. See above.
> >
> > "Buying an ATI card for a Linux box is not a good decision." is too general 
> > to
> > be answered with "yes" or "no".
> >
> > Regards,
> > Jens
> >
> > --
> > Reporter:   "What would you do if you found a million dollars?"
> > Yogi Berra: "If the guy was poor, I would give it back."
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> 
> 
> --
> Justin W. Hart
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Sound problem

2005-07-11 Thread Rafael Dantas de Castro
are using arts, esd or something similar?? What output plugin you use
in xmms that allows you to listen to mp3s?

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 can
> play nfsu2 with cedega and sound works fine... but, when i try mpg123 to
> play (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.mp3
> High 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
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A binary choice for a DVD burner... URGENT!

2005-04-20 Thread Rafael Dantas de Castro
Don't know if that's of any help, but I've been using an LG CD burner
for quite a while without any problems whatsoever... but, then again,
I don't know about the differences between that and their DVD
burners...

On 4/20/05, Mrugesh Karnik <[EMAIL PROTECTED]> wrote:
> Hello all,
> 
> I'm sure this has been asked a lot of times previously, but I need to
> buy a DVD burner in a couple of days. The choice is between LG and Sony.
> I'm just wondering which drive would be better with Gentoo. (I've heard
> about problems with Mandrake and LG drives in the past! So, I'm a little
> troubled...)
> 
> As the subject says, I urgently need recommendations. At the most, I'll
> have another couple of days before I have to buy it!
> 
> Please, reply quickly if possible!
> 
> Thanking you.
> 
> Yours Faithfully,
> Mrugesh Karnik
> 
> P.S. Well, I don't know the model numbers! *sigh*
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

"Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida."
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list