Re: [gentoo-user] {OT} dvdrip permissions error, alternative?

2006-10-08 Thread Nick Rout
On Sat, 7 Oct 2006 17:56:36 +0100
Neil Bothwick <[EMAIL PROTECTED]> wrote:

> On Fri, 6 Oct 2006 17:36:10 -0500, Boyd Stephen Smith Jr. wrote:
> 
> > > That won't work on CSS scrambled discs. You'll copy the scrambled data
> > > but not the key.  
> > 
> > That's not true.  The CSS key is in the standard filesystem data, not
> > in some subtrack data.
> 
> You're right. I read this information some years ago in a normally
> reliable source, and saw no reason to doubt it as it made sense. bit I've
> just tried a dd copy and it worked. It failed on the first attempt, but
> after running lsdvd, it worked for the whole disc, and mplayer played it.
> 

What is happenning here is that lsdvd is cracking the css keys via
libdvdcss and caching the keys in ~/.dvdcss. If you move the image to
another computer, or try to read it as another user, the keys will
neeed to be cracked again.



> 
> -- 
> Neil Bothwick
> 
> "Bother," said Pooh, as he connected at 300 bps.
> 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] Problem with disk: cannot mount as ext3 but can as ext2

2006-10-08 Thread gregory . sacre
Hello,


I had a hard disk attached on an old RedHat PC formatted and mounted
as ext3 filesystem.
I removed the hard disk from the PC and plugged it in my Gentoo box. I
tried to mount it as ext3 file system and got this error:


| # mount -t ext3 /dev/hdd1 /jukebox
| mount: wrong fs type, bad option, bad superblock on /dev/hdd1,
|missing codepage or other error
|In some cases useful info is found in syslog - try
|dmesg | tail  or so


I then tried to see the partition type with fdisk:


| Command (m for help): p
|
| Disk /dev/hdd: 81.9 GB, 81964302336 bytes
| 16 heads, 63 sectors/track, 158816 cylinders
| Units = cylinders of 1008 * 512 = 516096 bytes
|
|Device Boot  Start End  Blocks   Id  System
| /dev/hdd1   1  15881680043232+  83  Linux


My next step was to try to repair it with fsck.ext3:


| # fsck.ext3 -p /dev/hdd
| fsck.ext3: Bad magic number in super-block while trying to open /dev/hdd
| /dev/hdd:
| The superblock could not be read or does not describe a correct ext2
| filesystem.  If the device is valid and it really contains an ext2
| filesystem (and not swap or ufs or something else), then the superblock
| is corrupt, and you might try running e2fsck with an alternate superblock:
| e2fsck -b 8193 


I tried what was written with e2fsck:


| # e2fsck -b 8193 /dev/hdd
| e2fsck 1.39 (29-May-2006)
| e2fsck: Bad magic number in super-block while trying to open /dev/hdd
|
| The superblock could not be read or does not describe a correct ext2
| filesystem.  If the device is valid and it really contains an ext2
| filesystem (and not swap or ufs or something else), then the superblock
| is corrupt, and you might try running e2fsck with an alternate superblock:
| e2fsck -b 8193 


After googling for a while, and not really finding an answer, I tried
to mount it as readonly, and because of a typo, I mounted it as
ext2... and it worked!!! I tried then to mount it normally, not
anymore as read-only with ext2 format... and it worked!!!
So my first question is: how come?
I'm sure the filetype is ext3 as it can be seen in my old fstab:


| [...]
| /dev/hdb5   swapswapdefaults0 0
| #/dev/hdc1   /jukebox   ext3defaults
  1 1--> this is the one ;-)
| [...]


I thought maybe I could try to repair it with the normal fsck:


| # fsck /dev/hdd1
| fsck 1.39 (29-May-2006)
| e2fsck 1.39 (29-May-2006)
| /dev/hdd1: Attempt to read block from filesystem resulted in short
  read while reading block 525
|
| /dev/hdd1: Attempt to read block from filesystem resulted in short
  read reading journal superblock
|
| fsck.ext3: Attempt to read block from filesystem resulted in short
  read while checking ext3 journal for /dev/hdd1


Is there anything wrong with my hardware? Is it a super-block problem?
Is there a way to solve it?

Thank you in advance!

Greg
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] new package in an portage overlay tree - howto

2006-10-08 Thread Helmut Jarausch
Hi,

I couldn't find an answer in the developers documentation.

How can I add a new package to the portage tree.
Say, I'd like to add  dev-lang/D  for the language D
in my overlay tree.
Even the very first
ebuild /dev-lang/D/D-xxx.ebuild digest
says
!!! /LOCAL/local/portage does not seem to have a valid PORTDIR structure.

So, what has to be changed/added for portage to accept this new
package?

Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ucspi-unix alive?

2006-10-08 Thread Jorge Almeida

I just emerged ucspi-unix, and on first trial if failed to recognize
some of the options mentioned in its own man page (the -D and -d flags
of unixserver aren't recognized, the -U flag fails saying the variable
UID is not set, although it is).
The home page is alive but it is really dry regarding documentation (not
a single example). The "ANNOUNCEMENT" informs how to subscribe to the
mailing list, but a mail to [EMAIL PROTECTED] meets a brick
wall. The site with the archives http://lists.em.ca/?list=bgware seems
to be gone to the twilight zone, too.

Anyone knows whether this is just my bad luck or something more
permanent?
And is there any alternative to ucspi-unix?

(The compilation went without any problem. My system is really up to
date, and revdep-rebuild had no requirements.)

--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] new package in an portage overlay tree - howto

2006-10-08 Thread Boyd Stephen Smith Jr.
On Sunday 08 October 2006 04:10, Helmut Jarausch 
<[EMAIL PROTECTED]> wrote about '[gentoo-user] new package in 
an portage overlay tree - howto':
> I'd like to add  dev-lang/D  for the language D
> in my overlay tree.
> Even the very first
> ebuild /dev-lang/D/D-xxx.ebuild digest
> says
> !!! /LOCAL/local/portage does not seem to have a valid PORTDIR
> structure.

What is the exact, full path to this ebuild?  And what is the exact, full 
value of PORTDIR_OVERLAY as reported by emerge --info?

Here's an example from my system:
$ emerge --info | grep OVERLAY
PORTDIR_OVERLAY="/usr/local/portage"
$ ls /usr/local/portage/media-video/andrew/andrew-1.2.ebuild
/usr/local/portage/media-video/andrew/andrew-1.2.ebuild

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh


pgpe9hv8Uemp1.pgp
Description: PGP signature


Re: [gentoo-user] new package in an portage overlay tree - howto

2006-10-08 Thread Helmut Jarausch
On  8 Oct, Boyd Stephen Smith Jr. wrote:
> On Sunday 08 October 2006 04:10, Helmut Jarausch 
> <[EMAIL PROTECTED]> wrote about '[gentoo-user] new package in 
> an portage overlay tree - howto':
>> I'd like to add  dev-lang/D  for the language D
>> in my overlay tree.
>> Even the very first
>> ebuild /dev-lang/D/D-xxx.ebuild digest
>> says
>> !!! /LOCAL/local/portage does not seem to have a valid PORTDIR
>> structure.
> 
> What is the exact, full path to this ebuild?  And what is the exact, full 
> value of PORTDIR_OVERLAY as reported by emerge --info?
> 
> Here's an example from my system:
> $ emerge --info | grep OVERLAY
> PORTDIR_OVERLAY="/usr/local/portage"
> $ ls /usr/local/portage/media-video/andrew/andrew-1.2.ebuild
> /usr/local/portage/media-video/andrew/andrew-1.2.ebuild
> 

Yes, sorry, it's my fault. The name of the ebuild within directory XXX
didn't begin with XXX-
Thanks for your help,
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT: encoding MP3 files for iPod

2006-10-08 Thread Adrian

Greetings;

I have acquired an iPodNano and have been playing about with that.
I've been able to do everything I need to do using GNUpod, yet there is
an oddity.

Any MP3 file I encode on my computer will not play.  The file is there,
the iPod sees it, but when I try to play the song, it simply skips over
it.  I don't have this problem with MP3 files from other sources.

My first guess is that something is different in the encoding process?
A few hours of reading man pages and Googling haven't helped any.

Suggestions?
Thanks much

Adrian



-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: encoding MP3 files for iPod

2006-10-08 Thread Boyd Stephen Smith Jr.
On Sunday 08 October 2006 05:39, Adrian <[EMAIL PROTECTED]> wrote 
about '[gentoo-user] OT: encoding MP3 files for iPod':
> I have acquired an iPodNano and have been playing about with that.
> I've been able to do everything I need to do using GNUpod, yet there is
> an oddity.Any MP3 file I encode on my computer will not play.
>  
> Suggestions?

Most likely problems are (1) bitrate (2) CBR vs. VBR and (3) metadata 
location.

I don't know exact specs, but the same thing will happen on my iFP-799 if I 
use a bitrate that is either too high or too low.  My iFP also supports 
VBR, but some devices may not.

If you know you are using a bitrate that is supported by your nano, try 
stripping off all the ID3 tags (and any other metadata), it could be that 
the contents or location are confusing it.  I've fairly sure metadata can 
be stored either at the beginning or end of the file (I know FLAC can do 
this) and it's possible, albeit unlikely, that the nano only works with 
one of those locations.

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh


pgp7nIRY1lwOw.pgp
Description: PGP signature


Re: [gentoo-user] no output from quota

2006-10-08 Thread Daniel Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Hi Maxim,

did you enable quota support for your filesystem in the kernel? What
Filesystem do you use?

- -daniel
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFFKM81LA0LfkMzpGMRAsbjAJ9GNthHbKx6js5wp7BkO+083Ix9uQCfdbny
IIt3lpjE3haJlJPcxgpWG4Y=
=IrWv
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Escaping a "*" in bash script

2006-10-08 Thread Ow Mun Heng
Does anyone know how to go about escaping a "*" in a bash script?

I want to do the following

query="  select * from table where column1='something'   "



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Escaping a "*" in bash script

2006-10-08 Thread Daniel Waeber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ow Mun Heng wrote:
> Does anyone know how to go about escaping a "*" in a bash script?
> 
> I want to do the following
> 
> query="  select * from table where column1='something'   "
> 
> 

As you use the "" it is still a * in the $query, but you have to be
carefull when you use the variable.
Try something like  dbcommand "$query"  and it will still be a * in your
query

- --
wabu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5-ecc0.1.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFKNKSBbWbHb9PeLsRAk2mAJ4psxXuJdNLDUee/lZ3G/Ubr3LFJwCfZe9k
CCHlA2M3Dwbmbo5GrAjLCZc=
=YKY/
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Escaping a "*" in bash script [SOLVED]

2006-10-08 Thread Ow Mun Heng
On Sun, 2006-10-08 at 18:13 +0800, Ow Mun Heng wrote:
> Does anyone know how to go about escaping a "*" in a bash script?
> 
> I want to do the following
> 
> query="  select  * from table where column1='something'   "
> 

nevermind..

I did it like this
query="  select \" *\"  from table where column1='something'   "

and though it echoes back as
select "*" from

when it gets to the SQL server, it's actually 
select * from  


oh well..
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] no usb mouse in xorg 7.1

2006-10-08 Thread Peter Gille

Hello all,

I have installed beryl and Xorg 7.1 as described in this guide:
http://gentoo-wiki.com/HOWTO_nVidia_GL_Desktop_Effects
It is working great, except for the fact that my USB mouse, a Logitech
MX-518, is no longer working. It works in console-mode using gpm so I
assume there must be something wrong in either my xorg.conf or in the
evdev driver.
Attached are my xorg.conf and my Xorg.0.log.
/dev/input/logitech is a device-node created by my custom udev-rules.
If anyone have any suggestions for solving this problem they would be
greatly appreciated.
# File generated by xorgconfig.

#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#

# **
# Refer to the xorg.conf(5x) man page for details about the format of 
# this file.
# **

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section "Module"

# This loads the DBE extension module.

Load"dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  "extmod"
  Option"omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection

# This loads the font modules
Load"type1"
#Load"speedo"
Load"freetype"
#Load"xtt"

# This loads the GLX module
Load   "glx"
# This loads the DRI module
#Load   "dri"

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.


# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# 

FontPath   "/usr/share/fonts/misc/"
FontPath   "/usr/share/fonts/TTF/"
FontPath   "/usr/share/fonts/Type1/"
#FontPath   "/usr/share/fonts/CID/"
FontPath   "/usr/share/fonts/75dpi/"
FontPath   "/usr/share/fonts/100dpi/"
FontPath   "/usr/share/fonts/local/"
#FontPath   "/usr/share/fonts/Speedo/"
#FontPath   "/usr/share/fonts/TrueType/"
#FontPath   "/usr/share/fonts/freefont/"
FontPath"/usr/share/fonts/default/"

# The module search path.  The default path is shown here.


EndSection

# **
# Server flags section.
# **

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#Option "NoTrapSignals"

# Uncomment this to disable the  VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#Option "DontVTSwitch"

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

#Option "DontZap"

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.

#Option "

Re: [gentoo-user] Eating RAM...

2006-10-08 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alle 23:58, sabato 7 ottobre 2006, Robert Welz ha scritto:
> I suggest
>
> VIDEO_CARDS="nvidia vga v41 vesa fbdev" (remove nv)
> and adding "nvidia" to the USE flags.
>
> but for re-emerging Xorg I am not quite shure. Try emerge xorg-server
> -p -v or emerge xorg-x11 -p -v after emerge --newuse
>  and see if there is a little R on the left table for "Re-emerging".
> Probably there is a xorg-x11 meta ebuild in the portage tree? Look at
> the howto for Xorg in the www.gentoo.org documentation section and
> simply re-emerge xorg.
>
> Hope that works ;)
> Robert

So, I found an error in my make.conf and I emerged some xorg program 
(mesa for example) again.
With nvidia flag I emerged only mplayer again.
But the problem is yet here. I want to try to update xorg to 7.1 and I 
hope that it works...
Luigi

- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFKOPlHmkkjmM/hrcRAkfJAKCJ9AEfmpMPaV3/u0ypt7CIsyBhLwCeNR3r
Scivqp58sCqLOSb+OyVllbU=
=1O62
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: no usb mouse in xorg 7.1

2006-10-08 Thread Harm Geerts
On Sunday 08 October 2006 13:20, Peter Gille wrote:
> Hello all,
>
> I have installed beryl and Xorg 7.1 as described in this guide:
> http://gentoo-wiki.com/HOWTO_nVidia_GL_Desktop_Effects
> It is working great, except for the fact that my USB mouse, a Logitech
> MX-518, is no longer working. It works in console-mode using gpm so I
> assume there must be something wrong in either my xorg.conf or in the
> evdev driver.
> Attached are my xorg.conf and my Xorg.0.log.
> /dev/input/logitech is a device-node created by my custom udev-rules.
> If anyone have any suggestions for solving this problem they would be
> greatly appreciated.

evdev driver has changed a bit and is now configured a different way.
It's no longer possible to use evdev with special nodes (like yours)
You have to use the original device (event*) or use the name.

$ cat /proc/bus/input/devices
I: Bus=0003 Vendor=1532 Product=0002 Version=0100
N: Name="Razer Razer Diamondback Optical Mouse"
P: Phys=usb-:00:02.0-1/input0
S: Sysfs=/class/input/input0
H: Handlers=mouse0 event0
B: EV=7
B: KEY=7f 0 0 0 0
B: REL=103

According to the output I can use the event0 device to configure my mouse or I 
can use the name. You can configure evdev with the name like this.

Section "InputDevice"
Identifier  "Razer Diamondback"
Driver  "evdev"
Option  "Name"  "Razer Razer Diamondback Optical Mouse"
EndSection
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] No usb mouse in xorg 7.1

2006-10-08 Thread Peter Gille

Hello all,

I have installed beryl and Xorg 7.1 as described in this guide:
http://gentoo-wiki.com/HOWTO_nVidia_GL_Desktop_Effects
It is working great, except for the fact that my USB mouse, a Logitech
MX-518, is no longer working. It works in console-mode using gpm so I
assume there must be something wrong in either my xorg.conf or in the
evdev driver.
Attached are my xorg.conf and my Xorg.0.log.
/dev/input/logitech is a device-node created by my custom udev-rules.
If anyone have any suggestions for solving this problem they would be
greatly appreciated.

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.17-gentoo-r4 i686 
Current Operating System: Linux lappen 2.6.17-gentoo-r4 #14 PREEMPT Thu Sep 21 09:33:17 CEST 2006 i686
Build Date: 08 October 2006
	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.0.log", Time: Sun Oct  8 12:59:23 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "monitor"
(**) |   |-->Device "video"
(**) |-->Input Device "TouchPad"
(**) |-->Input Device "Logitech"
(**) |-->Input Device "Keyboard1"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/local/" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/default/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/default/").
(**) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/75dpi/,
	/usr/share/fonts/100dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0756 card 1043,1977 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1039,0004 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0964 card , rev 36 class 06,01,00 hdr 80
(II) PCI: 00:02:5: chip 1039,5513 card 1043,1107 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:02:6: chip 1039,7013 card 1043,1816 rev a0 class 07,03,00 hdr 00
(II) PCI: 00:02:7: chip 1039,7012 card 1043,1103 rev a0 class 04,01,00 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 1043,1107 rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 1043,1107 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7001 card 1043,1107 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:3: chip 1039,7002 card 1043,1107 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:09:0: chip 8086,4220 card 8086,2701 rev 05 class 02,80,00 hdr 00
(II) PCI: 00:0a:0: chip 1180,0476 card 1000, rev b3 class 06,07,00 hdr 82
(II) PCI: 00:0a:1: chip 1180,0552 card 1043,1977 rev 08 class 0c,00,10 hdr 80
(II) PCI: 00:0a:2: chip 1180,0822 card 1043,1977 rev 17 class 08,05,00 hdr 80
(II) PCI: 00:0a:3: chip 1180,0592 card 1043,1977 rev 08 class 08,80,00 hdr 80
(II) PCI: 00:0b:0: chip 10ec,8139 card 1043,1045 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card , rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card , rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card , rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card , rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0167 card 1043,188a rev a1 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 1

Re: [gentoo-user] KDE login with non-us keyboard

2006-10-08 Thread Charles Trois

Neil Bothwick a écrit :

On Fri, 06 Oct 2006 12:11:50 +0200, Charles Trois wrote:

I run KDE 3.4 under Gentoo on a G4 iMac. The keymap specified in 
xorg.conf is one designed for the extended Apple keyboard (109 keys) in 
the French language. It works quite well on the whole (in Konsole,

Kate, etc), but the KDE login panel (I don't know its name) ignores it,
with the result that name and password have to be given in "qwerty",
which is rather annoying.


Does Control Centre -> System Admin -> Login Manager -> Appearance ->
Locale fix it?


No. One finds only US English there. French is not available.
It's the same with Control Centre -> Regional -> Country and Language. 
How could one make the system aware of French?


However, I have been confused, and I apologize for it: the panel I 
referred to does not seem to belong to KDE. Actually, I don't know how 
it came up, and I have not seen it again. Probably something in another 
X application.


There is something else about KDE: when xdm is added to rc-update, the 
real KDE login panel shows up at boot, and it understands azerty 
(contrary to what I had found, see above). But it does not recognize the 
password, replying "login failed", so that I have to resort to the 
console login, and do "startx".


This is serious: how can I fix it?

Charles
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: no usb mouse in xorg 7.1

2006-10-08 Thread Andrew Frink

Harm Geerts wrote:

On Sunday 08 October 2006 13:20, Peter Gille wrote:
  

Hello all,

I have installed beryl and Xorg 7.1 as described in this guide:
http://gentoo-wiki.com/HOWTO_nVidia_GL_Desktop_Effects
It is working great, except for the fact that my USB mouse, a Logitech
MX-518, is no longer working. It works in console-mode using gpm so I
assume there must be something wrong in either my xorg.conf or in the
evdev driver.
Attached are my xorg.conf and my Xorg.0.log.
/dev/input/logitech is a device-node created by my custom udev-rules.
If anyone have any suggestions for solving this problem they would be
greatly appreciated.



evdev driver has changed a bit and is now configured a different way.
It's no longer possible to use evdev with special nodes (like yours)
You have to use the original device (event*) or use the name.

$ cat /proc/bus/input/devices
I: Bus=0003 Vendor=1532 Product=0002 Version=0100
N: Name="Razer Razer Diamondback Optical Mouse"
P: Phys=usb-:00:02.0-1/input0
S: Sysfs=/class/input/input0
H: Handlers=mouse0 event0
B: EV=7
B: KEY=7f 0 0 0 0
B: REL=103

According to the output I can use the event0 device to configure my mouse or I 
can use the name. You can configure evdev with the name like this.


Section "InputDevice"
Identifier  "Razer Diamondback"
Driver  "evdev"
Option  "Name"  "Razer Razer Diamondback Optical Mouse"
EndSection
  
Will evdev handle unicode charecters? i have a mouse that has the 
copyright symbol in it's name.


Andrew
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] no output from quota

2006-10-08 Thread maxim wexler
> did you enable quota support for your filesystem in
> the kernel? What
> Filesystem do you use?
> 
> - -daniel

No. Reiserfs. Thanks for the tip, Daniel.

-Maxim

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: no usb mouse in xorg 7.1

2006-10-08 Thread maxim wexler
I'm using the same mouse. Here's what works for me:

#
**
# Core Pointer's InputDevice section
#
**

Section "InputDevice"

# Identifier and driver

Identifier  "Mouse1"
Driver  "mouse"
Option "Protocol""IMPS/2"
Option "Device"  "/dev/psaux"
Option  "ZAxisMapping"  "4 5" #for the wheel

-Maxim

__
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] VBE POST-only?

2006-10-08 Thread Daniel Barkalow
On my laptop (Lenovo 3000-N100), it seems like coming back from 
suspend-to-ram requires "vbetool post", but "vbetool vbestate restore" 
causes problems. Is there some way to configure sys-power/hibernate-script 
to do the post but not the save/restore? (I'm using 1.12-r1 currently, and 
haven't looked at 1.93-r6 yet)

-Daniel
*This .sig left intentionally blank*
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] No usb mouse in xorg 7.1

2006-10-08 Thread Jason Weisberger
Peter,Same problem here, evdev no longer seems to work for me, but I can't find any error messages.  I have both an MX1000 and a G5, both of which I used custom udev nodes on.  Worked fine in 7.0.  I have switched to the ExplorerPS/2 protocol for now, and it works fine without any additional settings.  You may have to alter your xmodmap or xinput settings.
On 10/8/06, Peter Gille <[EMAIL PROTECTED]> wrote:
Hello all,I have installed beryl and Xorg 7.1 as described in this guide:http://gentoo-wiki.com/HOWTO_nVidia_GL_Desktop_EffectsIt is working great, except for the fact that my USB mouse, a Logitech
MX-518, is no longer working. It works in console-mode using gpm so Iassume there must be something wrong in either my xorg.conf or in theevdev driver.Attached are my xorg.conf and my Xorg.0.log./dev/input/logitech is a device-node created by my custom udev-rules.
If anyone have any suggestions for solving this problem they would begreatly appreciated.-- Jason Weisberger[EMAIL PROTECTED]



[gentoo-user] Re: no usb mouse in xorg 7.1

2006-10-08 Thread Harm Geerts
On Sunday 08 October 2006 17:10, Andrew Frink wrote:
> Harm Geerts wrote:
> > On Sunday 08 October 2006 13:20, Peter Gille wrote:
> >> Hello all,
> >>
> >> I have installed beryl and Xorg 7.1 as described in this guide:
> >> http://gentoo-wiki.com/HOWTO_nVidia_GL_Desktop_Effects
> >> It is working great, except for the fact that my USB mouse, a Logitech
> >> MX-518, is no longer working. It works in console-mode using gpm so I
> >> assume there must be something wrong in either my xorg.conf or in the
> >> evdev driver.
> >> Attached are my xorg.conf and my Xorg.0.log.
> >> /dev/input/logitech is a device-node created by my custom udev-rules.
> >> If anyone have any suggestions for solving this problem they would be
> >> greatly appreciated.
> >
> > evdev driver has changed a bit and is now configured a different way.
> > It's no longer possible to use evdev with special nodes (like yours)
> > You have to use the original device (event*) or use the name.
> >
> > $ cat /proc/bus/input/devices
> > I: Bus=0003 Vendor=1532 Product=0002 Version=0100
> > N: Name="Razer Razer Diamondback Optical Mouse"
> > P: Phys=usb-:00:02.0-1/input0
> > S: Sysfs=/class/input/input0
> > H: Handlers=mouse0 event0
> > B: EV=7
> > B: KEY=7f 0 0 0 0
> > B: REL=103
> >
> > According to the output I can use the event0 device to configure my mouse
> > or I can use the name. You can configure evdev with the name like this.
> >
> > Section "InputDevice"
> > Identifier  "Razer Diamondback"
> > Driver  "evdev"
> > Option  "Name"  "Razer Razer Diamondback Optical Mouse"
> > EndSection
>
> Will evdev handle unicode charecters? i have a mouse that has the
> copyright symbol in it's name.

No idea about that, just have to try, but you can always fall back to the 
event* device node.

Most important things are:
* don't use a custom udev node
* use either "Name" or "Device", not both
* if you use name, copy the name exactly as shown in /proc
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] no output from quota

2006-10-08 Thread Daniel Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Hi Maxim,
> No. Reiserfs. Thanks for the tip, Daniel.
No Problem, does it work now?

- -daniel
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFFKS41LA0LfkMzpGMRAh7KAJwNFvei3UvFmeVZ25Zrvf36dMzM/gCcCg/1
qui6Z//ZKYIeGwgM4p7wSJs=
=tA4W
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: no usb mouse in xorg 7.1

2006-10-08 Thread Harm Geerts
On Sunday 08 October 2006 18:38, Harm Geerts wrote:
> On Sunday 08 October 2006 17:10, Andrew Frink wrote:
> > Will evdev handle unicode charecters? i have a mouse that has the
> > copyright symbol in it's name.
>
> No idea about that, just have to try, but you can always fall back to the
> event* device node.

I couldn't remember where I got the information, but now I do.
man evdev

And according to that you can use wildcards :)
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] alsa and Intel HD audio

2006-10-08 Thread Matthew R. Lee
I'm struggling with getting my soundcard setup
from lspci
00:1b.0 Audio Device: Intel Corporation 82801G (ICH 7 Family) High Definition 
Audio Contoller (rev 03)

chip=Generic 14f1 ID 5047

I've compiled alsa support into the kernel:
Device Drivers --->
Sound --->
<*> Sound card support
Advanced Linux Sound Architecture --->
<*>alsa
<*>sequencer support
<*>oss mixer api
PCI devices --->
<*> Intel HD Audio

I've followed the Gentoo Linux ALSA Guide and the HARDWARE Intel 945G on 
gentoo wiki.  I've also checked the gentoo-forums and googled about
When I boot the kernel I get no error messages

cat /proc/asound/cards
cat /proc/asound/version
cat /proc/asound/oss/sndstat
all give the expected responses

dmesg doesn't report any problems

when I run alsa mixer I get on bar only  - master
that's it KDE says it can't detect the sound card
Sofar I havn't installed any other software that uses sound, but I intend to 
install amarok, kmplayer, realplayer etc

any help would be appreciated
Matt
-- 
%%%
Dr. Matthew R. Lee.
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Emerging world selectively

2006-10-08 Thread Fredrik Tolf
Here's a portage question that I guess is quite elementary, but I
haven't been able to find an answer to it on my own:

If, when I emerge -Duva world, it calculates a package that I, for any
reason, would like to delay/not emerge at all, how would I do to emerge
all the packages except that one. This far, I've been running emerge
-1va on all the others in the list (manually, that is), but I'm getting
quite tired of that method, and I'm guessing that portage has some way
of avoiding it.

Thanks for any answers!

Fredrik Tolf


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: encoding MP3 files for iPod

2006-10-08 Thread darren kirby
quoth the Boyd Stephen Smith Jr.:
 I've fairly sure metadata can
> be stored either at the beginning or end of the file (I know FLAC can do
> this) and it's possible, albeit unlikely, that the nano only works with
> one of those locations.

MP3 Id3v1 tags are at the end, ID3v2 tags are near the begining. Some files 
have both. 

As for Flac, this is not true. As one who recently wrote a Ruby library for 
parsing Flac metadata (and thus read the Flac spec[1]) I can say that all 
metadata, including the VORBIS_COMMENT block are before the stream contents 
(ie: the audio bits). The various metadata blocks can be in arbitrary order 
but always before the actual music data.

[1] http://flac.sourceforge.net/format.html

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerging world selectively

2006-10-08 Thread Bo Ørsted Andresen
On Sunday 08 October 2006 19:24, Fredrik Tolf wrote:
> If, when I emerge -Duva world, it calculates a package that I, for any
> reason, would like to delay/not emerge at all, how would I do to emerge
> all the packages except that one. This far, I've been running emerge
> -1va on all the others in the list (manually, that is), but I'm getting
> quite tired of that method, and I'm guessing that portage has some way
> of avoiding it.

You package.mask it. See the bottom section of [1].

[1] 
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=3#doc_chap3

-- 
Bo Andresen


pgpQ49bAOykuS.pgp
Description: PGP signature


Re: [gentoo-user] Emerging world selectively

2006-10-08 Thread Daniel Glaser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Hi Fredrik,
> Here's a portage question that I guess is quite elementary, but I
> haven't been able to find an answer to it on my own:
>
> If, when I emerge -Duva world, it calculates a package that I, for
> any reason, would like to delay/not emerge at all, how would I do
> to emerge all the packages except that one. This far, I've been
> running emerge -1va on all the others in the list (manually, that
> is), but I'm getting quite tired of that method, and I'm guessing
> that portage has some way of avoiding it.
try this one (example with gcc):
echo ">sys-devel/gcc-4.0.1-r1" >> /etc/portage/package.mask

Where gcc-4.0.1-r1 is the version you want to be installed and never
updated.

Is this what you want?

- -daniel
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFFKTkyLA0LfkMzpGMRAu6nAJ4gyKuB9ZVbh4xNX+/g2P0LDWBHSwCdH1AT
fSRoVsr9+L7MCzCW4KKdsH0=
=7P0s
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} dvdrip permissions error, alternative?

2006-10-08 Thread Grant

> > > That won't work on CSS scrambled discs. You'll copy the scrambled data
> > > but not the key.
> >
> > That's not true.  The CSS key is in the standard filesystem data, not
> > in some subtrack data.
>
> You're right. I read this information some years ago in a normally
> reliable source, and saw no reason to doubt it as it made sense. bit I've
> just tried a dd copy and it worked. It failed on the first attempt, but
> after running lsdvd, it worked for the whole disc, and mplayer played it.
>

What is happenning here is that lsdvd is cracking the css keys via
libdvdcss and caching the keys in ~/.dvdcss. If you move the image to
another computer, or try to read it as another user, the keys will
neeed to be cracked again.


dvdbackup doesn't work on "The Life of Mammals" (and surely others)
and dd means bad portability.  Are there any other options for a full
backup?

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] alsa and Intel HD audio

2006-10-08 Thread Steve Evans
On Sunday 08 October 2006 18:10, Matthew R. Lee wrote:
> I'm struggling with getting my soundcard setup
> from lspci
> 00:1b.0 Audio Device: Intel Corporation 82801G (ICH 7 Family) High
> Definition Audio Contoller (rev 03)
>
> chip=Generic 14f1 ID 5047
>
> I've compiled alsa support into the kernel:
> Device Drivers --->
> Sound --->
> <*> Sound card support
> Advanced Linux Sound Architecture --->
> <*>alsa
> <*>sequencer support
> <*>oss mixer api
> PCI devices --->
> <*> Intel HD Audio
>
> I've followed the Gentoo Linux ALSA Guide and the HARDWARE Intel 945G on
> gentoo wiki.  I've also checked the gentoo-forums and googled about
> When I boot the kernel I get no error messages
>
> cat /proc/asound/cards
> cat /proc/asound/version
> cat /proc/asound/oss/sndstat
> all give the expected responses
>
> dmesg doesn't report any problems
>
> when I run alsa mixer I get on bar only  - master
> that's it KDE says it can't detect the sound card
> Sofar I havn't installed any other software that uses sound, but I intend
> to install amarok, kmplayer, realplayer etc
>
> any help would be appreciated
> Matt

I also have this soundcard. What kernel version are you using? I found that 
with 2.6.16 I only had one bar in alsamixer, just like you. However with 
2.6.17 I got two bars and the sound worked, but quietly. Some googling told 
me that the volume was fixed in alsa version 1.0.13, which is newer than the 
version in the kernel. So I removed alsa from the kernel and emerged the 
unstable version of alsa-driver, which is version 1.0.13. The sound is now 
louder, but still not as much as I would like. I get the impression that the 
driver for this card is a work in progress, so hopefully it will get better. 
Also this version of alsa identifies the chip in the card as being a 
Conexant, rather than just ID 5047, which has to be a sign of progress :-)

See http://www.gentoo.org/doc/en/alsa-guide.xml for information on installing 
alsa using alsa-driver rather than the kernel.

Steve
-- 

Steve EvansE-mail: mailto:[EMAIL PROTECTED]
   WEB:http://www.gorbag.com
Registered Linux user #217906: http://counter.li.org
Public Encryption Key: http://www.gorbag.com/public-key.html


2.6.17-gentoo-r8 Intel(R) Pentium(R) 4 CPU 3.00GHz GNU/Linux

 19:00:59 up 2 days, 58 min,  2 users,  load average: 0.86, 0.77, 0.94



pgpkPjMBqsrwD.pgp
Description: PGP signature


[gentoo-user] ath0 turbo mode (108Mbps)

2006-10-08 Thread Grant

Has anyone gotten turbo mode to work with their madwifi/ath0 cards?
It is supported according to this (search for "turbo"):

http://madwifi.org/wiki/FAQ/HowDoI

I'm using the latest madwifi-ng on my router and client, and the
client uses wpa_supplicant to connect.  I've set these:

iwpriv ath0 mode 3
iwpriv ath0 turbo 1

on both systems, and both return "1" from:

iwpriv ath0 get_turbo

The problem is, I only see a maximum of 54Mbps from:

iwlist ath0 rate

Does anyone have any suggestions?

Also, how can I set up the above commands to be executed
automatically?  I can't seem to make it happen in /etc/conf.d/net.

- Grant
--
gentoo-user@gentoo.org mailing list



[gentoo-user] DRI lost... solved ;-)

2006-10-08 Thread Sergio Polini
I wish to thank Benno, Jerry and Richard for their help.
However, I've found another solution ;-)

I have presented my daughter with my HP dv5000z, and so I've got rid 
of that irksome and ill-supported ATI Radeon XPRESS 200M.
I'm going to purchase a new HP dv2000 (Turion X2, Geforce 6150).
;-)

Thanks a lot!
Sergio
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ebuild for python-fuse?

2006-10-08 Thread b.n.

Hi,

I am looking for the python bindings to FUSE, since I want to write a 
little thing taking advantage of it.
Unfortunately in the portage tree I can only find bindings for ruby and 
perl, but not for python. It could be the moment to learn ruby or perl, 
but it would be another project in itself :)


I googled a bit but, uhm, results were quite confusing. Found an ebuild 
in a personal overlay of a gentoo developer, but I'm pretty unsure if 
it's the best choice.


Is there some good overlay that maintains a python-fuse ebuild and the like?

thanks,
m.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Cannot unsubscribe

2006-10-08 Thread Ed Jabbour
I sent mail to [EMAIL PROTECTED] which bounced with a 
notice:"_Recipient_address_rejected:_User_unknown_in_local_recipient_table".  
Consequently, I'm still getting list mail.  Not sure anyone here with a clue 
for the clueless, but if so . . . . 

Thanks.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cannot unsubscribe

2006-10-08 Thread Bo Ørsted Andresen
On Sunday 08 October 2006 21:02, Ed Jabbour wrote:
> I sent mail to [EMAIL PROTECTED] which bounced with a
> notice:"_Recipient_address_rejected:_User_unknown_in_local_recipient_table"
>. Consequently, I'm still getting list mail.  Not sure anyone here with a
> clue for the clueless, but if so . . . .

Each and every mail from this list contains this header:

> List-Unsubscribe: 

The name of this list is "gentoo-user" and not "listname"... Look at the green 
Note box at [1].

[1] http://www.gentoo.org/main/en/lists.xml

-- 
Bo Andresen


pgp2kMuN073Dd.pgp
Description: PGP signature


Re: [gentoo-user] Escaping a "*" in bash script

2006-10-08 Thread Mark

On 08/10/06, Ow Mun Heng <[EMAIL PROTECTED]> wrote:

Does anyone know how to go about escaping a "*" in a bash script?

I want to do the following
query="  select * from table where column1='something'   "


Well one you can use different quotes:
query='select * from table'

Or you can \* it.
query="select \* from table"

Stepping away from bash and into MySQL for a second, why are you
selecting *? See google for the debates :)

Thanks
Mark
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Portage: Show list of required files without downloading anything?

2006-10-08 Thread Statux
My mother has a computer which still accesses the internet via a dialup
connection. When I do upgrades on her system, I typically grab a portage
snapshot from my system, drive up to her house 12 miles away, install
it, check to see which packages need upgrading, then somehow figure out
(never exactly) which files she actually needs so I can get them, again,
from my system, drive those files back up to her house and compile stuff
hoping I didn't miss anything too sizable.

Question: Is there a way that I can get Portage to run through the
packages/ebuilds and, instead of downloading anything from the net, just
have it show me which files were not in /usr/portage/distfiles which
will be needed?

So if I had 8 packages which needed upgrading, which would result in (an
estimated) 6,382K of downloads, is there some way for me to have it go
through each one of those all at once, similar to --fetchonly, and have
it spit out a list of everything which it did not find on the local
system?

It seems to be simple enough and a useful feature on some level but I
haven't found the answer.

Thoughts?

-Statux



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


Re: [gentoo-user] Cannot unsubscribe

2006-10-08 Thread b.n.

Bo Ørsted Andresen ha scritto:

On Sunday 08 October 2006 21:02, Ed Jabbour wrote:

I sent mail to [EMAIL PROTECTED] which bounced with a

[...]
The name of this list is "gentoo-user" and not "listname"... Look at the green 
Note box at [1].


Thanks for the LOL moment.

m.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] alsa and Intel HD audio

2006-10-08 Thread Matthew R. Lee
On Sunday 08 October 2006 14:16, Steve Evans wrote:
> On Sunday 08 October 2006 18:10, Matthew R. Lee wrote:
> > I'm struggling with getting my soundcard setup
> > from lspci
> > 00:1b.0 Audio Device: Intel Corporation 82801G (ICH 7 Family) High
> > Definition Audio Contoller (rev 03)
> >
> > chip=Generic 14f1 ID 5047
> >
> > I've compiled alsa support into the kernel:
> > Device Drivers --->
> > Sound --->
> > <*> Sound card support
> > Advanced Linux Sound Architecture --->
> > <*>alsa
> > <*>sequencer support
> > <*>oss mixer api
> > PCI devices --->
> > <*> Intel HD Audio
> >
> > I've followed the Gentoo Linux ALSA Guide and the HARDWARE Intel 945G on
> > gentoo wiki.  I've also checked the gentoo-forums and googled about
> > When I boot the kernel I get no error messages
> >
> > cat /proc/asound/cards
> > cat /proc/asound/version
> > cat /proc/asound/oss/sndstat
> > all give the expected responses
> >
> > dmesg doesn't report any problems
> >
> > when I run alsa mixer I get on bar only  - master
> > that's it KDE says it can't detect the sound card
> > Sofar I havn't installed any other software that uses sound, but I intend
> > to install amarok, kmplayer, realplayer etc
> >
> > any help would be appreciated
> > Matt
>
> I also have this soundcard. What kernel version are you using? I found that
> with 2.6.16 I only had one bar in alsamixer, just like you. However with
> 2.6.17 I got two bars and the sound worked, but quietly. Some googling told
> me that the volume was fixed in alsa version 1.0.13, which is newer than
> the version in the kernel. So I removed alsa from the kernel and emerged
> the unstable version of alsa-driver, which is version 1.0.13. The sound is
> now louder, but still not as much as I would like. I get the impression
> that the driver for this card is a work in progress, so hopefully it will
> get better. Also this version of alsa identifies the chip in the card as
> being a Conexant, rather than just ID 5047, which has to be a sign of
> progress :-)
>
> See http://www.gentoo.org/doc/en/alsa-guide.xml for information on
> installing alsa using alsa-driver rather than the kernel.
>
> Steve

Did as you suggested and removed alsa from the kernel and compiled alsa-driver 
but It didn't work.  The only thing that changed was the name of the chip it 
detected, same as yours.  I still only have Master with alsamixer and no 
sound not even quitely  I'm using kernel 2.6.17-r8 and the 1.0.13 versions of 
alsa

Matt
-- 
%%%
Dr. Matthew R. Lee.
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] alsa and Intel HD audio

2006-10-08 Thread Matthew R. Lee
On Sunday 08 October 2006 15:44, Matthew R. Lee wrote:
> On Sunday 08 October 2006 14:16, Steve Evans wrote:
> > On Sunday 08 October 2006 18:10, Matthew R. Lee wrote:
> > > I'm struggling with getting my soundcard setup
> > > from lspci
> > > 00:1b.0 Audio Device: Intel Corporation 82801G (ICH 7 Family) High
> > > Definition Audio Contoller (rev 03)
> > >
> > > chip=Generic 14f1 ID 5047
> > >
> > > I've compiled alsa support into the kernel:
> > > Device Drivers --->
> > > Sound --->
> > > <*> Sound card support
> > > Advanced Linux Sound Architecture --->
> > > <*>alsa
> > > <*>sequencer support
> > > <*>oss mixer api
> > > PCI devices --->
> > > <*> Intel HD Audio
> > >
> > > I've followed the Gentoo Linux ALSA Guide and the HARDWARE Intel 945G
> > > on gentoo wiki.  I've also checked the gentoo-forums and googled about
> > > When I boot the kernel I get no error messages
> > >
> > > cat /proc/asound/cards
> > > cat /proc/asound/version
> > > cat /proc/asound/oss/sndstat
> > > all give the expected responses
> > >
> > > dmesg doesn't report any problems
> > >
> > > when I run alsa mixer I get on bar only  - master
> > > that's it KDE says it can't detect the sound card
> > > Sofar I havn't installed any other software that uses sound, but I
> > > intend to install amarok, kmplayer, realplayer etc
> > >
> > > any help would be appreciated
> > > Matt
> >
> > I also have this soundcard. What kernel version are you using? I found
> > that with 2.6.16 I only had one bar in alsamixer, just like you. However
> > with 2.6.17 I got two bars and the sound worked, but quietly. Some
> > googling told me that the volume was fixed in alsa version 1.0.13, which
> > is newer than the version in the kernel. So I removed alsa from the
> > kernel and emerged the unstable version of alsa-driver, which is version
> > 1.0.13. The sound is now louder, but still not as much as I would like. I
> > get the impression that the driver for this card is a work in progress,
> > so hopefully it will get better. Also this version of alsa identifies the
> > chip in the card as being a Conexant, rather than just ID 5047, which has
> > to be a sign of progress :-)
> >
> > See http://www.gentoo.org/doc/en/alsa-guide.xml for information on
> > installing alsa using alsa-driver rather than the kernel.
> >
> > Steve
>
> Did as you suggested and removed alsa from the kernel and compiled
> alsa-driver but It didn't work.  The only thing that changed was the name
> of the chip it detected, same as yours.  I still only have Master with
> alsamixer and no sound not even quitely  I'm using kernel 2.6.17-r8 and the
> 1.0.13 versions of alsa
>
> Matt

This might be part of the problem:
When I try to play an mp3 with madplay I get the following error
audio: /dev/dsp: no such file or directory
Am I missing something from the kernel?

Matt
> --
> %%%
> Dr. Matthew R. Lee.
> CASEB & ECIM
> Departamento de Ecologia,
> P. Universidad Catolica de Chile,
> Alameda 340, Santiago,
> CP 6513677
> CHILE.
>
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> URL: meiochile.matthewlee.org
> %%%

-- 
%%%
Dr. Matthew R. Lee.
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage: Show list of required files without downloading anything?

2006-10-08 Thread Jan-Hendrik Zab
On Sun, 08 Oct 2006 15:35:49 -0400
Statux <[EMAIL PROTECTED]> wrote:
 
> Question: Is there a way that I can get Portage to run through the
> packages/ebuilds and, instead of downloading anything from the net, just
> have it show me which files were not in /usr/portage/distfiles which
> will be needed?
> 
> So if I had 8 packages which needed upgrading, which would result in (an
> estimated) 6,382K of downloads, is there some way for me to have it go
> through each one of those all at once, similar to --fetchonly, and have
> it spit out a list of everything which it did not find on the local
> system?

Dunno about any script, but first step would be:

emerge -uD -fp world

Then just filter it, e.g. in every line cut everything after the first
white space and throw the meat to wget.

Jan-Hendrik Zab

-- 
| Jan-Hendrik Zab
| +49 (0)1773392888
| http://www.v3ng34nce.org

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage: Show list of required files without downloading anything?

2006-10-08 Thread Bo Ørsted Andresen
On Sunday 08 October 2006 21:35, Statux wrote:
[SNIP]
> Question: Is there a way that I can get Portage to run through the
> packages/ebuilds and, instead of downloading anything from the net, just
> have it show me which files were not in /usr/portage/distfiles which
> will be needed?
>
> So if I had 8 packages which needed upgrading, which would result in (an
> estimated) 6,382K of downloads, is there some way for me to have it go
> through each one of those all at once, similar to --fetchonly, and have
> it spit out a list of everything which it did not find on the local
> system?
>
> It seems to be simple enough and a useful feature on some level but I
> haven't found the answer.

Something like:

# export DISTDIR=$(emerge --info | sed -n 's/^DISTDIR="\(.*\)"$/\1/p')
# emerge --fetchonly --pretend --quiet -u world | \
grep -v "^$" | \
while read SRC_URI; do \
filename=`basename "${SRC_URI}"`; \
[ ! -f "${DISTDIR}/${filename}" ] && \
echo "${SRC_URI}"; \
done

> Thoughts?

You might also consider creating a binhost on your network and bringing binary 
packages instead of sources to her computer...

-- 
Bo Andresen


pgpG65RIEaHEU.pgp
Description: PGP signature


[gentoo-user] Re: ebuild for python-fuse?

2006-10-08 Thread Remy Blank
b.n. wrote:
> I am looking for the python bindings to FUSE, since I want to write a 
> little thing taking advantage of it.
> Unfortunately in the portage tree I can only find bindings for ruby and 
> perl, but not for python. It could be the moment to learn ruby or perl, 
> but it would be another project in itself :)

http://bugs.gentoo.org/show_bug.cgi?id=63789

I'd like to see this in portage myself, but I also understand that the
Gentoo devs already have a lot of work maintaining other (more
important) packages. Just put the ebuild in your own overlay.

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ebuild for python-fuse? [SOLVED probably]

2006-10-08 Thread b.n.
Is there some good overlay that maintains a python-fuse ebuild and the 
like?


Ok, I found this:
http://bugs.gentoo.org/show_bug.cgi?id=63789

m.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage: Show list of required files without downloading anything?

2006-10-08 Thread Boris Fersing

2006/10/8, Jan-Hendrik Zab <[EMAIL PROTECTED]>:

On Sun, 08 Oct 2006 15:35:49 -0400
Statux <[EMAIL PROTECTED]> wrote:

> Question: Is there a way that I can get Portage to run through the
> packages/ebuilds and, instead of downloading anything from the net, just
> have it show me which files were not in /usr/portage/distfiles which
> will be needed?
>
> So if I had 8 packages which needed upgrading, which would result in (an
> estimated) 6,382K of downloads, is there some way for me to have it go
> through each one of those all at once, similar to --fetchonly, and have
> it spit out a list of everything which it did not find on the local
> system?

Dunno about any script, but first step would be:

emerge -uD -fp world

Then just filter it, e.g. in every line cut everything after the first
white space and throw the meat to wget.


Hi,

I would do something like this :

- "emerge aria2" on your box (nice wget replacement which can download
from more hosts/protocols at the same time).

- run this command on your mother's box :

for url in $(emerge -fpuvDN world|grep -v "These are the packages that
would be fetched, in order:"|grep -v "Calculating") ; do echo ; echo
aria2c $url ;done > packages.sh

- copy the packages.sh on your box

-  run  ". packages.sh" on your box. This will download all the
required pakages in the current directory.

regards,

Boris.


Jan-Hendrik Zab

--
| Jan-Hendrik Zab
| +49 (0)1773392888
| http://www.v3ng34nce.org

--
gentoo-user@gentoo.org mailing list





--
Quiconque me parle de Dieu en veut à ma bourse ou à ma liberté.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] alsa and Intel HD audio

2006-10-08 Thread Steve Evans
On Sunday 08 October 2006 20:53, Matthew R. Lee wrote:
> On Sunday 08 October 2006 15:44, Matthew R. Lee wrote:
> > Did as you suggested and removed alsa from the kernel and compiled
> > alsa-driver but It didn't work.  The only thing that changed was the name
> > of the chip it detected, same as yours.  I still only have Master with
> > alsamixer and no sound not even quitely  I'm using kernel 2.6.17-r8 and
> > the 1.0.13 versions of alsa
> >
> > Matt
>
> This might be part of the problem:
> When I try to play an mp3 with madplay I get the following error
> audio: /dev/dsp: no such file or directory
> Am I missing something from the kernel?
>
> Matt
>

I'm not sure what would cause that, udev should be creating the device. On my 
system /dev/dsp is a link to /dev/sound/dsp. Does that exist?

I assume that your user is in group audio, so that you have access rights 
to /dev/dsp?

Steve
-- 

Steve EvansE-mail: mailto:[EMAIL PROTECTED]
   WEB:http://www.gorbag.com
Registered Linux user #217906: http://counter.li.org
Public Encryption Key: http://www.gorbag.com/public-key.html


2.6.17-gentoo-r8 Intel(R) Pentium(R) 4 CPU 3.00GHz GNU/Linux

 21:29:22 up 2 days,  3:26,  1 user,  load average: 0.71, 0.77, 0.71

If you know all of your ancestors, you were a personal witness to the events 
which created the myths and religions of our past. Recognizing this, you must 
think of me as a myth-maker.

  -- The Stolen Journals


pgpGa1KnOPqAq.pgp
Description: PGP signature


Re: [gentoo-user] OT: encoding MP3 files for iPod

2006-10-08 Thread Boyd Stephen Smith Jr.
On Sunday 08 October 2006 12:34, darren kirby <[EMAIL PROTECTED]> 
wrote about 'Re: [gentoo-user] OT: encoding MP3 files for iPod':
> quoth the Boyd Stephen Smith Jr.:
> > I've fairly sure metadata can
> > be stored either at the beginning or end of the file (I know FLAC can
> > do this).
> As for Flac, this is not true.

My mistake; the specification is quite clear that metadata can only appear 
before audio data.  I must have been thinking of Ogg/FLAC or something 
else.

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh


pgp3wW2fw6VRZ.pgp
Description: PGP signature


Re: [gentoo-user] gnomeapplet?

2006-10-08 Thread Bo Ørsted Andresen
On Saturday 07 October 2006 22:22, Martin Larsson wrote:
> I'm getting the following error when trying to compile
> gnome-extra/deskbar-applet-2.14.2:
> configure: error: gnomeapplet module required to build deskbar
>
> Anyone know what to compile to get this 'gnomeapplet module'?

I'd probably try remerging dev-python/gnome-python-desktop...

http://bugs.gentoo.org/show_bug.cgi?id=126846

-- 
Bo Andresen


pgpHvN2DgOJLd.pgp
Description: PGP signature


Re: [gentoo-user] alsa and Intel HD audio [SOLVED]

2006-10-08 Thread Matthew R. Lee
On Sunday 08 October 2006 16:34, Steve Evans wrote:
> On Sunday 08 October 2006 20:53, Matthew R. Lee wrote:
> > On Sunday 08 October 2006 15:44, Matthew R. Lee wrote:
> > > Did as you suggested and removed alsa from the kernel and compiled
> > > alsa-driver but It didn't work.  The only thing that changed was the
> > > name of the chip it detected, same as yours.  I still only have Master
> > > with alsamixer and no sound not even quitely  I'm using kernel
> > > 2.6.17-r8 and the 1.0.13 versions of alsa
> > >
> > > Matt
> >
> > This might be part of the problem:
> > When I try to play an mp3 with madplay I get the following error
> > audio: /dev/dsp: no such file or directory
> > Am I missing something from the kernel?
> >
> > Matt
>
> I'm not sure what would cause that, udev should be creating the device. On
> my system /dev/dsp is a link to /dev/sound/dsp. Does that exist?
>
> I assume that your user is in group audio, so that you have access rights
> to /dev/dsp?
>
> Steve

Fixed the problem.  I found the following solution on the gentoo forums.  It 
worked for me.  I think the problem was with the lack of alsa-oss :-)
Thans for your help

Matt

1. Use the alsa-driver ebuild instead of the alsa drivers in the kernel. 
Unmerge alsa-lib, alsa-utils, alsa-oss and any other alsa stuff you have. 
 
 2. Before you emerge alsa-driver, configure your kernel as per the 
instructions on the alsa guide using the method for alsa-driver users i.e. 
JUST sound support and nothing else. Then remove your kernel modules 
directory /lib/modules/whatever-your-kernel-is, rebuild your kernel and 
install it (make clean, make && make modules install, copythe bzImage file 
to /boot or however you choose to e.g. link it for your boot loader). 
 
 3. Clean up /etc/modules.d/alsa. Well, just delete it, to be honest. 
 
 4. Reboot with your new clean kernel. You'll probably want OSS emulation, so 
before emerge'ing alsa-driver, check your USE flags contain both alsa and oss 
flags. The alsa-driver ebuild will pick up on this. Emerge alsa-driver. 
 
 You should pretty much be back on track with the alsa guide now, just emerge 
alsa-utils (should pull in alsa-lib), and alsa-oss as well. Then run alsaconf 
again. Run alsamixer afterwards. Add alsasound to the boot runlevel (not 
default). Reboot.

-- 
%%%
Dr. Matthew R. Lee.
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: how to create bridge without interfaces!?

2006-10-08 Thread Sven Köhler
> bridge_xenbr1=" "
> config_xenbr1=(
> "192.168.0.1/24"
> )
> brctl_xenbr1=(
> "setfd 0"
> "sethello 0"
> "stp off"
> )



Hmm, forget about my question. Exactly the configuration above works
fine now.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Auto-mount USB device

2006-10-08 Thread Iain Buchanan
On Fri, 2006-10-06 at 09:05 -0700, Stephen Liu wrote:
> Hi folks,
> 
> Gentoo_64
> 
> gnome-light
> 
> When the USB enclosure is plugin hotplug detects it. But it won't mount
> it automatically showing it as an icon on desktop. I have to mount it
> manually on console. Please advise which file I have to edit enabling
> auto-mount when the USB enclosure is plugged. TIA

There are a couple of things it might be:

1. install gnome-volume-manager
2. add yourself to the plugdev group
3. remove any lines in /etc/fstab for the same device you want to
automount

post back with results if that still fails!

HTH,
-- 
Iain Buchanan 

And that's the way it is...
-- Walter Cronkite

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] usb-> seriial(minicom) problem

2006-10-08 Thread Iain Buchanan
On Fri, 2006-10-06 at 19:04 +, James wrote: 
> Hello,

Hi James :)

> 
> I have (2) different usb->serial converters, both of
>  which are listed
> when I build the drivers->usb->serial-converter in  a 
> 2.6.17-r8  kernel:

I see this (I have a pegasys based usb-232): 

Oct  9 08:42:46 orpheus usb 3-2: pl2303 converter now attached to ttyUSB0

and you see this:

> usb 2-1: FTDI USB Serial Device converter now attached to ttyUSB0

which is strange cause I also see /dev/ttyUSB0...

> pr port /dev/ttyUSB0
> pr port /dev/bus/usb/002
> pr port /dev/bus/usb/002/002

did you actually manually check for the device /dev/ttyUSB0?

apart from that, I'm not sure what could be wrong...
-- 
Iain Buchanan 

Running Windows on a Pentium is like having a brand new Porsche but only
be able to drive backwards with the handbrake on.
(Unknown source)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ath0 turbo mode (108Mbps)

2006-10-08 Thread Jerry McBride
On Sunday 08 October 2006 14:26, Grant wrote:
> Has anyone gotten turbo mode to work with their madwifi/ath0 cards?
> It is supported according to this (search for "turbo"):
>
> http://madwifi.org/wiki/FAQ/HowDoI
>
> I'm using the latest madwifi-ng on my router and client, and the
> client uses wpa_supplicant to connect.  I've set these:
>
> iwpriv ath0 mode 3
> iwpriv ath0 turbo 1
>
> on both systems, and both return "1" from:
>
> iwpriv ath0 get_turbo
>
> The problem is, I only see a maximum of 54Mbps from:
>
> iwlist ath0 rate
>
> Does anyone have any suggestions?
>
> Also, how can I set up the above commands to be executed
> automatically?  I can't seem to make it happen in /etc/conf.d/net.
>
> - Grant

Hi Grant,

You won't like this and probably I'll get hammered, but... I stopped using a 
lot of the  gentoo startup scripts months ago, including the network stuff...

I simply add them to /etc/conf.d/locale.start. Much faster startup and much 
more reliable in terms of setup anyways

Cheers...



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] About Gnome desktop

2006-10-08 Thread Iain Buchanan
On Fri, 2006-10-06 at 20:46 -0700, Stephen Liu wrote:
> Hi folks,

> Details: Failed to execute child process "gdmsetup" (No such file or
> directory)
> 
> Please advise how to fix it.  What package shall I install to have
> other items under "Administration"?

gdmsetup is part of gdm.  Do you have gdm installed?  Even though you're
running gnome, it's possible not to have gdm...

HTH,
-- 
Iain Buchanan 

Love your enemies: they'll go crazy trying to figure out what you're up to.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ath0 turbo mode (108Mbps)

2006-10-08 Thread Grant

> Has anyone gotten turbo mode to work with their madwifi/ath0 cards?
> It is supported according to this (search for "turbo"):
>
> http://madwifi.org/wiki/FAQ/HowDoI
>
> I'm using the latest madwifi-ng on my router and client, and the
> client uses wpa_supplicant to connect.  I've set these:
>
> iwpriv ath0 mode 3
> iwpriv ath0 turbo 1
>
> on both systems, and both return "1" from:
>
> iwpriv ath0 get_turbo
>
> The problem is, I only see a maximum of 54Mbps from:
>
> iwlist ath0 rate
>
> Does anyone have any suggestions?
>
> Also, how can I set up the above commands to be executed
> automatically?  I can't seem to make it happen in /etc/conf.d/net.
>
> - Grant

Hi Grant,

You won't like this and probably I'll get hammered, but... I stopped using a
lot of the  gentoo startup scripts months ago, including the network stuff...

I simply add them to /etc/conf.d/locale.start. Much faster startup and much
more reliable in terms of setup anyways


I do hate to hear that.

I can have the iwpriv settings executed with:

iwpriv_ath0=( "mode 3" "turbo 1" )

and I was told on the madwifi IRC channel that the 108Mbps rate won't
actually show up with "iwlist ath0 rate" because turbo just does
rate*2 down the line.  I'm still wondering if turbo mode should work
with wpa_supplicant and if there is any way to determine if turbo mode
is actually functional on my system though.

- Grant
--
gentoo-user@gentoo.org mailing list



[gentoo-user] WPA with wireless-tools

2006-10-08 Thread Grant

I've been using wpa_supplicant to connect to my Gentoo router, and I'm
wondering if I can use wireless-tools instead.  I have the following
/etc/conf.d/net:

config_ath0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
routes_ath0="default via 192.168.0.1"
essid_ath0="mynetwork"
channel_ath0="11"
iwpriv_ath0=( "wpa 1" )
key_mynetwork="s:mykey"

/etc/init.d/net.ath0 returns no errors, has all the right output, and
my PCMCIA card's LEDs are blinking like they are connected, but I
can't ping the router.  I get "Destination Host Unreachable".  If I
switch back to wpa_supplicant it works perfectly.  I did notice,
however, that intentionally submitting the wrong password with
wireless-tools has the same effect.

Can anyone help?

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: encoding MP3 files for iPod

2006-10-08 Thread Adrian
Thanks to you both.  Wanna here something strange. . . or maybe not.

It's the file name.

A file named Pink Floyd - Dark Side of the Moon - 02 - On The Run.mp3

will not work.

I rename it to

pf-dsotm-03.mp3

and it works just fine.

I don't know why yet.  I have mp3 files which have come from the
internet which have spaces, capital letters, lower case letters,
numbers, and they work fine.

When I have time my curiosity will force me to experiment some more to
find out exactly what causes this, but for now I'm content to be
loading the thingy up with music.

Adrian



On Sun, 8 Oct 2006 10:34:12 -0700
darren kirby <[EMAIL PROTECTED]> wrote the words:

> quoth the Boyd Stephen Smith Jr.:
>  I've fairly sure metadata can
> > be stored either at the beginning or end of the file (I know FLAC
> > can do this) and it's possible, albeit unlikely, that the nano only
> > works with one of those locations.
> 
> MP3 Id3v1 tags are at the end, ID3v2 tags are near the begining. Some
> files have both. 
> 
> As for Flac, this is not true. As one who recently wrote a Ruby
> library for parsing Flac metadata (and thus read the Flac spec[1]) I
> can say that all metadata, including the VORBIS_COMMENT block are
> before the stream contents (ie: the audio bits). The various metadata
> blocks can be in arbitrary order but always before the actual music
> data.
> 
> [1] http://flac.sourceforge.net/format.html
> 
> -d
> -- 
> darren kirby :: Part of the problem since 1976 ::
> http://badcomputer.org "...the number of UNIX installations has grown
> to 10, with more expected..."
> - Dennis Ritchie and Ken Thompson, June 1972
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 
> 


-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} dvdrip permissions error, alternative?

2006-10-08 Thread Nick Rout

On 10/8/2006, "Grant" <[EMAIL PROTECTED]> wrote:

>

>dvdbackup doesn't work on "The Life of Mammals" (and surely others)

>and dd means bad portability.  Are there any other options for a full

>backup?



perhaps there is some newfangled encryption on it. What version of

libdvdcss do you have? Perhaps upgrading to a later version?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] {OT} dvdrip permissions error, alternative?

2006-10-08 Thread Grant

>dvdbackup doesn't work on "The Life of Mammals" (and surely others)

>and dd means bad portability.  Are there any other options for a full

>backup?



perhaps there is some newfangled encryption on it. What version of

libdvdcss do you have? Perhaps upgrading to a later version?


I'm using version 1.2.9 and it looks like that's the latest.

- Grant
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Annoying Bounces - myvietnam.org

2006-10-08 Thread Nick Rout

Whenever I post to this list I get a slew of annoying bounce messages

like the following:



===

This is the Postfix program at host myvietnam.org.



I'm sorry to have to inform you that the message returned

below could not be delivered to one or more destinations.



For further assistance, please send mail to 



If you do so, please include this problem report. You can

delete your own text from the message returned below.



The Postfix program



<[EMAIL PROTECTED]>: can't create user output file

==



Although some are directed at [EMAIL PROTECTED] and some at chau. Can

someone remove these people from the list. It has beeen going on for

some time now.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Annoying Bounces - myvietnam.org

2006-10-08 Thread Ryan Tandy

Nick Rout wrote:

Whenever I post to this list I get a slew of annoying bounce messages
like the following:

===
This is the Postfix program at host myvietnam.org.

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.

For further assistance, please send mail to 

If you do so, please include this problem report. You can
delete your own text from the message returned below.

The Postfix program

<[EMAIL PROTECTED]>: can't create user output file
==

Although some are directed at [EMAIL PROTECTED] and some at chau. Can
someone remove these people from the list. It has beeen going on for
some time now.



How long?  I don't recall seeing any from myvietnam.org.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] lsmod and startx don't agree

2006-10-08 Thread maxim wexler
Hello group,

I don't remember the exact details but I noticed that
any attempt to upgrade x11 revealed that everything
under xorg-x11 was blocked. So I did emerge -C
xorg-x11 then emerge xorg-x11. So far so good. I ran
xorgconfig and passed it the same values as before
since the hardware hasn't changed. Now when I run
startx it gives:

<...>
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct  8
21:34:33 2006
(==) Using config file: "/etc/X11/xorg.conf"

(EE) Failed to load module "radeon" (module does not
exist, 0)
(EE) No drivers available.

Fatal server error:
no screens found
XIO:  fatal IO error 104 (Connection reset by peer) on
X server ":0.0"
  after 0 requests (0 known processed) with 0
events remaining.
[EMAIL PROTECTED] ~ $

not true:

[EMAIL PROTECTED] ~ $ lsmod
Module  Size  Used by
radeon105216  0
drm68884  1 radeon
agpgart33904  1 drm
<...>

The modules are there under
../kernel/drivers/char/drm/ just as always.

So I'm stumped.

-Maxim

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lsmod and startx don't agree

2006-10-08 Thread Hemmann, Volker Armin
On Monday 09 October 2006 05:56, maxim wexler wrote:
> Hello group,
>
> I don't remember the exact details but I noticed that
> any attempt to upgrade x11 revealed that everything
> under xorg-x11 was blocked. So I did emerge -C
> xorg-x11 then emerge xorg-x11. So far so good. I ran
> xorgconfig and passed it the same values as before
> since the hardware hasn't changed. Now when I run
> startx it gives:
>
> <...>
> (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct  8
> 21:34:33 2006
> (==) Using config file: "/etc/X11/xorg.conf"
>
> (EE) Failed to load module "radeon" (module does not
> exist, 0)
> (EE) No drivers available.
>
> Fatal server error:
> no screens found
> XIO:  fatal IO error 104 (Connection reset by peer) on
> X server ":0.0"
>   after 0 requests (0 known processed) with 0
> events remaining.
> [EMAIL PROTECTED] ~ $
>
> not true:
>
> [EMAIL PROTECTED] ~ $ lsmod
> Module  Size  Used by
> radeon105216  0
> drm68884  1 radeon
> agpgart33904  1 drm
> <...>
>
> The modules are there under
> ../kernel/drivers/char/drm/ just as always.
>
> So I'm stumped.
>

I don't have an ATI card, but I am pretty sure, that X complains about the 
missing radeon driver, not the missing kernel module

X driver module =/= kernel module

you need both.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Auto-mount USB device

2006-10-08 Thread Stephen Liu
Hi Iain,

Tks for your advice.

> 2. add yourself to the plugdev group
> 3. remove any lines in /etc/fstab for the same device you want to
> automount

# nano /etc/group
adding "satimis" on;
plugdev:x:1004:haldaemon;satimis
(remark:- also tried "plugdev:x:1004:haldaemon,satimis")


# cat /etc/fstab
shm /dev/shmtmpfs   nodev,nosuid,noexec 
0 0
devpts  /dev/ptsdevpts  rw  0 0
/dev/hda2   /   ext3rw,data=ordered 
0 1
/dev/hda1   /boot   ext2rw,nogrpid  
0 2
/dev/vg/usr /usrext3rw,data=ordered 
0 3
/dev/vg/home/home   ext3rw,data=ordered 
0 4
/dev/vg/var /varext3rw,data=ordered 
0 5
/dev/vg/opt /optext3rw,data=ordered 
0 6
/dev/vg/tmp /tmpext3rw,data=ordered 
0 7
none/proc   procrw,nodiratime   
0 0
udev/devtmpfs   rw,nosuid   
0 0
* end *


USB enclosure still could not be mounted automatically on plugging in


B.R.
satimis




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lsmod and startx don't agree

2006-10-08 Thread Bo Ørsted Andresen
On Monday 09 October 2006 05:56, maxim wexler wrote:
> I don't remember the exact details but I noticed that
> any attempt to upgrade x11 revealed that everything
> under xorg-x11 was blocked.

At that point you were supposed to follow the migration to modular X guide 
[1]. The important bits you've missed is setting the VIDEO_CARDS and 
INPUT_DEVICES variables in /etc/make.conf.

[SNIP]
> (EE) Failed to load module "radeon" (module does not
> exist, 0)
> (EE) No drivers available.

That means /usr/lib/xorg/modules/drivers/radeon_drv.so from 
x11-drivers/xf86-video-ati is missing. That will be pulled in by 
x11-base/xorg-x11 if VIDEO_CARDS includes radeon. So set those two variables 
and run:

# emerge -va1 --newuse x11-base/xorg-x11

-- 
Bo Andresen


pgpwTRgu3vvUM.pgp
Description: PGP signature


Re: [gentoo-user] Auto-mount USB device

2006-10-08 Thread Iain Buchanan
On Sun, 2006-10-08 at 21:37 -0700, Stephen Liu wrote:

> plugdev:x:1004:haldaemon;satimis
> (remark:- also tried "plugdev:x:1004:haldaemon,satimis")

comma is the correct syntax, not semi-colon.

Once you've done that, log out and back in again.

> # cat /etc/fstab
[snip]

looks ok.

> USB enclosure still could not be mounted automatically on plugging in

if the logout-login doesn't work, then post the relevant part
of /var/log/messages when plugging in the usb device.

Also, post details of the usb thing that you're trying to use - what is
it? and the gnome, udev and kernel version.

HTH,
-- 
Iain Buchanan 

If it happens once, it's a bug.
If it happens twice, it's a feature.
If it happens more than twice, it's a design philosophy.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lsmod and startx don't agree

2006-10-08 Thread Bo Ørsted Andresen
On Monday 09 October 2006 06:54, Bo Ørsted Andresen wrote:
> At that point you were supposed to follow the migration to modular X guide
> [1].

Heh, forgot the reference..

[1] http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml

-- 
Bo Andresen


pgp2nDiXq3KPp.pgp
Description: PGP signature