Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 200 matches

Go to advanced search

Advanced search
Search found 200 matches
  • Page 1 of 8
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 8
  • Next
by TheEternalVortex
Wed Nov 02, 2005 4:55 am
Forum: Multimedia
Topic: No sounds with Audigy 2 ZS / ALSA
Replies: 3
Views: 934

Ah, ok I got it working. I guess I had something muted in the mixer since I just tried enabling everything, even the weird options.
  • Jump to post
by TheEternalVortex
Wed Nov 02, 2005 4:53 am
Forum: Multimedia
Topic: No sounds with Audigy 2 ZS / ALSA
Replies: 3
Views: 934

Where is the "Audigy Analog/Digital Output Jack" option found? I can't seem to find it.

And I do have everything compiled in except the emu10k1 module.
  • Jump to post
by TheEternalVortex
Wed Nov 02, 2005 12:05 am
Forum: Multimedia
Topic: No sounds with Audigy 2 ZS / ALSA
Replies: 3
Views: 934

No sounds with Audigy 2 ZS / ALSA

I tried settup up ALSA according to the ALSA guide for my Audigy 2 ZS, which I believe uses the emu10k1 driver.

I ran alsaconf without any problems, and a lsmod seems to show that the modules are loaded:
# lsmod
Module Size Used by
snd_seq_midi 6560 -
snd_emu10k1_synth 6696 -
snd_emux_synth 34664 ...
  • Jump to post
by TheEternalVortex
Sat Mar 12, 2005 10:49 pm
Forum: Networking & Security
Topic: samba won't start (Error: stopping services)
Replies: 9
Views: 2373

If I try running smbd and nmbd they start fine without errors, so I'm not sure why the rc scripts are complaining.
  • Jump to post
by TheEternalVortex
Sat Mar 12, 2005 10:39 pm
Forum: Networking & Security
Topic: samba won't start (Error: stopping services)
Replies: 9
Views: 2373

samba won't start (Error: stopping services)

I was using the Gentoo Samba guide, but when I try to start samba I get this error:

# /etc/init.d/samba start
* samba -> start: smbd... [ !! ]
* samba -> start: nmbd... [ ok ] * Error: stopping services (see system logs)
* samba -> stop: smbd... [ !! ]
* samba -> stop: nmbd... [ !! ]

I am ...
  • Jump to post
by TheEternalVortex
Tue Feb 22, 2005 12:23 am
Forum: Desktop Environments
Topic: xdm/gdm/kdm not working
Replies: 6
Views: 1275

Does no one have a solution? Bah.
  • Jump to post
by TheEternalVortex
Mon Feb 21, 2005 10:42 pm
Forum: Desktop Environments
Topic: xdm/gdm/kdm not working
Replies: 6
Views: 1275

Yes, I do.

It's weird, and I'd really like to solve this :\.
  • Jump to post
by TheEternalVortex
Mon Feb 21, 2005 9:58 am
Forum: Desktop Environments
Topic: xdm/gdm/kdm not working
Replies: 6
Views: 1275

Yes, I'm using it now.

I can use startx just fine.
  • Jump to post
by TheEternalVortex
Mon Feb 21, 2005 8:34 am
Forum: Desktop Environments
Topic: xdm/gdm/kdm not working
Replies: 6
Views: 1275

xdm/gdm/kdm not working

When I run xdm/gdm/kdm and login, it doesn't actually load anything--it just returns me back to the login screen. This is regardless of who I login as and what session I try to start.

If anyone had any ideas, that would be helpful.

Thanks.
  • Jump to post
by TheEternalVortex
Sat Feb 19, 2005 11:48 pm
Forum: Gentoo on AMD64
Topic: Should I use amd64 or x86?
Replies: 8
Views: 2517

All right, thanks.
  • Jump to post
by TheEternalVortex
Sat Feb 19, 2005 11:33 pm
Forum: Gentoo on AMD64
Topic: Should I use amd64 or x86?
Replies: 8
Views: 2517

Should I use amd64 or x86?

I have an Athlon 64, however I heard that not all apps are working under that architecture. Should I just stick to x86 for maximum flexibility? If so, when I set up my system should I just do it as if it's an Athlon XP?

Thanks.
  • Jump to post
by TheEternalVortex
Sun Feb 22, 2004 8:47 am
Forum: Gentoo Chat
Topic: automaticly link /usr/src/linux to last kernel emerged
Replies: 18
Views: 2552

I have a script that compiles the latest kernel I've installed (since I tend to do 2-3 a week). To change the symlink automatically you can do this (taken from the script):
cd /usr/src
KERNEL=`ls --sort=time -1 | head -n 1`
rm linux 2> /dev/null
ln -s $KERNEL linux
  • Jump to post
by TheEternalVortex
Sun Feb 22, 2004 8:40 am
Forum: Desktop Environments
Topic: Sharing a Thunderbird profile with Windows?
Replies: 10
Views: 3239

Is it possible to have Thunderbird use a different profile directory (on Windows) so I can put it on a FAT32 drive?
  • Jump to post
by TheEternalVortex
Sun Feb 22, 2004 8:35 am
Forum: Networking & Security
Topic: Setting up Mutt for the first time
Replies: 2
Views: 753

Try reading this guide.
  • Jump to post
by TheEternalVortex
Sun Feb 22, 2004 8:28 am
Forum: Desktop Environments
Topic: Fluxbox instead of metacity in GNOME
Replies: 2
Views: 741

You could try it with an already running session by doing something like:
# killall metacity
# fluxbox
  • Jump to post
by TheEternalVortex
Sun Feb 22, 2004 8:27 am
Forum: Portage & Programming
Topic: Emerge Mod_Perl
Replies: 3
Views: 1042

I would guess that it can't find the sources for the package. Try posting the actual output of the emerge command.
  • Jump to post
by TheEternalVortex
Sun Feb 22, 2004 8:25 am
Forum: Portage & Programming
Topic: Attempting to alter a perl script.
Replies: 1
Views: 645

Try looking at the output of these commands:
sensors -f | grep SYS | awk '{print $1, $2, $3}'
sensors -f | grep 'CPU Temp' | awk '{print $1, $2, $3}'
  • Jump to post
by TheEternalVortex
Sun Feb 22, 2004 8:21 am
Forum: Portage & Programming
Topic: how to report compile errors best?
Replies: 1
Views: 663

Try searching/post here first, since likely you are not the only one with the problem. Otherwise submit a bug to http://bugs.gentoo.org/.

Either way, include at least the output of "emerge info".
  • Jump to post
by TheEternalVortex
Sun Feb 22, 2004 8:20 am
Forum: Duplicate Threads
Topic: manually patch ebuild HELP
Replies: 2
Views: 1993

You should have probably posted this in the portage forum, where there is already a current thread about this.
  • Jump to post
by TheEternalVortex
Sun Feb 22, 2004 8:15 am
Forum: Portage & Programming
Topic: GraphCalc ebuild?
Replies: 1
Views: 530

GraphCalc ebuild?

There is a program called GraphCalc, that I have used on Windows for some time, and it is really cool. I just checked the site and the author has posted an early linux version. It might be cool to get this into portage.

The source is here.
  • Jump to post
by TheEternalVortex
Sun Feb 22, 2004 8:14 am
Forum: Portage & Programming
Topic: Best way to handle private patches
Replies: 3
Views: 1224

The easiest way to do this if you only want to compile it once is to do (e.g.):

# cd /usr/portage/ebuilddir
# ebuild myprog-1.0.ebuild unpack
# cd /var/tmp/portage/myprog-1.0/work/
# cp ~/mypatch.patch .
# patch -p0 < mypatch.patch
# cd -
# ebuild myprog-1.0.ebuild compile
# ebuild myprog-1.0 ...
  • Jump to post
by TheEternalVortex
Sat Feb 21, 2004 10:41 pm
Forum: Documentation, Tips & Tricks
Topic: How I got k3b working with just ATAPI (no ide-scsi, 2.6.x).
Replies: 30
Views: 32085

This worked for me with:
cdrecord dev=ATAPI:0,0,0 --driver mmc_cdr

Thanks for the guide.
  • Jump to post
by TheEternalVortex
Sat Feb 21, 2004 7:53 pm
Forum: Documentation, Tips & Tricks
Topic: Script for creating symlinks
Replies: 11
Views: 6729

lndir is much less flexible than cp, since it always recurses and can't do some of the other nifty things that cp can.
  • Jump to post
by TheEternalVortex
Fri Feb 20, 2004 9:32 pm
Forum: Unsupported Software
Topic: 2.6.3-love1 aka "Fuzzy Bunnies Of Crazy Doom"
Replies: 135
Views: 133579

It compiled fine this time, thanks a lot :).
  • Jump to post
by TheEternalVortex
Fri Feb 20, 2004 9:04 pm
Forum: Unsupported Software
Topic: 2.6.3-love1 aka "Fuzzy Bunnies Of Crazy Doom"
Replies: 135
Views: 133579

Oh, thanks a lot, I do have -freduce-all-givs. I will recompile.
  • Jump to post

Search found 200 matches
  • Page 1 of 8
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 8
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy