Re: [gentoo-user] multilib vs. no-multilib in 64-bit environment

2007-05-27 Thread Boyd Stephen Smith Jr.
On Saturday 26 May 2007, Denis [EMAIL PROTECTED] wrote 
about '[gentoo-user] multilib vs. no-multilib in 64-bit environment':
 I think I'll attempt to set up one of my EM64T boxes in 64-bit Gentoo
 environment, so I've been reading some docs about it.

*cough*AMD64*cough*

 I understand 
 that the multilib profile allows for having 32-bit libraries and being
 able to run 32-bit binaries,

Being able to run 32-bit binaries requires two things.  x86_32 support in 
the kernel (which (no-)multilib doesn't affect) and all the libraries for 
the binaries being available in a 32-bit version, particularly ld.so and 
libc.so.6; multilib the multilib profile causes (not allows -- if you 
use multilib profile it is not optional) the most fundamental 32-bit 
libraries (like those required for *building* a 32-bit library) to be 
installed.

 whereas no-multilib restricts you to a 
 purely 64-bit environment with no 32-bit compatibility.

That's true as far as libraries go.  (A fully statically linked 32-bit 
executable could still run if the kernel has support for x86_32.)

 What would be some of the reasons for setting up a no-multilib
 profile?

Saves disk space and compilation time.

 Perhaps for a computational workstation that doesnt need any 
 fancy toys or a development system?

Very few F(L)OSS programs are unavailable in 64-bit land, so if your 
computer lives in the Free (Software) world you won't have problems no 
matter what you use the computer for.

If you need/want proprietary binaries, multilib is the only way to go.

 Are any of you here running on a 
 no-multilib 64-bit profile?

Not I.  I'm still leaning on my wine/cedega crutch for some things.

-- 
Boyd Stephen Smith Jr. ,= ,-_-. =. 
[EMAIL PROTECTED]  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy   `-'(. .)`-' 
http://iguanasuicide.org/  \_/ 


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: two identical /etc/sudoers -- only one works

2007-05-27 Thread Christer Ekholm
maxim wexler [EMAIL PROTECTED] writes:


 If by successful you mean the call returns = 0,
 then they're successful.

Yes,


 There is this, however:
 ...
 open(/etc/default/nss, 0_RDONLY) =-1 ENODENT (No
 such file or directory)
 ...
 connect(4,{sa_family=AF_FILE,
 path=/var/run/nscd/socket}, 110} =-1 ENODENT (No
 such file or directory)
 ...
 connect(4,{sa_family=AF_FILE, path=/dev/log}, 110
 =-1 EPROTOTYPE (Protocol wront type for socket)
 ..

I don't think those are important. Just standard tries to open
system-files if the exists, and connect to syslog.

I'm totally out of ideas now. Sorry I couldn't help you. Try to see if
it is some security-related problem as proposed by Arturo.


-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] how to use another x server for opengl apps

2007-05-27 Thread b.n.
Hi,
I'm a happy aiglx+beryl user. There are a bunch of opengl apps
(celestia, google earth, stellarium) that I'd want to use but do not
play nice with beryl using opengl (e.g. stellarium has unreadable fonts).

So I googled a bit and I found that you can bypass that simply by
launching apps on another X server using xinit (xinit
/usr/bin/stellarium -- :1). But if I do that the new xserver has not
direct rendering (checked with glxinfo).

Where can the problem be?

m.
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Trying to mount a bad disk

2007-05-27 Thread sean
I have a Windows XP driver here that belongs to a friend that just crashed.

I am trying to figure out if there is some way I can force the drive to
mount on my system so that I can get some data off it for her.

Not having much luck, would anyone have any tips as to how I might be
able to make this happen?


Thanks
Sean
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Trying to mount a bad disk

2007-05-27 Thread Albert Hopkins
On Sun, 2007-05-27 at 09:26 -0400, sean wrote:
 I have a Windows XP driver here that belongs to a friend that just
 crashed.
 
 I am trying to figure out if there is some way I can force the drive
 to
 mount on my system so that I can get some data off it for her.
 
 Not having much luck, would anyone have any tips as to how I might be
 able to make this happen? 

If the drive experienced a head crash, then there is pretty much nothing
you can do.  
--
Albert W. Hopkins

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sharing portage directories when dual booting x86 and amd64

2007-05-27 Thread Bo Ørsted Andresen
On Friday 25 May 2007 18:52:12 Allan Gottlieb wrote:
  In particular can I share
 
   * tmp (PORTAGE_TMPDIR)
 
  If you ever compile the same package at the same time that may not be
  such a good idea. Even if it works it may be confusing. Why not just make
  two subdirs in the same place and use one as PORTAGE_TMPDIR for each
  system..?

 How can that happen?  As I mentioned, I would be dual booting into
 *either* x86 or amd64.

I missed that part. You're right then.

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Suspend to swap on a diskless host

2007-05-27 Thread Michal 'vorner' Vaner
Hello

AFAIK, I think you do not want to do that.

First: You need to load the kernel from the swap, in the time it loads,
you have no running kernel (well, there is a little part, but that one
has no clue about network).

Second: You do not want swap on nfs, since it is terribly slow, buggy,
nfs can allocate memory to transfer data and you get a circular problem
- to get a memory, you need to get a memory. And, what if your cat steps
on the ethernet cable?

Third: the suspend does not use swap as a swap, but as a part of a disc.

You might try suspend to ram, thought. It should work on diskless
machine as well as on any other.

-- 
When all else fails, EAT!!!

Michal 'vorner' Vaner


pgpReAHrDjOnz.pgp
Description: PGP signature


Re: [gentoo-user] Trying to mount a bad disk

2007-05-27 Thread Mick
On Sunday 27 May 2007 14:36, Albert Hopkins wrote:
 On Sun, 2007-05-27 at 09:26 -0400, sean wrote:
  I have a Windows XP driver here that belongs to a friend that just
  crashed.
 
  I am trying to figure out if there is some way I can force the drive
  to
  mount on my system so that I can get some data off it for her.
 
  Not having much luck, would anyone have any tips as to how I might be
  able to make this happen?

 If the drive experienced a head crash, then there is pretty much nothing
 you can do.

On the other hand if it is a matter of an MS OS crash, just use a LiveCD and 
save the data onto a DVD/CDROM, CF memory stick, or a server.

-- 
Regards,
Mick


pgpuKkpeJD9Az.pgp
Description: PGP signature


Re: [gentoo-user] Re: two identical /etc/sudoers -- only one works

2007-05-27 Thread maxim wexler
 you. Try to see if
 it is some security-related problem as proposed by
 Arturo.

There are two options under Security in the .config;
neither are set. Is there someplace else to check?

mw


   
Pinpoint
 customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to use another x server for opengl apps

2007-05-27 Thread b.n.
b.n. ha scritto:
 So I googled a bit and I found that you can bypass that simply by
 launching apps on another X server using xinit (xinit
 /usr/bin/stellarium -- :1). But if I do that the new xserver has not
 direct rendering (checked with glxinfo).

I add the output of xinit/xorg below. The bad line seems:

(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.

but why?

m.


_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/voynich:1
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.18-gentoo-r6 i686
Current Operating System: Linux voynich 2.6.18-gentoo-r6 #1 SMP PREEMPT
Wed Jan 24 22:07:06 Local time zone must be set-- i686
Build Date: 03 May 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.1.log, Time: Sun May 27 20:26:47 2007
(==) Using config file: /etc/X11/xorg.conf
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(**) RADEON(0): RADEONPreInit
(**) RADEON(0): RADEONScreenInit c000 0
(**) RADEON(0): Map: 0xc000, 0x0800
(**) RADEON(0): RADEONSave
(**) RADEON(0): RADEONSaveMode(0x8214570)
(**) RADEON(0): Read: 0x000c 0x00030065 0x
(**) RADEON(0): Read: rd=12, fd=101, pd=3
(**) RADEON(0): RADEONSaveMode returns 0x8214570
(EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
(**) RADEON(0): RADEONInitMemoryMap() :
(**) RADEON(0):   mem_size : 0x0800
(**) RADEON(0):   MC_FB_LOCATION   : 0xc7ffc000
(**) RADEON(0):   MC_AGP_LOCATION  : 0xffc0
(**) RADEON(0): RADEONModeInit()
1280x1024 108.00  1280 1328 1440 1688  1024 1025 1028 1066 (24,32) +H +V
1280x1024 108.00  1280 1328 1440 1688  1024 1025 1028 1066 (24,32) +H +V
(**) RADEON(0): Pitch = 10485920 bytes (virtualX = 1280, displayWidth =
1280)
(**) RADEON(0): dc=10800, of=21600, fd=96, pd=2
(**) RADEON(0): RADEONInit returns 0x8214f20
(**) RADEON(0): RADEONRestoreMode()
(**) RADEON(0): RADEONRestoreMode(0x8214f20)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0):   MC_FB_LOCATION   : 0xc7ffc000
(**) RADEON(0):   MC_AGP_LOCATION  : 0xffc0
(**) RADEON(0):   Map Changed ! Applying ...
(**) RADEON(0):   Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x
(**) RADEON(0): Wrote: 0x000c 0x00010060 0x (0xa700)
(**) RADEON(0): Wrote: rd=12, fd=96, pd=1
(**) RADEON(0): GRPH_BUFFER_CNTL from 20205c5c to 20125c5c
(**) RADEON(0): RADEONSaveScreen(0)
(**) RADEON(0): Setting up initial surfaces
(**) RADEON(0): Initializing fb layer
(**) RADEON(0): Setting up accel memmap
(**) RADEON(0): Initializing backing store
(**) RADEON(0): Setting up final surfaces
(**) RADEON(0): Initializing Acceleration
(**) RADEON(0): EngineInit (32/32)
(**) RADEON(0): Pitch for acceleration = 160
(**) RADEON(0): EngineRestore (32/32)
(**) RADEON(0): Initializing Page Flipping
(**) RADEON(0): Initializing DPMS
(**) RADEON(0): Initializing Cursor
(**) RADEON(0): Initializing color map
(**) RADEON(0): Initializing DGA
(**) RADEON(0): Initializing Xv
(**) RADEON(0): RADEONScreenInit finished
(EE) AIGLX: Screen 0 is not DRI capable
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(**) RADEON(0): RADEONSaveScreen(2)
(**) RADEON(0): RADEONLeaveVT
(**) RADEON(0): RADEONRestore
(**) RADEON(0): RADEONRestoreMode()
(**) RADEON(0): RADEONRestoreMode(0x8214570)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0):   MC_FB_LOCATION   : 0x1fff
(**) RADEON(0):   MC_AGP_LOCATION  : 0x27ff2000
(**) RADEON(0):   Map Changed ! Applying ...
(**) RADEON(0):   Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x
(**) RADEON(0): Wrote: 0x000c 0x00030065 0x (0xa700)
(**) RADEON(0): Wrote: rd=12, fd=101, pd=3
(**) RADEON(0): Ok, leaving now...
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] no-multilib killed /lib link

2007-05-27 Thread Sven Köhler
Hi,

i switched to the no-mutilib profile.
Then, i emerged glibc and gcc.

After that whole thing, i tried to reboot:
But the link at /lib pointing to /lib64 was missing.

I don't which step exactly removed it. But it's not good!
Without the link, the system won't boot :-(


Just wanted to let you know.


Regards,
  Sven



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] no-multilib killed /lib link

2007-05-27 Thread Denis

Bug?
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to use another x server for opengl apps

2007-05-27 Thread Albert Hopkins
On Sun, 2007-05-27 at 20:30 +, b.n. wrote:
 I add the output of xinit/xorg below. The bad line seems:
 
 (EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.
 
 but why? 

Probably because you have an Radeon, and it's probably for the same
reason DRI doesn't work with Xinerama on Radeons.

--
Albert W. Hopkins

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Cleaning /var/lib/portage/packages -- a big mistake?

2007-05-27 Thread Kevin O'Gorman

I'm trying to clean up my hard drive to make it feasible to back up
the root partition. I cleaned out /usr/portage/disfiles (10 GB) with
no problem.  But...

I also cleaned out /usr/portage/packages (10 GB) but now emerge --sync
is complaining about a large number of them, and apparently cannot
update its cache.  I just moved them to another partition, they're not
really gone, but I'd like to not be carrying around so many of them.

I've been running with FEATURES=buildpkg on in /etc/make.conf, so
I've accumulated a lot of
these things.  How do I now clean up my act?  If there's a way, I'd
like to keep building them, but be able to manage them without ruining
portage.

Most of the messages said the package should be deleted.  This
mystifies my as in effect
that's what I already did.  What does it want me to do?

The emerge --sync died eventually.  Maybe one or more of the packages
is more vital than most.  So there may be packages I should not
manage.  Here's the tail end of the output:


!!! Invalid binary package: '/usr/portage/packages/All/less-394.tbz2'
!!! This binary package is not recoverable and should be deleted.
!!! Invalid binary package: '/usr/portage/packages/All/pycrypto-2.0.1-r5.tbz2'
!!! This binary package is not recoverable and should be deleted.
!!! Invalid binary package: '/usr/portage/packages/All/lsof-4.76.tbz2'
!!! This binary package is not recoverable and should be deleted.
!!! Invalid binary package: '/usr/portage/packages/All/rsync-2.6.8-r2.tbz2'
!!! This binary package is not recoverable and should be deleted.
!!! Invalid binary package: '/usr/portage/packages/All/man-pages-2.31.tbz2'
!!! This binary package is not recoverable and should be deleted.
Traceback (most recent call last):
 File /usr/bin/emerge, line 5530, in ?
   retval = emerge_main()
 File /usr/bin/emerge, line 5487, in emerge_main
   action_sync(settings, trees, mtimedb, myopts, myaction)
 File /usr/bin/emerge, line 4207, in action_sync
   if portage.global_updates(settings, trees, mtimedb[updates]):
 File /usr/lib/portage/pym/portage.py, line 8163, in global_updates
   trees[/][bintree].move_slot_ent(update_cmd)
 File /usr/lib/portage/pym/portage.py, line 6413, in move_slot_ent
   self.populate()
 File /usr/lib/portage/pym/portage.py, line 6570, in populate
   mycat = mytbz2.getfile(CATEGORY)
 File /usr/lib/portage/pym/xpak.py, line 345, in getfile
   a=open(self.file,r)
IOError: [Errno 2] No such file or directory:
'/usr/portage/packages/All/perl-cleaner-1.03.tbz2'

portage #

Pointers, please...

++ kevin

--
Kevin O'Gorman, PhD
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Cleaning /var/lib/portage/packages -- a big mistake?

2007-05-27 Thread Kevin O'Gorman

Another oops: make that directory /usr/portage/packages.

++ kevin

On 5/27/07, I wrote:

I'm trying to clean up my hard drive to make it feasible to back up
the root partition. I cleaned out /usr/portage/disfiles (10 GB) with
no problem.  But...

I also cleaned out /usr/portage/packages (10 GB) but now emerge --sync
is complaining about a large number of them, and apparently cannot
update its cache.  I just moved them to another partition, they're not
really gone, but I'd like to not be carrying around so many of them.

I've been running with FEATURES=buildpkg on in /etc/make.conf, so
I've accumulated a lot of
these things.  How do I now clean up my act?  If there's a way, I'd
like to keep building them, but be able to manage them without ruining
portage.

Most of the messages said the package should be deleted.  This
mystifies my as in effect
that's what I already did.  What does it want me to do?

The emerge --sync died eventually.  Maybe one or more of the packages
is more vital than most.  So there may be packages I should not
manage.  Here's the tail end of the output:


!!! Invalid binary package: '/usr/portage/packages/All/less-394.tbz2'
!!! This binary package is not recoverable and should be deleted.
!!! Invalid binary package: '/usr/portage/packages/All/pycrypto-2.0.1-r5.tbz2'
!!! This binary package is not recoverable and should be deleted.
!!! Invalid binary package: '/usr/portage/packages/All/lsof-4.76.tbz2'
!!! This binary package is not recoverable and should be deleted.
!!! Invalid binary package: '/usr/portage/packages/All/rsync-2.6.8-r2.tbz2'
!!! This binary package is not recoverable and should be deleted.
!!! Invalid binary package: '/usr/portage/packages/All/man-pages-2.31.tbz2'
!!! This binary package is not recoverable and should be deleted.
Traceback (most recent call last):
  File /usr/bin/emerge, line 5530, in ?
retval = emerge_main()
  File /usr/bin/emerge, line 5487, in emerge_main
action_sync(settings, trees, mtimedb, myopts, myaction)
  File /usr/bin/emerge, line 4207, in action_sync
if portage.global_updates(settings, trees, mtimedb[updates]):
  File /usr/lib/portage/pym/portage.py, line 8163, in global_updates
trees[/][bintree].move_slot_ent(update_cmd)
  File /usr/lib/portage/pym/portage.py, line 6413, in move_slot_ent
self.populate()
  File /usr/lib/portage/pym/portage.py, line 6570, in populate
mycat = mytbz2.getfile(CATEGORY)
  File /usr/lib/portage/pym/xpak.py, line 345, in getfile
a=open(self.file,r)
IOError: [Errno 2] No such file or directory:
'/usr/portage/packages/All/perl-cleaner-1.03.tbz2'

 portage #

Pointers, please...

++ kevin


--
Kevin O'Gorman, PhD
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cleaning /var/lib/portage/packages -- a big mistake?

2007-05-27 Thread Neil Bothwick
Hello Kevin O'Gorman,

 I also cleaned out /usr/portage/packages (10 GB) but now emerge --sync
 is complaining about a large number of them, and apparently cannot
 update its cache.  I just moved them to another partition, they're not
 really gone, but I'd like to not be carrying around so many of them.
 
 I've been running with FEATURES=buildpkg on in /etc/make.conf, so
 I've accumulated a lot of
 these things.  How do I now clean up my act?  If there's a way, I'd
 like to keep building them, but be able to manage them without ruining
 portage.

You shouldn't be able to damage portage with this, because it doesn't
need any binary packages, they are purely for your convenience.

 Most of the messages said the package should be deleted.  This
 mystifies my as in effect
 that's what I already did.  What does it want me to do?
 
 The emerge --sync died eventually.  Maybe one or more of the packages
 is more vital than most.  So there may be packages I should not
 manage.  Here's the tail end of the output:
 
 
 !!! Invalid binary package: '/usr/portage/packages/All/less-394.tbz2'
 !!! This binary package is not recoverable and should be deleted.
 !!! Invalid binary package:
 '/usr/portage/packages/All/pycrypto-2.0.1-r5.tbz2'
 !!! This binary package is not recoverable and should be deleted.

I suspect you deleted the packages in /usr/portage/packages/All/ but not
the symlinks in /usr/portage/packages/cate-gory. emerge symlinks and do
symlinks -r -d /usr/portage/packages to get rid of them.

In future, it may be safer to use eclean to remove your binary packages.


-- 
Neil Bothwick

If a book about failures doesn't sell, is it a success?


signature.asc
Description: PGP signature


Re: [gentoo-user] how to use another x server for opengl apps

2007-05-27 Thread b.n.
Albert Hopkins ha scritto:
 On Sun, 2007-05-27 at 20:30 +, b.n. wrote:
 I add the output of xinit/xorg below. The bad line seems:

 (EE) RADEON(0): [dri] DRIScreenInit failed.  Disabling DRI.

 but why? 
 
 Probably because you have an Radeon, and it's probably for the same
 reason DRI doesn't work with Xinerama on Radeons.

:(
That's with the open source drivers. It's the same for xinerama?

m.


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cleaning /var/lib/portage/packages -- a big mistake?

2007-05-27 Thread Kevin O'Gorman

On 5/27/07, Neil Bothwick [EMAIL PROTECTED] wrote:

Hello Kevin O'Gorman,

 I also cleaned out /usr/portage/packages (10 GB) but now emerge --sync
 is complaining about a large number of them, and apparently cannot
 update its cache.  I just moved them to another partition, they're not
 really gone, but I'd like to not be carrying around so many of them.

 I've been running with FEATURES=buildpkg on in /etc/make.conf, so
 I've accumulated a lot of
 these things.  How do I now clean up my act?  If there's a way, I'd
 like to keep building them, but be able to manage them without ruining
 portage.

You shouldn't be able to damage portage with this, because it doesn't
need any binary packages, they are purely for your convenience.

 Most of the messages said the package should be deleted.  This
 mystifies my as in effect
 that's what I already did.  What does it want me to do?

 The emerge --sync died eventually.  Maybe one or more of the packages
 is more vital than most.  So there may be packages I should not
 manage.  Here's the tail end of the output:


 !!! Invalid binary package: '/usr/portage/packages/All/less-394.tbz2'
 !!! This binary package is not recoverable and should be deleted.
 !!! Invalid binary package:
 '/usr/portage/packages/All/pycrypto-2.0.1-r5.tbz2'
 !!! This binary package is not recoverable and should be deleted.

I suspect you deleted the packages in /usr/portage/packages/All/ but not
the symlinks in /usr/portage/packages/cate-gory. emerge symlinks and do
symlinks -r -d /usr/portage/packages to get rid of them.

In future, it may be safer to use eclean to remove your binary packages.


Thanks.  I wasn't aware of 'eclean'.  I'll be sure to use it next time.

++ kevin

--
Kevin O'Gorman, PhD
--
[EMAIL PROTECTED] mailing list



[gentoo-user] no audio

2007-05-27 Thread maxim wexler
Hi group,

For a 2.6.19.5 kernel on a PIII w/SBLive soundcard
using snd-emu10k1 module. I emerged alsa-utils and
mp3blaster.

Ran #rc-update add alsasound boot

Ran alsaconf and let it write /etc/modules.d/alsa. It
concluded with a tell-tale pop from the speakers and
the message that my sound card was set up and ready to
use.

But mp3blaster won't play. Msg is Failed to open
sound device

Noticed under /dev/sound there was no 'audio' or 'dsp'
nodes so I made them w/ mknod. 

No good, same msg. 

Set ENABLE_OSS_EMUL=no in /etc/conf.d/alsasound and
rebooted.

Ditto.

Is this a configuration problem or a soundcard problem
or is mp3blaster to blame? 

FWIW modules loaded, alsamixer unmuted.

Maxim


   
Take
 the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. 
http://mobile.yahoo.com/go?refer=1GNXIC
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no audio

2007-05-27 Thread James Lockie

maxim wexler wrote:

Hi group,

For a 2.6.19.5 kernel on a PIII w/SBLive soundcard
using snd-emu10k1 module. I emerged alsa-utils and
mp3blaster.

Ran #rc-update add alsasound boot

Ran alsaconf and let it write /etc/modules.d/alsa. It
concluded with a tell-tale pop from the speakers and
the message that my sound card was set up and ready to
use.

But mp3blaster won't play. Msg is Failed to open
sound device

Noticed under /dev/sound there was no 'audio' or 'dsp'
nodes so I made them w/ mknod. 

No good, same msg. 


Set ENABLE_OSS_EMUL=no in /etc/conf.d/alsasound and
rebooted.

Ditto.

Is this a configuration problem or a soundcard problem
or is mp3blaster to blame? 


FWIW modules loaded, alsamixer unmuted.

Maxim


There is nothing shown with 'dmesg'?

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] no audio

2007-05-27 Thread burlingk

 -Original Message-
 From: maxim wexler [mailto:[EMAIL PROTECTED] 
 Sent: Monday, May 28, 2007 10:09 AM
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] no audio
 
 
 Hi group,
 
 For a 2.6.19.5 kernel on a PIII w/SBLive soundcard
 using snd-emu10k1 module. I emerged alsa-utils and
 mp3blaster.
 
 Ran #rc-update add alsasound boot
 
 Ran alsaconf and let it write /etc/modules.d/alsa. It
 concluded with a tell-tale pop from the speakers and
 the message that my sound card was set up and ready to
 use.
 
 But mp3blaster won't play. Msg is Failed to open
 sound device
 
 Noticed under /dev/sound there was no 'audio' or 'dsp'
 nodes so I made them w/ mknod. 
 
 No good, same msg. 
 
 Set ENABLE_OSS_EMUL=no in /etc/conf.d/alsasound and
 rebooted.
 
 Ditto.
 
 Is this a configuration problem or a soundcard problem
 or is mp3blaster to blame? 
 
 FWIW modules loaded, alsamixer unmuted.
 
 Maxim
 
 

 __
 __Take the Internet to Go: Yahoo!Go puts 
 the Internet in your pocket: mail, news, photos  more. 
 http://mobile.yahoo.com/go?refer=1GNXIC
 -- 
 [EMAIL PROTECTED] mailing list


With the newer kernels, you don't need to do anything outside the kernel
for Alsa sound most of the time.  Make sure to configure the kernel so
that it has basic sound support enabled (I would compile this into the
kernel, not as a module, but that is me).

Next, on the menu where you choose options, leave OSS unmarked, and
select Alsa support.

On the submenu for Alsa support, select everything that applies (Do
select OSS Emulation, as some packages don't ASK which driver you are
using, they just assume the one they want is there).

If you select extra things here, it won't matter much.  The extra items
are just Midi drivers, and if you don't have Midi hardware, they aren't
an issue either way. ^_^

In other words, on this screen it is safe to select pretty much
everything.

On the screen for PCI drivers, select the option(s) appropriate for your
hardware.

'lspci' should show which sound card your system has.

If you are using devfs, then the device nodes should be created
automatically, if not then I am not sure how to create them manually in
an old style system.  It is possible, that you may need to manually
chmod a+wr the device node in order use them (This is assuming they are
there, which you said they were not I think).

Also dsp, should be /dev/dsp in many cases.  Many of the items you want
will be under /dev directly instead of /dev/sound  These may be links to
the /dev/sound items, but I am not sure. ^^;;  More experienced people
can probably tell you that.
 
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no audio

2007-05-27 Thread maxim wexler
 
 There is nothing shown with 'dmesg'?

If you mean an error, no. 

Anyway, aren't you talking about the boot console?
I've never seen anything about audio in dmesg, whether
the audio is OK or not.

So, if you mean an error in boot console, no.

mw


   
Luggage?
 GPS? Comic books? 
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mailp=graduation+giftscs=bz
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] which -march flag to pick for Intel Core 2 Duo in make.conf?

2007-05-27 Thread Randy Barlow

Denis wrote:

I often need to run Monte Carlo simulations (in C) which involve a lot
of array storage and array scanning/searching operations...  I wonder
what the speed-up would be for those simulations if run under a 64-bit
mode.  Are there any requirements on how the simulations should be
programmed in order to take advantage of the 64-bit arch, or is that
automatically done by the GCC compiler and the kernel?


Just use the -m64 flag when you compile using gcc.

R
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Trying to mount a bad disk

2007-05-27 Thread Mark Kirkwood

sean wrote:

I have a Windows XP driver here that belongs to a friend that just crashed.

I am trying to figure out if there is some way I can force the drive to
mount on my system so that I can get some data off it for her.

Not having much luck, would anyone have any tips as to how I might be
able to make this happen?


What happened when you tried to mount it (and is it formatted NTFS or 
FATXX)?


If the disk has real errors (i.e bad sectors as opposed to 
software/windows problems), then app-forensics/autopsy might get the 
important user data off.


Cheers

Mark
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to use another x server for opengl apps

2007-05-27 Thread Fabio

I use an Nvidia card, and it will only let me use OpenGL on one single
X session. Perhaps it is the same with Radeon... Check the docs.

--
Fabio A. Correa D.

Physics Dept, Universidad Nacional, Bogota, Colombia
[EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
My webpage and OpenPGP key at http://facorread.150m.com
My alexandria.cc address is not available anymore.
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] no audio

2007-05-27 Thread maxim wexler
  For a 2.6.19.5 kernel on a PIII w/SBLive soundcard
  using snd-emu10k1 module. I emerged alsa-utils and

Yes, I used lspci. That's how I know what module to
use. Also note kernel version. Definitely not old
style.

 an old style system.  It is possible, that you may
 need to manually




   
Take
 the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. 
http://mobile.yahoo.com/go?refer=1GNXIC
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] wifi statup backgrounds

2007-05-27 Thread Adam Carter
Hi All,
 
When i start my wifi network (with wpa_supplicant in debug mode) it
backgrounds and I cant see the rest of the debug messages. How do i stop
the backgrounding?
 
debug snipped
wpa_driver_madwifi_del_key: keyidx=1
wpa_driver_madwifi_del_key: keyidx=2
wpa_driver_madwifi_del_key: keyidx=3
wpa_driver_madwifi_set_countermeasures: enabled=0
wpa_driver_madwifi_set_drop_unencrypted: enabled=1
Setting scan request: 0 sec 10 usec
Added interface ath0
Daemonize..
[ ok ]
 *   Starting wpa_cli on ath0 ...
[ ok ]
 * Backgrounding ...

Tnx,
Adam


Re: [gentoo-user] no audio

2007-05-27 Thread Dale
maxim wexler wrote:
 For a 2.6.19.5 kernel on a PIII w/SBLive soundcard
 using snd-emu10k1 module. I emerged alsa-utils and
   

 Yes, I used lspci. That's how I know what module to
 use. Also note kernel version. Definitely not old
 style.

   
 an old style system.  It is possible, that you may
 need to manually
 





 Take
  the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
 photos  more. 
 http://mobile.yahoo.com/go?refer=1GNXIC
   


Well, I have a SoundBlaster card too.  Mine works so let's see if this
will help.  Everything is built into my kernel, no modules.  My lspci
reports this:

 01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
 (rev 0a)

This is my kernel stuff:

 * Emu10k1 (SB Live!, Audigy, E-mu APS)

   ? ?  * Advanced Linux Sound
 Architecture ? ?
   ? ?  *   Sequencer
 support ? ?
   ? ?Sequencer dummy
 client   ? ?
   ? ?  *   OSS Mixer
 API ? ?
   ? ?  *   OSS PCM (digital audio)
 API   ? ?
   ? ?  [*] OSS PCM (digital audio) API - Include plugin
 system   ? ?
   ? ?  [*]   OSS Sequencer
 API ? ?
   ? ?  [ ]   Dynamic device file minor
 numbers ? ?
   ? ?  [*]   Support old ALSA
 API  ? ?
   ? ?  [*]   Verbose procfs
 contents   ? ?

Maybe that will help.

Dale

:-)  :-)  :-)  :-)


-- 
www.myspace.com/-remove-me-dalek1967

Copy n paste then remove the -remove-me- part.



[gentoo-user] writing rules for non-existing nodes -- was no audio

2007-05-27 Thread maxim wexler
Hi group,

For a 2.6.19-r5 kernel, there is no /dev/sound and
therefore no /dev/sound/audio, dsp, mixer etc. 

Almost certain that is why I get Failed to open sound
device error when trying to run mp3blaster.

The modules are loaded. Alsamixer works and card is
unmuted. alsasound is started.

Card is a SBLive. Module is snd-emu10k1.

Path to driver is /sys/bus/pci/drivers/EMU10K1_Audigy.

#udevinfo -a -p /sys/bus/pci/drivers/EMU10K1_Audigy
...
looking at device '/bus/pic/drivers/EMU10K1_Audigy':
  KERNEL==EMU10K1_Audigy
  SUBSYSTEM==drivers
  DRIVER==

and that's it. How do I write a rule for that?

Please, if you're only guessing, at least read what I
wrote.

Maxim



   
Boardwalk
 for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's 
economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  
-- 
[EMAIL PROTECTED] mailing list