Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-18 Thread Mick
On Friday 18 July 2008, Andreas Niederl wrote:
 Mick wrote:
  On Thursday 17 July 2008, Andrew Tchernoivanov wrote:
  # modprobe -v radeon_drv
  FATAL: Module radeon_drv not found.
 
  That's strange. But try one more thing - copy this radeon_drv from
  /usr/lib/xorg/modules/drivers to /lib/modules/kernel
  version/kernel/drivers/video
  Because according to modprobe's man page, by default it will look driver
  in /lib/modules/...
  So try to copy it and write here, what will modprobe say
 
  First I linked it:
 
  # ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/
  total 8
  drwxr-xr-x  3 root root  144 Jul 17 22:21 .
  drwxr-xr-x 14 root root  344 May 14 18:34 ..
  drwxr-xr-x  2 root root   72 May 14 18:34 backlight
  -rw-r--r--  1 root root 4291 May 14 18:34 output.ko
  lrwxrwxrwx  1 root root   43 Jul 17 22:21
  radeon.so - /usr/lib/xorg/modules/drivers/radeon_drv.so
 
  but since that did not work, I copied it:
 
  # ls -la /lib/modules/2.6.24-gentoo-r8/kernel/drivers/video/
  total 448
  drwxr-xr-x  3 root root176 Jul 17 22:27 .
  drwxr-xr-x 14 root root344 May 14 18:34 ..
  drwxr-xr-x  2 root root 72 May 14 18:34 backlight
  -rw-r--r--  1 root root   4291 May 14 18:34 output.ko
  lrwxrwxrwx  1 root root 43 Jul 17 22:21
  radeon.so - /usr/lib/xorg/modules/drivers/radeon_drv.so
  -rwxr-xr-x  1 root root 448808 Jul 17 07:09 radeon_drv.so
 
  Modprobing either of the two fails with the same error message.

 That's because this is not a kernel module.

  drmOpenDevice: node name is /dev/dri/card0
  drmOpenDevice: open result is -1, (No such device or address)
  drmOpenDevice: open result is -1, (No such device or address)
  drmOpenDevice: Open failed
  [drm] failed to load kernel module radeon
  (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
  [dri] Disabling DRI.

 I'm just guessing here, but maybe your kernel is missing DRM support for
 your graphics chip.

 What's the output of grep -i radeon /boot/config-$(uname -r) ?

# grep -i radeon /boot/config-$(uname -r)
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set

-- 
Regards,
Mick


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


Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-18 Thread Andreas Niederl

Mick wrote:

On Friday 18 July 2008, Andreas Niederl wrote:

[...]

I'm just guessing here, but maybe your kernel is missing DRM support for
your graphics chip.

What's the output of grep -i radeon /boot/config-$(uname -r) ?


# grep -i radeon /boot/config-$(uname -r)
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set



CONFIG_DRM and CONFIG_DRM_RADEON are needed for direct rendering. The 
respective options are found in Device Drivers - Character Devices.



Regards,
Andi
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Video DVD Creation

2008-07-18 Thread Joerg Schilling
sean [EMAIL PROTECTED] wrote:

 Jorg,

   Another update. I had made two attempts burning my movie to a no-brand 
 DVD-R.

 Not wanting to waste another DVD-R I instead used a brand name DVD+RW 
 for another test.
 It worked, the movie played. When I get the chance I will pick up a 
 brand name DVD-R and try the burn again.

If you like to use a DVD-R, you may better use cdrecord instead of growisofs in 
order to get compatibility. Growisofs was designed on top of DVD+RW which uses 
something similar to packetwriting.

Use 

mkisofs -i xx.iso -dvd-video -r -J DVD/
cdrecord -v -sao xx.iso

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-18 Thread Andreas Niederl

Andreas Niederl wrote:

Mick wrote:

[...]

# grep -i radeon /boot/config-$(uname -r)
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set



CONFIG_DRM and CONFIG_DRM_RADEON are needed for direct rendering. The 
respective options are found in Device Drivers - Character Devices.


Actually, they moved to Device Drivers - Graphics Support - Direct 
Rendering Manager in recent kernels.



Regards,
Andi
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] grub menu working but invisible

2008-07-18 Thread dhk

Sebastian Günther wrote:

* Andrew Tchernoivanov ([EMAIL PROTECTED]) [15.07.08 01:41]:

Are the characters on the screen readable?  I had this problem too, along
with the black grub screen. If they aren't - try adding vga=0x31B to your
grub.conf

Why should that help with grub? Did not found any hint, that ther is a 
grub option called like that.


There is a *kernel* option, called like that, but that won't help with 
the grub issue.


Please correct me if I'm wrong.

Sebastian

So what is the solution to making grub visible again?  I remember when 
it changed, I didn't understand the message displayed and I still don't 
know the fix.


Running emerge --config grub doesn't work.

Is it as simple as changing the path of the splash image to 
/usr/share/grub/ and running grub-install?


Thanks,
Dave
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] grub menu working but invisible

2008-07-18 Thread Matt Harrison

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

dhk wrote:
| So what is the solution to making grub visible again?  I remember when
| it changed, I didn't understand the message displayed and I still don't
| know the fix.
|
| Running emerge --config grub doesn't work.
|
| Is it as simple as changing the path of the splash image to
| /usr/share/grub/ and running grub-install?

I changed grub.conf so it points to the splashimage on my /usr partition
like so:

splashimage=(hd0,5)/share/grub/splash.xpm.gz

Just make sure you get the partition number right, remembering that grub
counts paritions from 0, not 1. This fixed it perfectly for me.

HTH

Matt
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)

iEYEARECAAYFAkiAlkkACgkQxNZfa+YAUWEBcwCfYTdG36hTwCGn1GX9D9nmVTWg
UDAAoKlJFt0pM/OSsU52n5Krr9RL1tkY
=FCbQ
-END PGP SIGNATURE-

No virus found in this outgoing message.
Checked by AVG - http://www.avg.com 
Version: 8.0.138 / Virus Database: 270.5.1/1559 - Release Date: 17/07/2008 18:08



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



[gentoo-user] playing audio discs

2008-07-18 Thread Allan Gottlieb
I am a novice with respect to sound.

Nearly everything works.
  totem plays CDs
  system sounds are OK

The trouble is that the cd player, gnome-cd part of gnome-media,
says there is no disc in the drive (there is only one drive).

I don't have many USE flags (in particular ogg, wavpack, and vorbis)
since I don't really know what thes formats are.  Since this is a
regular CD, I looked for a wav use flag and for gst-plugins-wav,
which do not exist.

My make.conf has

USE= alsa dbus doc emacs esd gnome gtk guile hal java jpeg mad mp3 \
 mmx mpeg png ppds scanner sse sse2 truetype X xft xulrunner

My /usr/src/linux/.config has
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y

Any help/advice would be appreciated.

thanks,
allan

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



[gentoo-user] 2.6.26, rtc problem

2008-07-18 Thread Andrew Gaydenko
Hi!

After upgrading to 2.6.26 I have got a problem with starting hwclock 
service - it doesn't find /dev/rtc. I have tried to add rtc_cmos 
to /conf.d/modules, but the module loads after the service starting. 

So, questions are:

1. How to force the module loading be before the service starting?

2. How to determine which concrete module is most appropriate to my hardware 
(there are plenty of rtc_xyz modules)?


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



[gentoo-user] emerging meta packages and it's DEPENDS

2008-07-18 Thread Alan McKinnon
Hi,

emerge package will remerge package regardless of it's state. Is 
there a way to tell portage to do that for a package's DEPENDS as well?

I have 6 ebuilds I maintain myself, all are CVS checkout builds 
with - version numbers, call them packageA, packageB ... packageF. 
To make my life easier I have a -meta package that DEPENDS on all 6 and 
I would like to simply emerge the -meta package and have that cause the 
direct DEPENDS to also be built everytime. Currently as they always 
have a - version number, this does not happen.

Does portage support what I want to do?

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] 2.6.26, rtc problem

2008-07-18 Thread Alan McKinnon
On Friday 18 July 2008, Andrew Gaydenko wrote:
 Hi!

 After upgrading to 2.6.26 I have got a problem with starting hwclock
 service - it doesn't find /dev/rtc. I have tried to add rtc_cmos
 to /conf.d/modules, but the module loads after the service starting.

 So, questions are:

 1. How to force the module loading be before the service starting?

I believe /etc/modules.d/* may do it. AFAIK it runs very early in the 
init sequence



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



Re: [gentoo-user] 2.6.26, rtc problem

2008-07-18 Thread Sebastian Günther
* Andrew Gaydenko ([EMAIL PROTECTED]) [18.07.08 17:03]:
 Hi!
 
 After upgrading to 2.6.26 I have got a problem with starting hwclock 
 service - it doesn't find /dev/rtc. I have tried to add rtc_cmos 
 to /conf.d/modules, but the module loads after the service starting. 
 
 So, questions are:
 
 1. How to force the module loading be before the service starting?
 
Do not build it as module

 2. How to determine which concrete module is most appropriate to my hardware 
 (there are plenty of rtc_xyz modules)?
 
If your system does an autoloading of modules somewhere in time: just 
lsmod. Otherwise you have to try to load them all and take that one that 
does not complain about missing hardware... ;-)

 
 Andrew

HTH
Sebastian

-- 
  Religion ist das Opium des Volkes.   Karl Marx

 [EMAIL PROTECTED]@N GÜNTHER mailto:[EMAIL PROTECTED]


pgpMmY5mOnDEg.pgp
Description: PGP signature


Re: [gentoo-user] 2.6.26, rtc problem

2008-07-18 Thread Andrew Gaydenko
=== On Friday 18 July 2008, Alan McKinnon wrote: ===
 On Friday 18 July 2008, Andrew Gaydenko wrote:
  Hi!
 
  After upgrading to 2.6.26 I have got a problem with starting hwclock
  service - it doesn't find /dev/rtc. I have tried to add rtc_cmos
  to /conf.d/modules, but the module loads after the service starting.
 
  So, questions are:
 
  1. How to force the module loading be before the service starting?

 I believe /etc/modules.d/* may do it. AFAIK it runs very early in the
 init sequence



 --
 Alan McKinnon
 alan dot mckinnon at gmail dot com

If understand well, those files (in /etc/modules.d/) contain configuration 
options for modules rather a list of modules to load.

The was /etc/modules.autoload.d/kernel-2.6 file wich at some update point 
magically disappered. I think Gentoo developers suppose some replacement 
for this file.


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



Re: [gentoo-user] 2.6.26, rtc problem

2008-07-18 Thread Joshua D Doll

Andrew Gaydenko wrote:

=== On Friday 18 July 2008, Alan McKinnon wrote: ===
  

On Friday 18 July 2008, Andrew Gaydenko wrote:


Hi!

After upgrading to 2.6.26 I have got a problem with starting hwclock
service - it doesn't find /dev/rtc. I have tried to add rtc_cmos
to /conf.d/modules, but the module loads after the service starting.

So, questions are:

1. How to force the module loading be before the service starting?
  

I believe /etc/modules.d/* may do it. AFAIK it runs very early in the
init sequence



--
Alan McKinnon
alan dot mckinnon at gmail dot com



If understand well, those files (in /etc/modules.d/) contain configuration 
options for modules rather a list of modules to load.


The was /etc/modules.autoload.d/kernel-2.6 file wich at some update point 
magically disappered. I think Gentoo developers suppose some replacement 
for this file.



Andrew
  
I still have that file on one of my systems. My other system is running 
openrc which does not have that file but it does have /etc/conf.d/modules.


--Joshua Doll
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] 2.6.26, rtc problem

2008-07-18 Thread Andrew Gaydenko
=== On Friday 18 July 2008, Joshua D Doll wrote: ===
 Andrew Gaydenko wrote:
  === On Friday 18 July 2008, Alan McKinnon wrote: ===
 
  On Friday 18 July 2008, Andrew Gaydenko wrote:
  Hi!
 
  After upgrading to 2.6.26 I have got a problem with starting hwclock
  service - it doesn't find /dev/rtc. I have tried to add rtc_cmos
  to /conf.d/modules, but the module loads after the service starting.
 
  So, questions are:
 
  1. How to force the module loading be before the service starting?
 
  I believe /etc/modules.d/* may do it. AFAIK it runs very early in the
  init sequence
 
 
 
  --
  Alan McKinnon
  alan dot mckinnon at gmail dot com
 
  If understand well, those files (in /etc/modules.d/) contain
  configuration options for modules rather a list of modules to load.
 
  The was /etc/modules.autoload.d/kernel-2.6 file wich at some update
  point magically disappered. I think Gentoo developers suppose some
  replacement for this file.
 
 
  Andrew

 I still have that file on one of my systems. My other system is running
 openrc which does not have that file but it does have
 /etc/conf.d/modules.

 --Joshua Doll

'hwclock' contains this fragment:

ebegin Setting system clock using the hardware clock [${utc}]
if [ -e /proc/modules -a ! -e /dev/rtc ]; then
modprobe -q rtc || modprobe -q genrtc
fi

But there are no such modules at all :-) I have installed openrc since 
april, but have got time-related problem only now.


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



Re: [gentoo-user] 2.6.26, rtc problem

2008-07-18 Thread Joshua D Doll

Andrew Gaydenko wrote:

=== On Friday 18 July 2008, Joshua D Doll wrote: ===
  

Andrew Gaydenko wrote:


=== On Friday 18 July 2008, Alan McKinnon wrote: ===

  

On Friday 18 July 2008, Andrew Gaydenko wrote:


Hi!

After upgrading to 2.6.26 I have got a problem with starting hwclock
service - it doesn't find /dev/rtc. I have tried to add rtc_cmos
to /conf.d/modules, but the module loads after the service starting.

So, questions are:

1. How to force the module loading be before the service starting?
  

I believe /etc/modules.d/* may do it. AFAIK it runs very early in the
init sequence



--
Alan McKinnon
alan dot mckinnon at gmail dot com


If understand well, those files (in /etc/modules.d/) contain
configuration options for modules rather a list of modules to load.

The was /etc/modules.autoload.d/kernel-2.6 file wich at some update
point magically disappered. I think Gentoo developers suppose some
replacement for this file.


Andrew
  

I still have that file on one of my systems. My other system is running
openrc which does not have that file but it does have
/etc/conf.d/modules.

--Joshua Doll



'hwclock' contains this fragment:

ebegin Setting system clock using the hardware clock [${utc}]
if [ -e /proc/modules -a ! -e /dev/rtc ]; then
modprobe -q rtc || modprobe -q genrtc
fi

But there are no such modules at all :-) I have installed openrc since 
april, but have got time-related problem only now.



Andrew
  
I was just letting you know where the file moved to for auto-loading 
modules. I'm not sure why hwclock isn't loading the module. You could 
try changing the modprobe -q to modprobe -v. To make the output verbose.


--Joshua Doll
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] grub menu working but invisible

2008-07-18 Thread Miika Linnapuomi
Fri, 18 Jul 2008 12:47:52 +
dhk [EMAIL PROTECTED] wrote:

 Sebastian Günther wrote:
  * Andrew Tchernoivanov ([EMAIL PROTECTED]) [15.07.08 01:41]:
  Are the characters on the screen readable?  I had this problem
  too, along with the black grub screen. If they aren't - try adding
  vga=0x31B to your grub.conf
 
  Why should that help with grub? Did not found any hint, that ther
  is a grub option called like that.
  
  There is a *kernel* option, called like that, but that won't help
  with the grub issue.
  
  Please correct me if I'm wrong.
  
  Sebastian
  
 So what is the solution to making grub visible again?  I remember
 when it changed, I didn't understand the message displayed and I
 still don't know the fix.
 
 Running emerge --config grub doesn't work.
 
 Is it as simple as changing the path of the splash image to 
 /usr/share/grub/ and running grub-install?
 
 Thanks,
 Dave


Just cp /usr/share/grub/splash.xpm.gz /boot/grub/

Or you could point to it in /usr, unless if you have /usr in lvm or
something else that grub wont be able to see


Miika


signature.asc
Description: PGP signature


[gentoo-user] Is this because of make oldconfig?

2008-07-18 Thread Mick
Hi All,

I rolled up a new kernel after I ran make oldconfig and noticed this little 
message:
===
. . .
  CC  arch/x86/lib/usercopy_32.o
  AR  arch/x86/lib/lib.a
  LD  vmlinux.o
  MODPOST vmlinux.o
WARNING: modpost: Found 10 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  GEN .version
  CHK include/linux/compile.h
  UPD include/linux/compile.h
  CC  init/version.o
  LD  init/built-in.o
  LD  .tmp_vmlinux1
  KSYM.tmp_kallsyms1.S
. . .
Kernel: arch/x86/boot/bzImage is ready  (#1)
  Building modules, stage 2.
  MODPOST 66 modules
WARNING: modpost: Found 5 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  CC  drivers/acpi/video.mod.o
  LD [M]  drivers/acpi/video.ko
  CC  drivers/block/cryptoloop.mod.o
  LD [M]  drivers/block/cryptoloop.ko
  CC  drivers/bluetooth/bcm203x.mod.o
  LD [M]  drivers/bluetooth/bcm203x.ko
  CC  drivers/bluetooth/hci_uart.mod.o
  LD [M]  drivers/bluetooth/hci_uart.ko
. . .
===

What's it telling me?  Is this something I should ignore?
-- 
Regards,
Mick


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


[gentoo-user] Re: Is this because of make oldconfig?

2008-07-18 Thread Nikos Chantziaras

Mick wrote:

Hi All,

I rolled up a new kernel after I ran make oldconfig and noticed this little 
message:

[...]
WARNING: modpost: Found 5 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
[...]
What's it telling me?  Is this something I should ignore?


It's telling you to do 'make CONFIG_DEBUG_SECTION_MISMATCH=y' to get 
more info :P


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



Re: [gentoo-user] xf86-video-ati-6.8.0-r1 problems

2008-07-18 Thread Mick
On Friday 18 July 2008, Andreas Niederl wrote:
 Andreas Niederl wrote:
  Mick wrote:

 [...]

  # grep -i radeon /boot/config-$(uname -r)
  CONFIG_FB_RADEON=y
  CONFIG_FB_RADEON_I2C=y
  CONFIG_FB_RADEON_BACKLIGHT=y
  # CONFIG_FB_RADEON_DEBUG is not set
 
  CONFIG_DRM and CONFIG_DRM_RADEON are needed for direct rendering. The
  respective options are found in Device Drivers - Character Devices.

 Actually, they moved to Device Drivers - Graphics Support - Direct
 Rendering Manager in recent kernels.

Guys, I've checked all my kernel config files on this box:
# grep -i DRM /boot/config-2.6.2*
/boot/config-2.6.20-gentoo-r8:# CONFIG_DRM is not set
/boot/config-2.6.23-gentoo-r9:# CONFIG_DRM is not set
/boot/config-2.6.24-gentoo-r4:# CONFIG_DRM is not set
/boot/config-2.6.24-gentoo-r7:# CONFIG_DRM is not set
/boot/config-2.6.24-gentoo-r8:# CONFIG_DRM is not set

However, there is a nice fat drm and radeon modules in my previous kernels, 
virtue of the fact that I installed xf86-video-ati:

# ls -la /lib/modules/2.6.24-gentoo-r7/x11-drm/
total 265
drwxr-xr-x 2 root root104 May  6 20:03 .
drwxr-xr-x 6 root root560 May  7 20:35 ..
-rw-r--r-- 1 root root 141895 May  6 20:03 drm.ko
-rw-r--r-- 1 root root 123260 May  6 20:03 radeon.ko

For some reason on the 2.6.24-gentoo-r8 kernel the xf86-video-ati fails to 
install any modules, hence this message.  I haven't configured this box for 
ages so I may be misunderstanding something here.  Do I have to switch to the 
kernel drivers?
-- 
Regards,
Mick


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


[gentoo-user] Creating a wireless router

2008-07-18 Thread Jason Carson
Greetings,

I want to setup a wireless router for the first time using WPA. Here is
the setup I want...

Internet---Gentoo Wireless Router---My Computer

I have configured my kernel properly from what I can tell and emerged
madwifi. However when I modprobe ath_pci nothing shows up. When I do
ifconfig -a I get...

ath0 Link encap:Ethernet HWaddr 00:19:5B:80:F2:D8
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

eth0 Link encap:Ethernet HWaddr 00:0E:0C:C4:A8:87
inet addr:66.11.182.5 Bcast:66.11.182.255 Mask:255.255.255.0
inet6 addr: fe80::20e:cff:fec4:a887/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:75109 errors:0 dropped:0 overruns:0 frame:0
TX packets:48454 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:95609829 (91.1 Mb) TX bytes:6195064 (5.9 Mb)
Base address:0x9000 Memory:ec02-ec04

eth1 Link encap:Ethernet HWaddr 00:0E:0C:C4:43:0F
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20e:cff:fec4:430f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:66264 errors:0 dropped:0 overruns:0 frame:0
TX packets:111528 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7189540 (6.8 Mb) TX bytes:96020126 (91.5 Mb)
Base address:0x9400 Memory:ec04-ec06

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:177 errors:0 dropped:0 overruns:0 frame:0
TX packets:177 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:99775 (97.4 Kb) TX bytes:99775 (97.4 Kb)

ppp0 Link encap:Point-to-Point Protocol
inet addr:66.11.182.5 P-t-P:192.168.200.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1452 Metric:1
RX packets:74713 errors:0 dropped:0 overruns:0 frame:0
TX packets:47995 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:93641841 (89.3 Mb) TX bytes:4912135 (4.6 Mb)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

wifi0 Link encap:UNSPEC HWaddr
00-19-5B-80-F2-D8-38-80-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:199
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11

However my computer doesn't show a wireless network to connect too.

What do I need is to know what to add to...

/etc/conf.d/net

and

/etc/wpa_supplicant/wpa_supplicant.conf

Thanks

Jason



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



Re: [gentoo-user] Is this because of make oldconfig?

2008-07-18 Thread Volker Armin Hemmann
On Freitag, 18. Juli 2008, Mick wrote:
 Hi All,

 I rolled up a new kernel after I ran make oldconfig and noticed this little
 message:
 ===
 . . .
   CC  arch/x86/lib/usercopy_32.o
   AR  arch/x86/lib/lib.a
   LD  vmlinux.o
   MODPOST vmlinux.o
 WARNING: modpost: Found 10 section mismatch(es).
 To see full details build your kernel with:
 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
   GEN .version
   CHK include/linux/compile.h
   UPD include/linux/compile.h
   CC  init/version.o
   LD  init/built-in.o
   LD  .tmp_vmlinux1
   KSYM.tmp_kallsyms1.S
 . . .
 Kernel: arch/x86/boot/bzImage is ready  (#1)
   Building modules, stage 2.
   MODPOST 66 modules
 WARNING: modpost: Found 5 section mismatch(es).
 To see full details build your kernel with:
 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
   CC  drivers/acpi/video.mod.o
   LD [M]  drivers/acpi/video.ko
   CC  drivers/block/cryptoloop.mod.o
   LD [M]  drivers/block/cryptoloop.ko
   CC  drivers/bluetooth/bcm203x.mod.o
   LD [M]  drivers/bluetooth/bcm203x.ko
   CC  drivers/bluetooth/hci_uart.mod.o
   LD [M]  drivers/bluetooth/hci_uart.ko
 . . .
 ===

 What's it telling me?  Is this something I should ignore?

it is something you can ignore. I asked lkml once about it and didn't get any 
answer so it is probably safe. Also, oldconfig is not to blame.

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



Re: [gentoo-user] Is this because of make oldconfig?

2008-07-18 Thread Duane Griffin
2008/7/18 Mick [EMAIL PROTECTED]:
 Hi All,

 I rolled up a new kernel after I ran make oldconfig and noticed this little
 message:
[snip]
 WARNING: modpost: Found 10 section mismatch(es).
[snip]
 What's it telling me?  Is this something I should ignore?

The tool has detected something that could be a kernel bug or could be
a false positive. If it is a bug it may or may not actually affect
you, but probably won't. You'll know if it does because you'll see
nasty errors in your logs. I'd recommend ignoring it unless you see
those errors, it shouldn't corrupt your data or anything like that.

It has nothing to do with oldconfig.

Cheers,
Duane.

-- 
I never could learn to drink that blood and call it wine - Bob Dylan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Is this because of make oldconfig?

2008-07-18 Thread Mick
On Friday 18 July 2008, Nikos Chantziaras wrote:
 Mick wrote:
  Hi All,
 
  I rolled up a new kernel after I ran make oldconfig and noticed this
  little message:
  [...]
  WARNING: modpost: Found 5 section mismatch(es).
  To see full details build your kernel with:
  'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  [...]
  What's it telling me?  Is this something I should ignore?

 It's telling you to do 'make CONFIG_DEBUG_SECTION_MISMATCH=y' to get
 more info :P

Sure, but since I'm not a kernel hacker (to be able to meaningfully decipher 
10 pages of esoteric kernel debug info) and I could do without having to 
remake the kernel in a rush, I thought of asking here first.  ;-)

BTW, am I supposed to run by hand:

make CONFIG_DEBUG_SECTION_MISMATCH=y  make modules_install

or should I set CONFIG_DEBUG_SECTION_MISMATCH=y somewhere else?
-- 
Regards,
Mick


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


Re: [gentoo-user] Is this because of make oldconfig?

2008-07-18 Thread Mick
On Friday 18 July 2008, Duane Griffin wrote:
 2008/7/18 Mick [EMAIL PROTECTED]:
  Hi All,
 
  I rolled up a new kernel after I ran make oldconfig and noticed this
  little message:

 [snip]

  WARNING: modpost: Found 10 section mismatch(es).

 [snip]

  What's it telling me?  Is this something I should ignore?

 The tool has detected something that could be a kernel bug or could be
 a false positive. If it is a bug it may or may not actually affect
 you, but probably won't. You'll know if it does because you'll see
 nasty errors in your logs. I'd recommend ignoring it unless you see
 those errors, it shouldn't corrupt your data or anything like that.

 It has nothing to do with oldconfig.

Thanks guys.

-- 
Regards,
Mick


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


[gentoo-user] Re: xf86-video-ati-6.8.0-r1 problems

2008-07-18 Thread Nikos Chantziaras

Mick wrote:

[...]
For some reason on the 2.6.24-gentoo-r8 kernel the xf86-video-ati fails to 
install any modules, hence this message.  I haven't configured this box for 
ages so I may be misunderstanding something here.  Do I have to switch to the 
kernel drivers?


You need to compile a kernel with DRM + ATI Radeon support.  If you're 
not running this kernel in more than one machine, you can compile it in 
the kernel; no reason to make it a module.  If you intent to also try 
the proprietary driver, then you need to make it a module (because this 
driver provides its own DRM module.)


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



Re: [gentoo-user] Creating a wireless router

2008-07-18 Thread Stroller


On 18 Jul 2008, at 15:30, Jason Carson wrote:

...
I want to setup a wireless router for the first time using WPA.  
Here is

the setup I want...

Internet---Gentoo Wireless Router---My Computer

I have configured my kernel properly from what I can tell and emerged
madwifi. However when I modprobe ath_pci nothing shows up. When I do
ifconfig -a I get...



Hi there,

I assume you've read
http://gentoo-wiki.com/HOWTO_Building_a_Wireless_Access_Point ?

When I wrote this I was using a Prism54 card, not an Atheros-based  
one. I have used Atheros since (and would as a matter of choice), but  
it appears I never got around to updating the wiki (and I won't  
update it in the future because, basically, maintaining wikis is a  
lot of work). Further reading reveals inaccuracies in the current  
article.


Madwifi requires an extra step when creating the interface:

  wlanconfig ath0 create wlandev wifi0 wlanmode ap

  http://madwifi.org/wiki/UserDocs/SimpleAccessPoint

IIRC you can do this in your modprobe or udev rules (preferable), or  
as a preup stage in /etc/conf.d/net
IIRC a udev (??) rule is created automagically when you first create  
the interface and it's this you can edit to make it so that it  
automatically comes up as an AP, rather than in client mode.


You state that However when I modprobe ath_pci nothing shows up,  
but the interface HAS come up - it's shown as wifi0 in the ifconfig  
output you post. I don't use WPA but when using WEP (which I would  
advise you to get working first) you then have to:


  ifconfig wifi0 up
  iwconfig wifi0 mode Master essid foobert channel 11
  iwconfig wifi0 essid foobert channel 11 key aabbccdd

(or, obviously, the equivalent in /etc/conf.d/net - this is well  
documented in /etc/conf.d/net.example)


Anyway, Google madwifi master mode should give you plenty of fodder  
to get things up on a one-off basis using manual commands so that you  
can see it's working. You then just have to figure out how to  
integrate what you've learned into the Gentoo bootscripts - hopefully  
Google gentoo madwifi master mode will help.



However my computer doesn't show a wireless network to connect too.


I assume you mean your OTHER, client, computer by this. When posting  
problems it helps to be as explicit as possible - for example when  
posting the ifconfig output it would've been beneficial to post  
EVERYTHING you did in order to get there.


Oh! Also, the great thing about the madwifi drivers is that you can  
great virtual APs - as long as they all have the same channel then  
you can have wifi0, wifi1 and wifi2 on the same card (just  
`wlanconfig ath0 create wlandev wifi1 wlanmode ap  wlanconfig ath0  
create wlandev wifi2 wlanmode ap`). You can run one of these open,  
one as WEP and (presumably) one as WPA, bridging the secure networks  
with your wired LAN (for best integration) and NATting the open  
network using iptables (so you can give clients free or filtered  
internet access without having to worry about them accessing LAN  
services. This is useful if you have a Nintendo DS, which doesn't  
support WPA).


Please post back any problems.

Stroller.


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



Re: [gentoo-user] Video DVD Creation

2008-07-18 Thread sean


If you like to use a DVD-R, you may better use cdrecord instead of growisofs in 
order to get compatibility. Growisofs was designed on top of DVD+RW which uses 
something similar to packetwriting.


Use 


mkisofs -i xx.iso -dvd-video -r -J DVD/
cdrecord -v -sao xx.iso

Jörg



Thank You.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] 2.6.26, rtc problem

2008-07-18 Thread Neil Bothwick
On Fri, 18 Jul 2008 19:02:33 +0400, Andrew Gaydenko wrote:

 After upgrading to 2.6.26 I have got a problem with starting hwclock 
 service - it doesn't find /dev/rtc. I have tried to add rtc_cmos 
 to /conf.d/modules, but the module loads after the service starting. 

If you need rtc_cmos every time you boot, why not build it into the
kernel. That way you can be sure it will be available to anything that
needs it.


-- 
Neil Bothwick

Stop tagline theft! Copyright your tagline (c)


signature.asc
Description: PGP signature


Re: [gentoo-user] Creating a wireless router

2008-07-18 Thread Stroller


On 18 Jul 2008, at 17:10, Jason Carson wrote:

Yeah, I read the the HOWTO WAP but I am confused. It said to go to  
another

article when using MADWIFI which told be to use the command...

ifconfig ath0 down
wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0 wlanmode ap


Right. I didn't see that when reading the HOWTO today, but it is the  
same command as I gave in my message.


Which I did, but now when I try to startup net.ath0 I get the  
following...


penguin init.d # /etc/init.d/net.ath0 start
* Starting ath0
* Starting wpa_supplicant on ath0 ...
ioctl[SIOCSIWMODE]: Invalid argument
Could not configure driver to use managed mode [ ok ]
* Starting wpa_cli on ath0 ... [ ok ]
* Backgrounding ...

This..

ioctl[SIOCSIWMODE]: Invalid argument
Could not configure driver to use managed mode [ ok ]

...was not there before, what do I do?


Give fuller information.

What does `dmesg` say?
What does /var/log/messages (or whatever) say?
What do wpa-supplicant logs say?

I believe it's possible to compile wpa-supplicant with / without  
madwifi support, so you should check that. I'd also imagine it might  
be possible to compile madwifi with or without mastermode support, so  
you may need show that relevant kernel options have been compiled.


I believe that ioctl errors are generally associated with trying to  
tell hardware to do stuff it can't do. So drivers may be the cause  
here and I would certainly expect `dmesg` to be more verbose.


I would STRONGLY advise you to get the access-point working in master  
mode UNENCRYPTED before continuing to WEP or WPA configuration.  
Making *incremental* changes help isolate the problem.


Finally, unlike some, I have no objection to top-posting. What pisses  
me off immensely is *changing* the quoting-method of the thread. If  
you are the first person to reply to a post then by all means top- 
post; subsequent replies top-posted may be logical and readable. But  
if someone has replied by bottom-posting then top-posting breaks the  
continuity of the message. I have to read one level of quoting at the  
top of the message and another level at the bottom. Leaving aside any  
other debates about top- versus bottom-posting this does not make any  
sense AT ALL. Please do not do it!


Stroller.

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



[gentoo-user] Installation: help me set up my keyboard, please.

2008-07-18 Thread Alan Mackenzie
Hi, Gentoo,

I'm having a great time installing Gentoo, and everything's going
swimmingly, including having compiled a kernel, got networking working, I
can use a USB stick, .

Except I've hit a brick wall.  I want to set up my console keyboard, so I
go to edit /etc/conf.d/keymaps, as described in the x86 Handbook.

That file says, after a temporary previous edit:

#
# Use KEYMAP to specify the default console keymap.  There is a complete tree
# of keymaps in /usr/share/keymaps to choose from.

KEYMAP=uk
#

This is aggravatingly vague.  I cannot find anything to tell me _HOW_ to
Use KEYMAP to specify   Somehow, my current setting of uk seems
to find and load an appropriate keymap, perhaps
/usr/share/keymaps/i386/qwerty/uk.map.gz.

So the question is how do I get the system to load up my own special
keymap, currently called boottime.keymap.gz on my Debian system?  Where
must I write this file so that it gets loaded?  Where do I find the
documentation telling where to write this file?

I've delved into /etc/init.d/keymaps (a runscript shell), but it
appears merely to use ${KEYMAP}.  I cannot see how this script manages to
find a filename out of uk.  Presumably the interpreter /sbin/runscript
runs the find command, somehow.  But I can't find any documentation for
runscript.

So I'm stymied.  It's a real jar after so much of the installation has
gone so smoothly, with otherwise excellent documentation, well above
average for a Linux distro.

How do I set my keyboard layout?

Thanks in advance for the help!

-- 
Alan Mackenzie (Nuremberg, Germany).
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Installation: help me set up my keyboard, please.

2008-07-18 Thread Sebastian Günther
* Alan Mackenzie ([EMAIL PROTECTED]) [18.07.08 23:00]:
 Hi, Gentoo,
 
Hi,

 I'm having a great time installing Gentoo, and everything's going
 swimmingly, including having compiled a kernel, got networking working, I
 can use a USB stick, .
 
fine,

 Except I've hit a brick wall.  I want to set up my console keyboard, so I
 go to edit /etc/conf.d/keymaps, as described in the x86 Handbook.
 
Maybe you have just what the Germans call Ein Brett vorm Kopf

 That file says, after a temporary previous edit:
 
 #
 # Use KEYMAP to specify the default console keymap.  There is a complete tree
 # of keymaps in /usr/share/keymaps to choose from.
 
 KEYMAP=uk
 #
 
 This is aggravatingly vague.  I cannot find anything to tell me _HOW_ to
 Use KEYMAP to specify   Somehow, my current setting of uk seems
 to find and load an appropriate keymap, perhaps
 /usr/share/keymaps/i386/qwerty/uk.map.gz.
 
KEYMAP is just a env var which holds the arguments for loadkeys. And for 
sure it finds this keymap. And this is by far not vague. See below.

If you need uk keyboard layout: your done :-)

 So the question is how do I get the system to load up my own special
 keymap, currently called boottime.keymap.gz on my Debian system?  Where
 must I write this file so that it gets loaded?  Where do I find the
 documentation telling where to write this file?
 
 I've delved into /etc/init.d/keymaps (a runscript shell), but it
 appears merely to use ${KEYMAP}.  I cannot see how this script manages to
 find a filename out of uk.  Presumably the interpreter /sbin/runscript
 runs the find command, somehow.  But I can't find any documentation for
 runscript.
 

Keymaps are loaded with loadkeys. man loadkeys gives the glory details.
(there is also a hint how to set this as kernel keymap ;-))

It searches in /usr/share/keymaps for the string.

As you may have noticed all keymaps differ before the .map.gz. So it 
should go smoothly, if you put your keymap in any folder, an appropiate 
for sanity, and rename it to something unique, a la my-own-nifty.map.gz. 

Test it with 
# loadkeys my-own-nifty 

 So I'm stymied.  It's a real jar after so much of the installation has
 gone so smoothly, with otherwise excellent documentation, well above
 average for a Linux distro.
 
 How do I set my keyboard layout?
 

loadkeys

 Thanks in advance for the help!
 
HTH

Sebastian

-- 
  Religion ist das Opium des Volkes.   Karl Marx

 [EMAIL PROTECTED]@N GÜNTHER mailto:[EMAIL PROTECTED]


pgppPFrE6O6i5.pgp
Description: PGP signature


Re: [gentoo-user] 2.6.26, rtc problem

2008-07-18 Thread Andrew Gaydenko
=== On Saturday 19 July 2008, Neil Bothwick wrote: ===
 On Fri, 18 Jul 2008 19:02:33 +0400, Andrew Gaydenko wrote:
  After upgrading to 2.6.26 I have got a problem with starting hwclock
  service - it doesn't find /dev/rtc. I have tried to add rtc_cmos
  to /conf.d/modules, but the module loads after the service starting.

 If you need rtc_cmos every time you boot, why not build it into the
 kernel. That way you can be sure it will be available to anything that
 needs it.

At first, I frustrated with situation when I can not manage such things :-) 
Then, I don't understand the reason of the problem. And yet don't know is 
rtc_cmos the most appropriate choice.
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: No progress indicator in bootsplash

2008-07-18 Thread Nikos Chantziaras

Sebastian Günther wrote:

* Nikos Chantziaras ([EMAIL PROTECTED]) [16.07.08 17:55]:

Sebastian Günther wrote:

* Nikos Chantziaras ([EMAIL PROTECTED]) [16.07.08 15:02]:

Thanks for helping in tracking down this issue.  Here's /etc/conf.d/splash:

SPLASH_VERBOSE_ON_ERRORS=no
try turning this to yes, maybe there are some error messages that are 
missed.


I went back to troubleshoot this.  I *must* have been blind; during the 
INIT stage, there was a warning that /dev/tty1 is missing (/dev gets 
mounted too late for fbcondecor to access it).  I've created it manually 
(mknod tty1 c 4 1) and it works now :P


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



[gentoo-user] Non-case sensitive alphabetical sorting

2008-07-18 Thread Mark David Dumlao
When ordering items by name, a separate and distinct sequence is scene for
A-Z before the sequence for a-z. This is the expected behavior. What might i
need to look up to intermix [Aa]-[Zz]?


Re: [gentoo-user] Creating a wireless router - I got it working!

2008-07-18 Thread Jason Carson
ok, I got it working without encryption. Here is what I did I configured
my kernel according to these webpages...

http://madwifi.org/wiki/Requirements
and
http://madwifi.org/wiki/UserDocs/KernelConfig

...then I configured my system as follows...

1)Add madwifi to USE flags
2)emerge wpa_supplicant
3)emerge madwifi-ng and madwifi-ng-tools
4)cp net.eth0 net.ath0
5)rc-update add net.ath0 default
6)nano /etc/modprobe.d/ath_pci and add the following...
 options ath_pci autocreate=ap
7)add the following to /etc/conf.d/local.start
ifconfig ath0 down
wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0 wlanmode ap

8)nano /etc/conf.d/net and add
mode_ath0=Master
essid_ath0=CarsonNet
config_ath0=( 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 )
wpa_supplicant_ath0=-Dmadwifi

Then I configured dhcpd and bind which I won't get into and it all worked.
I now have a wireless access point with Gentoo!

So my question now is, how do I enable WPA encryption?

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



Re: [gentoo-user] Creating a wireless router - I got it working!

2008-07-18 Thread Jason Carson
 ok, I got it working without encryption. Here is what I did I configured
 my kernel according to these webpages...

 http://madwifi.org/wiki/Requirements
 and
 http://madwifi.org/wiki/UserDocs/KernelConfig

 ...then I configured my system as follows...

 1)Add madwifi to USE flags
 2)emerge wpa_supplicant
 3)emerge madwifi-ng and madwifi-ng-tools
 4)cp net.eth0 net.ath0
 5)rc-update add net.ath0 default
 6)nano /etc/modprobe.d/ath_pci and add the following...
  options ath_pci autocreate=ap
 7)add the following to /etc/conf.d/local.start

OOPS: I added it to local.stop

 ifconfig ath0 down
 wlanconfig ath0 destroy
 wlanconfig ath0 create wlandev wifi0 wlanmode ap

 8)nano /etc/conf.d/net and add
 mode_ath0=Master
 essid_ath0=CarsonNet
 config_ath0=( 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255
 )
 wpa_supplicant_ath0=-Dmadwifi

 Then I configured dhcpd and bind which I won't get into and it all worked.
 I now have a wireless access point with Gentoo!

 So my question now is, how do I enable WPA encryption?

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




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



[gentoo-user] dev-python/setuptools conflict when running python-updater

2008-07-18 Thread Walter Dnes
  I did some updates today.  emerge --sync and updated world on my
production machine.  Things went OK, including running python-updater.
Then I scp'd the contents of /usr/portage/distfiles over to my hot
backup machine, ran emerge --sync (pointing at my production machine)
and updated.  Just like on the main machine, /var/log/portage/elog had
an advisory to run python-updater.  This time, it didn't work...

===
d531 elog # /usr/sbin/python-updater
 * Starting Python Updater from 2.4 to 2.5 :
 *   Adding to list: =sys-libs/cracklib-2.8.10
 *   Adding to list: =net-mail/getmail-4.7.6
 *   Adding to list: =app-office/gnumeric-1.8.2
 *   Adding to list: =dev-java/java-config-1.3.7
 *   Adding to list: =dev-java/java-config-2.1.6
 *   Adding to list: =dev-python/python-fchksum-1.7.1
 *   Adding to list: =dev-python/docutils-0.4-r3
 *   Adding to list: =dev-python/setuptools-0.6_rc7-r1
 *   Adding to list: =dev-python/pycrypto-2.0.1-r6

These are the packages that would be merged, in order:

Calculating dependencies \
!!! Multiple versions within a single package slot have been 
!!! pulled into the dependency graph:

dev-python/setuptools:0

  ('ebuild', '/', 'dev-python/setuptools-0.6_rc7-r1', 'merge') (no
parents)

  ('ebuild', '/', 'dev-python/setuptools-0.6_rc8-r1', 'merge') pulled in
by
('ebuild', '/', 'dev-python/docutils-0.4-r3', 'merge')
===

  Masking out =dev-python/setuptools-0.6_rc7-r1 didn't work, so I'm
considering removing it.  Having been burned before when unmerging
core-utils (OUCH!!!) I thought I'd ask here before doing anything
stupid.  How do I get around this python-updater problem?

-- 
Walter Dnes [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] WPA encryption on my wireless network

2008-07-18 Thread Jason Carson
I have installed and configured my wirelss network with MadWifi and
wpa_supllicant. However it is unencrypted. What do I have to do to setup
WPA encryption? I have followed this
(http://gentoo-wiki.com/HOWTO_Building_a_Wireless_Access_Point#WPA_Encryption)
but when I run...

hostapd -dd /etc/hostapd/hostapd.conf

I get this...

Configuration file: /etc/hostapd/hostapd.conf
madwifi_set_iface_flags: dev_up=0
Using interface ath0 with hwaddr 00:19:5b:80:f2:d8 and ssid 'CarsonNet'
Flushing old station entries
madwifi_sta_deauth: addr=ff:ff:ff:ff:ff:ff reason_code=3
ioctl[unknown???]: Invalid argument
Could not connect to kernel driver.
Deauthenticate all stations
rmdir[ctrl_interface]: No such file or directory
madwifi_set_privacy: enabled=0
madwifi_set_iface_flags: dev_up=0

When I run this...

/etc/init.d/hostapd start

I get this...

* Starting hostapd ...
Configuration file: /etc/hostapd/hostapd.conf
Using interface ath0 with hwaddr 00:19:5b:80:f2:d8 and ssid 'CarsonNet'
Flushing old station entries
ioctl[unknown???]: Invalid argument
Could not connect to kernel driver.
Deauthenticate all stations
rmdir[ctrl_interface]: No such file or directory
[ !! ]


So what does this mean?

ioctl[unknown???]: Invalid argument

I can't get hostapd to startup until this is fixed.


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



Re: [gentoo-user] WPA encryption on my wireless network

2008-07-18 Thread Dale

Jason Carson wrote:

  SNIP 


So what does this mean?

ioctl[unknown???]: Invalid argument

I can't get hostapd to startup until this is fixed.


  


No knowledge here but google may have found something.

http://madwifi.org/ticket/422

Hope that helps.

Dale

:-)  :-)
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] WPA encryption on my wireless network

2008-07-18 Thread Jason Carson
 Jason Carson wrote:
   SNIP 


 So what does this mean?

 ioctl[unknown???]: Invalid argument

 I can't get hostapd to startup until this is fixed.




 No knowledge here but google may have found something.

 http://madwifi.org/ticket/422

 Hope that helps.

 Dale

That looked promising. There was a link on that page to another page that
looked like it would fix what was happening to me. Unforunately that last
link is broken

http://gnudot.org/howto/wifi/madwifi-wpa_supplicant_RSN_howto/madwifi-wpa_supplicant_RSN_howto.html

 :-)  :-)
 --
 gentoo-user@lists.gentoo.org mailing list




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



[gentoo-user] Mounting usb problem

2008-07-18 Thread Norman Hakim
Hi all,

I have problem regarding mounting my usb thumbdrive. I have tried to add this 
line to /etc/fstab:

echo /dev/usb /mnt/usb auto noauto,rw,user /etc/fstab

After i mount it:
mount /dev/usb

It shows there is no mount point for /dev/usb

I wonder is it this is the correct line that i should put into /etc/fstab?

Or should i post the output of dmesg here?


Regards,
Norman


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



Re: [gentoo-user] Mounting usb problem

2008-07-18 Thread Norman Hakim


NORMAN HAKIM YAHYA 


--- On Fri, 7/18/08, Norman Hakim [EMAIL PROTECTED] wrote:

 From: Norman Hakim [EMAIL PROTECTED]
 Subject: [gentoo-user] Mounting usb problem
 To: gentoo-user@lists.gentoo.org
 Date: Friday, July 18, 2008, 10:56 PM
 Hi all,
 
 I have problem regarding mounting my usb thumbdrive. I have
 tried to add this line to /etc/fstab:
 
 echo /dev/usb /mnt/usb auto noauto,rw,user
 /etc/fstab
 
 After i mount it:
 mount /dev/usb
 
 It shows there is no mount point for /dev/usb
 
 I wonder is it this is the correct line that i should put
 into /etc/fstab?
 
 Or should i post the output of dmesg here?
 
 
 Regards,
 Norman
 
 
   
 -- 
This is the output:

usb 1-1: new high speed USB device using ehci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
scsi 0:0:0:0: Direct-Access Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
SCSI device sda: 3973120 512-byte hdwr sectors (2034 MB)
sda: Write Protect is off
sda: Mode Sense: 23 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 3973120 512-byte hdwr sectors (2034 MB)
sda: Write Protect is off
sda: Mode Sense: 23 00 00 00
sda: assuming drive cache: write through
 sda: sda1
sd 0:0:0:0: Attached scsi removable disk sda
usb-storage: device scan complete
sd 0:0:0:0: Attached scsi generic sg0 type 0


Regards,
Norman









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



Re: [gentoo-user] Mounting usb problem

2008-07-18 Thread Allan Gottlieb
At Fri, 18 Jul 2008 20:56:24 -0700 (PDT) Norman Hakim [EMAIL PROTECTED] wrote:

 I have problem regarding mounting my usb thumbdrive. I have tried to
 add this line to /etc/fstab:

 echo /dev/usb /mnt/usb auto noauto,rw,user /etc/fstab

Do you have a file called /dev/usb ?

On my system they have longer names.

What does 
  ls /dev/usb*
show?

allan
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Mounting usb problem

2008-07-18 Thread Norman Hakim

 Do you have a file called /dev/usb ?
 
 On my system they have longer names.
 
 What does 
   ls /dev/usb*
 show?
 
 allan
 -- 
It shows:

/dev/usbdev1.1_ep00  /dev/usbdev1.2_ep81  /dev/usbdev3.1_ep81
/dev/usbdev1.1_ep81  /dev/usbdev2.1_ep00  /dev/usbdev4.1_ep00
/dev/usbdev1.2_ep00  /dev/usbdev2.1_ep81  /dev/usbdev4.1_ep81
/dev/usbdev1.2_ep02  /dev/usbdev3.1_ep00


Regards,
Norman


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