Re: [gentoo-user] Booting Gentoo from USB stick

2010-09-16 Thread J. Roeleveld
On Thursday 16 September 2010 00:34:39 Jake Moe wrote:
  On 16/09/10 08:26, Dale wrote:
  Jake Moe wrote:
  Thanks for that, I'll rebuild the genkernel with blkid support.
  
  As to the second suggestion, there is *no* /dev/sda1 (the partition in
  question).  It just doesn't exist for some reason.  However, fstab shows
  that it's mounted, and /sys/block has entries for the disk, so I'm not
  sure why it's dropped out.  I'm guessing it has something to do with
  udevd, or uevents?  Because shortly before that, I tell it to find the
  root partition at /dev/sda1, and it starts to boot, but then it loses
  it.
  
  Jake Moe
  
  The file fstab doesn't show what is mounted.  Either use the command
  mount with no options or cat /etc/mtab to see what is actually mounted.
  
  Dale
  
  :-)  :-)
 
 Gah, it's too early.  That's what I meant to say (and previously said in
 my original post): when I run mount, it shows /dev/sda1 is mounted on /.
 
 Jake Moe

I wonder if it looses the /dev tree when it mounts the root-partition read 
only prior to running the fsck.
That could explain why it's not there.

Try building a dummy /dev-tree on your root partition with the correct device-
nodes hardcoded for /dev/sdxx and see how far you get then?

--
Joost



[gentoo-user] Paper: Normalized source code repositories

2010-09-16 Thread Enrico Weigelt

Hi folks,


some while ago I've already talked a bit about the OSS-QM project
and it's source code repositories, which include upstreams together
with downstream's (distros, etc) changes.

Here's a paper describing it more in datail, from automated upstream
imports down to also importing downstream/distro changes automatically.

The latter works quite well for recent Debian packages (at least
when following their own policies ;-o), as they tell quite exactly
which patches have to be applied (and their order). For Gentoo it's
more complicated, as I dont know a way to exact that information yet.


http://www.metux.de/download/oss-qm/normalized_repository.pdf


cu
-- 
--
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weig...@metux.de
 mobile: +49 151 27565287  icq:   210169427 skype: nekrad666
--
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
--



Re: [gentoo-user] Booting Gentoo from USB stick

2010-09-16 Thread Jake Moe
 On 09/16/10 16:22, J. Roeleveld wrote:
 On Thursday 16 September 2010 00:34:39 Jake Moe wrote:
  On 16/09/10 08:26, Dale wrote:
 Jake Moe wrote:
 Thanks for that, I'll rebuild the genkernel with blkid support.

 As to the second suggestion, there is *no* /dev/sda1 (the partition in
 question).  It just doesn't exist for some reason.  However, fstab shows
 that it's mounted, and /sys/block has entries for the disk, so I'm not
 sure why it's dropped out.  I'm guessing it has something to do with
 udevd, or uevents?  Because shortly before that, I tell it to find the
 root partition at /dev/sda1, and it starts to boot, but then it loses
 it.

 Jake Moe
 The file fstab doesn't show what is mounted.  Either use the command
 mount with no options or cat /etc/mtab to see what is actually mounted.

 Dale

 :-)  :-)
 Gah, it's too early.  That's what I meant to say (and previously said in
 my original post): when I run mount, it shows /dev/sda1 is mounted on /.

 Jake Moe
 I wonder if it looses the /dev tree when it mounts the root-partition read 
 only prior to running the fsck.
 That could explain why it's not there.

 Try building a dummy /dev-tree on your root partition with the correct device-
 nodes hardcoded for /dev/sdxx and see how far you get then?

 --
 Joost

Erm, you've gone a bit beyond my knowledge there.  Are you saying I
should go into the maintenance console, create a dummy /devdir, and try
to mknod the hard drive?  I assume I'd use something like 'mknod
/dev/sda c 8 0'?  If not, what do you mean, cause you've lost me.

Jake Moe



Re: [gentoo-user] Booting Gentoo from USB stick

2010-09-16 Thread Al
 Ah, I see.  For this test, I have a second PC that I've unplugged the
 hard drive from.  And it's hard drive currently has a work Windows image
 on it, anyway, so it's definitely not booting from that.  :-)


I assume you have already tested it with a different USB stick and on
the other machine, so that you can exclude hardware issues?

Al



Re: [gentoo-user] Booting Gentoo from USB stick

2010-09-16 Thread J. Roeleveld
On Thursday 16 September 2010 12:01:43 Jake Moe wrote:
  On 09/16/10 16:22, J. Roeleveld wrote:
  On Thursday 16 September 2010 00:34:39 Jake Moe wrote:
   On 16/09/10 08:26, Dale wrote:
  Jake Moe wrote:
  Thanks for that, I'll rebuild the genkernel with blkid support.
  
  As to the second suggestion, there is *no* /dev/sda1 (the partition in
  question).  It just doesn't exist for some reason.  However, fstab
  shows that it's mounted, and /sys/block has entries for the disk, so
  I'm not sure why it's dropped out.  I'm guessing it has something to
  do with udevd, or uevents?  Because shortly before that, I tell it to
  find the root partition at /dev/sda1, and it starts to boot, but then
  it loses it.
  
  Jake Moe
  
  The file fstab doesn't show what is mounted.  Either use the command
  mount with no options or cat /etc/mtab to see what is actually
  mounted.
  
  Dale
  
  :-)  :-)
  
  Gah, it's too early.  That's what I meant to say (and previously said in
  my original post): when I run mount, it shows /dev/sda1 is mounted on
  /.
  
  Jake Moe
  
  I wonder if it looses the /dev tree when it mounts the root-partition
  read only prior to running the fsck.
  That could explain why it's not there.
  
  Try building a dummy /dev-tree on your root partition with the correct
  device- nodes hardcoded for /dev/sdxx and see how far you get then?
  
  --
  Joost
 
 Erm, you've gone a bit beyond my knowledge there.  Are you saying I
 should go into the maintenance console, create a dummy /devdir, and try
 to mknod the hard drive?  I assume I'd use something like 'mknod
 /dev/sda c 8 0'?  If not, what do you mean, cause you've lost me.
 
 Jake Moe

Ok, what I mean is that I think the following might happen:

1) root-dir from ramdisk is mounted under /
2) dev-tree is mounted under /dev
3) /dev/sda1 is mounted under /
4) at this point, /dev might no longer be accessible.

Now, if you make sure that on the USB-root (/dev/sda1) the folder /dev is 
actually populated, then it might continue through the boot-process.

Or, as you mentioned, issue mknod ...  commands while in that 
maintenance console, then it might be able to find the /dev/sda, /dev/sda1,... 
devices and continue.

Please bear in mind, I have not actually used nor needed a ramdisk to boot 
from ever since I started using Gentoo.
Not even when I played with booting from USB-sticks myself.
I simply build the kernel with all the necessary drivers compiled-in and used 
that to boot from.

This might also be an idea for you?

--
Joost

Eg. if you do the mknod-commands to build the /dev/sda, /dev/sda1, device 
nodes, then it should be able to continue.



[gentoo-user] no keyboard

2010-09-16 Thread a...@sourcegarden.de
 Hi guys, my installation was a success ;-). Everythink works fine,
expect my keyboard ;-(.
I got a Cherry GmbH CyMotion Master Linux Keyboard but, unable to
tip something in. So i have to access my system by ssh. i already
install evdev, so now the keyboard will discovered by lsusb:

Bus 005 Device 002: ID 046a:0023 Cherry GmbH CyMotion Master Linux
Keyboard

but i can't use it. i use also a USB-Mouse, with work perfectly fine
with gpm. I'm a little bit out of ideads so i'm ask here around.

Greeting alex


PS: by the way
Linux akendo 2.6.34-gentoo-r6 #1 SMP Wed Sep 15 15:25:29 CEST 2010
x86_64 AMD Processor model unknown AuthenticAMD GNU/Linux

no OS can't decet my cpu's name, meaning my bios is to old?

--
Sourcegarden GmbH HR: B-104357
Steuernummer: 37/167/21214 USt-ID: DE814784953
Geschaeftsfuehrer: Mario Scheliga, Rene Otto
Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929
Schoenhauser Allee 55, 10437 Berlin



Re: [gentoo-user] no keyboard

2010-09-16 Thread András Csányi
On 16 September 2010 17:08, a...@sourcegarden.de a...@sourcegarden.de wrote:
  Hi guys, my installation was a success ;-). Everythink works fine,
 expect my keyboard ;-(.
 I got a Cherry GmbH CyMotion Master Linux Keyboard but, unable to
 tip something in. So i have to access my system by ssh. i already
 install evdev, so now the keyboard will discovered by lsusb:

Hi Alex,

Have you tried to recompile already installed x11-drivers packages?
Have you put into make.con file INPUT_DEVICES=keyboard?

I'm sorry for dumb questions, but I think we should know these answers. :)

András

-- 
- -
--  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
http://facebook.com/andras.csanyi
--  Bízzál Istenben és tartsd szárazon a puskaport!.-- Cromwell



Re: [gentoo-user] no keyboard

2010-09-16 Thread a...@sourcegarden.de
 On 09/16/10 17:15, András Csányi wrote:
 On 16 September 2010 17:08, a...@sourcegarden.de
 a...@sourcegarden.de wrote:
 Hi guys, my installation was a success ;-). Everythink works
 fine, expect my keyboard ;-(. I got a Cherry GmbH CyMotion
 Master Linux Keyboard but, unable to tip something in. So i have
 to access my system by ssh. i already install evdev, so now the
 keyboard will discovered by lsusb:

 Hi Alex,

 Have you tried to recompile already installed x11-drivers
 packages? Have you put into make.con file
 INPUT_DEVICES=keyboard?

 I'm sorry for dumb questions, but I think we should know these
 answers. :)

 András

There is no dumb questions ;-), just logical and unlogical. But yeahr
i done it, twice.




--
Sourcegarden GmbH HR: B-104357
Steuernummer: 37/167/21214 USt-ID: DE814784953
Geschaeftsfuehrer: Mario Scheliga, Rene Otto
Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929
Schoenhauser Allee 55, 10437 Berlin


[gentoo-user] Re: no keyboard

2010-09-16 Thread Nikos Chantziaras

On 09/16/2010 06:08 PM, a...@sourcegarden.de wrote:

  Hi guys, my installation was a success ;-). Everythink works fine,
expect my keyboard ;-(.
I got a Cherry GmbH CyMotion Master Linux Keyboard but, unable to
tip something in. So i have to access my system by ssh. i already
install evdev, so now the keyboard will discovered by lsusb:

Bus 005 Device 002: ID 046a:0023 Cherry GmbH CyMotion Master Linux
Keyboard

but i can't use it. i use also a USB-Mouse, with work perfectly fine
with gpm. I'm a little bit out of ideads so i'm ask here around.


GPM?  Are you using X11 or just a console?

If you're using X11, which version?  With 1.8 and newer, disable the 
hal USE flag in xorg-server and enable the udev one.  Then make sure 
you delete everything from your xorg.conf except your graphics driver 
options.





Re: [gentoo-user] no keyboard

2010-09-16 Thread Neil Bothwick
On Thu, 16 Sep 2010 17:08:59 +0200, a...@sourcegarden.de wrote:

  Hi guys, my installation was a success ;-). Everythink works fine,
 expect my keyboard ;-(.
 I got a Cherry GmbH CyMotion Master Linux Keyboard but, unable to
 tip something in. So i have to access my system by ssh. i already
 install evdev, so now the keyboard will discovered by lsusb:

Does the keyboard work in a virtual console? I realise you may not be
able to exit X without a keyboard, but if you add gentoo=nox to the
kernel command line when booting you'll go straight into a VC.

If that works, it's an X problem, so post the output from 

grep '(EE)' /var/log/Xorg.0.log


-- 
Neil Bothwick

I heard someone tried the monkeys-on-typewriters bit trying for the plays
of W. Shakespeare but all they got was the collected works of Francis
Bacon


signature.asc
Description: PGP signature


Re: [gentoo-user] no keyboard

2010-09-16 Thread a...@sourcegarden.de
 On 09/16/10 17:32, Neil Bothwick wrote:
 On Thu, 16 Sep 2010 17:08:59 +0200, a...@sourcegarden.de wrote:

  Hi guys, my installation was a success ;-). Everythink works fine,
 expect my keyboard ;-(.
 I got a Cherry GmbH CyMotion Master Linux Keyboard but, unable to
 tip something in. So i have to access my system by ssh. i already
 install evdev, so now the keyboard will discovered by lsusb:
 Does the keyboard work in a virtual console? I realise you may not be
 able to exit X without a keyboard, but if you add gentoo=nox to the
 kernel command line when booting you'll go straight into a VC.

 If that works, it's an X problem, so post the output from 

 grep '(EE)' /var/log/Xorg.0.log


On 09/16/10 17:29, Nikos Chantziaras wrote:
 On 09/16/2010 06:08 PM, a...@sourcegarden.de wrote:
 Hi guys, my installation was a success ;-). Everythink works
 fine, expect my keyboard ;-(. I got a Cherry GmbH CyMotion
 Master Linux Keyboard but, unable to tip something in. So i have
 to access my system by ssh. i already install evdev, so now the
 keyboard will discovered by lsusb:

 Bus 005 Device 002: ID 046a:0023 Cherry GmbH CyMotion Master
 Linux Keyboard

 but i can't use it. i use also a USB-Mouse, with work perfectly
 fine with gpm. I'm a little bit out of ideads so i'm ask here
 around.

 GPM? Are you using X11 or just a console?

 If you're using X11, which version? With 1.8 and newer, disable
 the hal USE flag in xorg-server and enable the udev one. Then
 make sure you delete everything from your xorg.conf except your
 graphics driver options.


i use X11 and gpm, currenly i install gnome. i was't shore about my
usb support, so i try out  with gpm, witch work fine. currently there
is only a xterm. But i'm not able to run startx, no keyboard.

Oh i will try it out for next reboot.

Greeting Alex

PS: I suffering a little biti need the xorg to install my keyboard,
which i can't start without a keyboard...




--
Sourcegarden GmbH HR: B-104357
Steuernummer: 37/167/21214 USt-ID: DE814784953
Geschaeftsfuehrer: Mario Scheliga, Rene Otto
Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929
Schoenhauser Allee 55, 10437 Berlin


[gentoo-user] gcc +gcj ???

2010-09-16 Thread james
hello,

I wanted to install pdftk, but it requires
that gcc is compiled with gcj.

Is this a good idea?

Enable building with gcj 
(The GNU Compiler for the Javatm Programming Language)

Equery shows no packages having this use flag:

equery hasuse ecj -p
[ Searching for USE flag ecj in all categories among: ]
 * installed packages
 * Portage tree (/usr/portage)


Any guidance or suggestions here with the gcj flag
enable for gcc, would be appreciated.


James




Re: [gentoo-user] no keyboard

2010-09-16 Thread Neil Bothwick
On Thu, 16 Sep 2010 17:47:50 +0200, a...@sourcegarden.de wrote:

 So i try out, startx was successfully but also, no keyboard. i got now
 a xorg.conf, so i will try to deal with this hope it will better ;/

So it's only X? What's the result of grepping the log file?


-- 
Neil Bothwick

We are from the planet Taglinis. Take us to your reader!


signature.asc
Description: PGP signature


Re: [gentoo-user] gcc +gcj ???

2010-09-16 Thread Nils Larsson
torsdag 16 september 2010 17.39.25 skrev  james:
 hello,
 
 I wanted to install pdftk, but it requires
 that gcc is compiled with gcj.
 
 Is this a good idea?

If that's what you need then yes. Enable USE=gcj on sys-devel/gcc.



Re: [gentoo-user] no keyboard

2010-09-16 Thread a...@sourcegarden.de
 On 09/16/10 17:38, a...@sourcegarden.de wrote:
 On 09/16/10 17:32, Neil Bothwick wrote:
 On Thu, 16 Sep 2010 17:08:59 +0200, a...@sourcegarden.de wrote:

 Hi guys, my installation was a success ;-). Everythink works
 fine, expect my keyboard ;-(. I got a Cherry GmbH CyMotion
 Master Linux Keyboard but, unable to tip something in. So i
 have to access my system by ssh. i already install evdev, so
 now the keyboard will discovered by lsusb:
 Does the keyboard work in a virtual console? I realise you may
 not be able to exit X without a keyboard, but if you add
 gentoo=nox to the kernel command line when booting you'll go
 straight into a VC.

 If that works, it's an X problem, so post the output from

 grep '(EE)' /var/log/Xorg.0.log


 On 09/16/10 17:29, Nikos Chantziaras wrote:
 On 09/16/2010 06:08 PM, a...@sourcegarden.de wrote:
 Hi guys, my installation was a success ;-). Everythink works
 fine, expect my keyboard ;-(. I got a Cherry GmbH CyMotion
 Master Linux Keyboard but, unable to tip something in. So i
 have to access my system by ssh. i already install evdev, so
 now the keyboard will discovered by lsusb:

 Bus 005 Device 002: ID 046a:0023 Cherry GmbH CyMotion Master
 Linux Keyboard

 but i can't use it. i use also a USB-Mouse, with work
 perfectly fine with gpm. I'm a little bit out of ideads so i'm
 ask here around.

 GPM? Are you using X11 or just a console?

 If you're using X11, which version? With 1.8 and newer, disable
 the hal USE flag in xorg-server and enable the udev one.
 Then make sure you delete everything from your xorg.conf except
 your graphics driver options.


 i use X11 and gpm, currenly i install gnome. i was't shore about
 my usb support, so i try out with gpm, witch work fine. currently
 there is only a xterm. But i'm not able to run startx, no
 keyboard.

 Oh i will try it out for next reboot.

 Greeting Alex

 PS: I suffering a little biti need the xorg to install my
 keyboard, which i can't start without a keyboard...




 -- Sourcegarden GmbH HR: B-104357 Steuernummer: 37/167/21214
 USt-ID: DE814784953 Geschaeftsfuehrer: Mario Scheliga, Rene Otto
 Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929 Schoenhauser Allee
 55, 10437 Berlin

 -- Sourcegarden GmbH HR: B-104357 Steuernummer: 37/167/21214
 USt-ID: DE814784953 Geschaeftsfuehrer: Mario Scheliga, Rene Otto
 Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929 Schoenhauser Allee
 55, 10437 Berlin

So i try out, startx was successfully but also, no keyboard. i got now
a xorg.conf, so i will try to deal with this hope it will better ;/

Greeting Alex


--
Sourcegarden GmbH HR: B-104357
Steuernummer: 37/167/21214 USt-ID: DE814784953
Geschaeftsfuehrer: Mario Scheliga, Rene Otto
Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929
Schoenhauser Allee 55, 10437 Berlin


Re: [gentoo-user] no keyboard

2010-09-16 Thread Jake Moe
 On 09/17/10 02:00, a...@sourcegarden.de wrote:
  On 09/16/10 17:55, Neil Bothwick wrote:
 On Thu, 16 Sep 2010 17:47:50 +0200, a...@sourcegarden.de wrote:

 So i try out, startx was successfully but also, no keyboard. i got now
 a xorg.conf, so i will try to deal with this hope it will better
 ;/No both
 So it's only X? What's the result of grepping the log file?


 No both got no keyboard, tty and X.
 Here the Xorg.0.log:

 X.Org X Server 1.7.7
 Release Date: 2010-05-04
 X Protocol Version 11, Revision 0
 Build Operating System: Linux 2.6.34-gentoo-r6 x86_64
 Current Operating System: Linux akendo 2.6.34-gentoo-r6 #1 SMP Wed Sep
 15 15:25:29 CEST 2010 x86_64
 Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk=4098
 real_root=/dev/sda5 vga=0x346
 Build Date: 15 September 2010  07:52:34PM
  
 Current version of pixman: 0.18.2
 Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
 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: Thu Sep 16 15:44:42 2010
 (++) Using config file: /root/xorg.conf.new
 (==) ServerLayout X.org Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor Monitor0
 (**) |   |--Device Card0
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (==) Automatically adding devices
 (==) Automatically enabling devices
 (WW) The directory /usr/share/fonts/TTF/ does not exist.
 Entry deleted from font path.
 (WW) The directory /usr/share/fonts/OTF does not exist.
 Entry deleted from font path.
 (WW) The directory /usr/share/fonts/Type1/ does not exist.
 Entry deleted from font path.
 (WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/100dpi/.
 Entry deleted from font path.
 (Run 'mkfontdir' on /usr/share/fonts/100dpi/).
 (WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/75dpi/.
 Entry deleted from font path.
 (Run 'mkfontdir' on /usr/share/fonts/75dpi/).
 (WW) The directory /usr/share/fonts/TTF/ does not exist.
 Entry deleted from font path.
 (WW) The directory /usr/share/fonts/OTF does not exist.
 Entry deleted from font path.
 (WW) The directory /usr/share/fonts/Type1/ does not exist.
 Entry deleted from font path.
 (WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/100dpi/.
 Entry deleted from font path.
 (Run 'mkfontdir' on /usr/share/fonts/100dpi/).
 (WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/75dpi/.
 Entry deleted from font path.
 (Run 'mkfontdir' on /usr/share/fonts/75dpi/).
 (**) FontPath set to:
 /usr/share/fonts/misc/,
 /usr/share/fonts/misc/
 (**) ModulePath set to /usr/lib64/xorg/modules
 (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
 'vmmouse' will be disabled.
 (WW) Disabling Mouse0
 (WW) Disabling Keyboard0
 (II) Loader magic: 0x7bc800
 (II) Module ABI versions:
 X.Org ANSI C Emulation: 0.4
 X.Org Video Driver: 6.0
 X.Org XInput driver : 7.0
 X.Org Server Extension : 2.0
 (--) using VT number 7

 (--) PCI:*(0:1:5:0) 1002:9614:1849:9614 ATI Technologies Inc Radeon HD
 3300 Graphics rev 0, Mem @ 0xd000/268435456, 0xfe9f/65536,
 0xfe80/1048576, I/O @ 0xc000/256
 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
 (II) extmod will be loaded. This was enabled by default and also
 specified in the config file.
 (II) dbe will be loaded. This was enabled by default and also
 specified in the config file.
 (II) glx will be loaded. This was enabled by default and also
 specified in the config file.
 (II) record will be loaded. This was enabled by default and also
 specified in the config file.
 (II) dri will be loaded. This was enabled by default and also
 specified in the config file.
 (II) dri2 will be loaded. This was enabled by default and also
 specified in the config file.
 (II) LoadModule: dri
 (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
 (II) Module dri: vendor=X.Org Foundation
 compiled for 1.7.7, module version = 1.0.0
 ABI class: X.Org Server Extension, version 2.0
 (II) Loading extension XFree86-DRI
 (II) LoadModule: dri2
 (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
 (II) Module dri2: vendor=X.Org Foundation
 compiled for 1.7.7, module version = 1.1.0
 ABI class: X.Org Server Extension, version 2.0
 (II) Loading extension DRI2
 (II) LoadModule: extmod
 (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
 (II) Module extmod: vendor=X.Org Foundation
 compiled for 1.7.7, module version = 1.0.0
 Module class: X.Org Server Extension
 ABI class: X.Org Server Extension, version 2.0
 (II) Loading extension MIT-SCREEN-SAVER
 (II) Loading extension XFree86-VidModeExtension
 (II) Loading extension XFree86-DGA
 (II) Loading extension DPMS
 (II) Loading extension XVideo
 

[gentoo-user] USB 3 HD worked, then quit?

2010-09-16 Thread Andrew Wilkinson
I have an external USB3 hard drive that use for backup purposes.  This
morning everything worked fine, until suddenly the computer froze completely
and was non-responsive to local or remote commands.   After I hit the reset
button and it come back up, the HD no longer connects via xhci (though it
works fine via ehci).  I recompiled my kernel with xhci debug messages, but
I really don't have a clue what this stuff is talking about.

I've attached the output of dmesg | grep -i xhci.  If anyone can make more
sense of this than I can, I'd surely appreciate it.

Thanks!

-Andy


dmesg-xhci_hcd.log
Description: Binary data


[gentoo-user] Re: no keyboard

2010-09-16 Thread Jörg Schaible
Hi Alex,

a...@sourcegarden.de wrote:

  Hi guys, my installation was a success ;-). Everythink works fine,
 expect my keyboard ;-(.
 I got a Cherry GmbH CyMotion Master Linux Keyboard but, unable to
 tip something in. So i have to access my system by ssh. i already
 install evdev, so now the keyboard will discovered by lsusb:
 
 Bus 005 Device 002: ID 046a:0023 Cherry GmbH CyMotion Master Linux
 Keyboard
 
 but i can't use it. i use also a USB-Mouse, with work perfectly fine
 with gpm. I'm a little bit out of ideads so i'm ask here around.

Replug the cable. I have the same problem with 2.6.34 and it is solved with 
2.6.35 (- which has unfortunately different problems).

- Jörg




[gentoo-user] How to get hid2hci command

2010-09-16 Thread Hung Dang
 Hi all,

I need to use hid2hci for my bluetooth keyboad. However, I could not
figure out how to get the hid2hci command.
Any suggestion would be appreciate?

Thanks in advance
Hung


Re: [gentoo-user] no keyboard

2010-09-16 Thread a...@sourcegarden.de

I've run into a similar situation in with my installs.  The problem
comes from the fact that in the kernel configuration, HID support
options come *before* USB support options.  If USB is originally off,
then when you first go through the HID options, the USB Keyboard option
isn't there.

So you need:
CONFIG_USB
one or more of the following (as appropriate for your system)
  CONFIG_USB_EHCI_HCD
  CONFIG_USB_OHCI_HCD
  CONFIG_USB_UHCI_HCD
CONFIG_HID_USB

to make your USB keyboard work.

Jake Moe



i have looked into my kernel, i got this option, but still the keyboard
don't want to work.

--
Sourcegarden GmbH HR: B-104357
Steuernummer: 37/167/21214 USt-ID: DE814784953
Geschaeftsfuehrer: Mario Scheliga, Rene Otto
Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929
Schoenhauser Allee 55, 10437 Berlin



Re: [gentoo-user] no keyboard

2010-09-16 Thread Jake Moe
 On 17/09/10 04:33, a...@sourcegarden.de wrote:
  On 09/16/10 19:46, Jake Moe wrote:
 On 09/17/10 02:00, a...@sourcegarden.de wrote:
 On 09/16/10 17:55, Neil Bothwick wrote:
 On Thu, 16 Sep 2010 17:47:50 +0200, a...@sourcegarden.de
 wrote:

 So i try out, startx was successfully but also, no keyboard.
 i got now a xorg.conf, so i will try to deal with this
 hope it will better
 ;/No both
 So it's only X? What's the result of grepping the log file?


 No both got no keyboard, tty and X. Here the Xorg.0.log:

 X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version
 11, Revision 0 Build Operating System: Linux 2.6.34-gentoo-r6
 x86_64 Current Operating System: Linux akendo 2.6.34-gentoo-r6 #1
 SMP Wed Sep 15 15:25:29 CEST 2010 x86_64 Kernel command line:
 root=/dev/ram0 init=/linuxrc ramdisk=4098 real_root=/dev/sda5
 vga=0x346 Build Date: 15 September 2010 07:52:34PM

 Current version of pixman: 0.18.2 Before reporting problems,
 check http://wiki.x.org to make sure that you have the latest
 version. 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: Thu Sep
 16 15:44:42 2010 (++) Using config file: /root/xorg.conf.new
 (==) ServerLayout X.org Configured (**) |--Screen Screen0
 (0) (**) | |--Monitor Monitor0 (**) | |--Device Card0
 (**) |--Input Device Mouse0 (**) |--Input Device Keyboard0
 (==) Automatically adding devices (==) Automatically enabling
 devices (WW) The directory /usr/share/fonts/TTF/ does not
 exist. Entry deleted from font path. (WW) The directory
 /usr/share/fonts/OTF does not exist. Entry deleted from font
 path. (WW) The directory /usr/share/fonts/Type1/ does not
 exist. Entry deleted from font path. (WW) `fonts.dir' not found
 (or not valid) in /usr/share/fonts/100dpi/. Entry deleted from
 font path. (Run 'mkfontdir' on /usr/share/fonts/100dpi/). (WW)
 `fonts.dir' not found (or not valid) in
 /usr/share/fonts/75dpi/. Entry deleted from font path. (Run
 'mkfontdir' on /usr/share/fonts/75dpi/). (WW) The directory
 /usr/share/fonts/TTF/ does not exist. Entry deleted from font
 path. (WW) The directory /usr/share/fonts/OTF does not exist.
 Entry deleted from font path. (WW) The directory
 /usr/share/fonts/Type1/ does not exist. Entry deleted from font
 path. (WW) `fonts.dir' not found (or not valid) in
 /usr/share/fonts/100dpi/. Entry deleted from font path. (Run
 'mkfontdir' on /usr/share/fonts/100dpi/). (WW) `fonts.dir' not
 found (or not valid) in /usr/share/fonts/75dpi/. Entry deleted
 from font path. (Run 'mkfontdir' on /usr/share/fonts/75dpi/).
 (**) FontPath set to: /usr/share/fonts/misc/,
 /usr/share/fonts/misc/ (**) ModulePath set to
 /usr/lib64/xorg/modules (WW) AllowEmptyInput is on, devices
 using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW)
 Disabling Mouse0 (WW) Disabling Keyboard0 (II) Loader magic:
 0x7bc800 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4
 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server
 Extension : 2.0 (--) using VT number 7

 (--) PCI:*(0:1:5:0) 1002:9614:1849:9614 ATI Technologies Inc
 Radeon HD 3300 Graphics rev 0, Mem @ 0xd000/268435456,
 0xfe9f/65536, 0xfe80/1048576, I/O @ 0xc000/256 (WW)
 Open ACPI failed (/var/run/acpid.socket) (No such file or
 directory) (II) extmod will be loaded. This was enabled by
 default and also specified in the config file. (II) dbe will be
 loaded. This was enabled by default and also specified in the
 config file. (II) glx will be loaded. This was enabled by
 default and also specified in the config file. (II) record will
 be loaded. This was enabled by default and also specified in the
 config file. (II) dri will be loaded. This was enabled by
 default and also specified in the config file. (II) dri2 will
 be loaded. This was enabled by default and also specified in the
 config file. (II) LoadModule: dri (II) Loading
 /usr/lib64/xorg/modules/extensions/libdri.so (II) Module dri:
 vendor=X.Org Foundation compiled for 1.7.7, module version =
 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading
 extension XFree86-DRI (II) LoadModule: dri2 (II) Loading
 /usr/lib64/xorg/modules/extensions/libdri2.so (II) Module dri2:
 vendor=X.Org Foundation compiled for 1.7.7, module version =
 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading
 extension DRI2 (II) LoadModule: extmod (II) Loading
 /usr/lib64/xorg/modules/extensions/libextmod.so (II) Module
 extmod: vendor=X.Org Foundation compiled for 1.7.7, module
 version = 1.0.0 Module class: X.Org Server Extension ABI class:
 X.Org Server Extension, version 2.0 (II) Loading extension
 MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension
 (II) Loading extension XFree86-DGA (II) Loading extension DPMS
 (II) Loading extension XVideo (II) Loading extension
 XVideo-MotionCompensation (II) Loading extension 

Re: [gentoo-user] no keyboard

2010-09-16 Thread a...@sourcegarden.de
 This make me crazy, no keyboard and i need the system :( , why the
same keyboard work on my laptop without a problem?

--
Sourcegarden GmbH HR: B-104357
Steuernummer: 37/167/21214 USt-ID: DE814784953
Geschaeftsfuehrer: Mario Scheliga, Rene Otto
Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929
Schoenhauser Allee 55, 10437 Berlin



Re: [gentoo-user] no keyboard

2010-09-16 Thread Jake Moe
 On 17/09/10 07:38, a...@sourcegarden.de wrote:
  This make me crazy, no keyboard and i need the system :( , why the
 same keyboard work on my laptop without a problem?

 --
 Sourcegarden GmbH HR: B-104357
 Steuernummer: 37/167/21214 USt-ID: DE814784953
 Geschaeftsfuehrer: Mario Scheliga, Rene Otto
 Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929
 Schoenhauser Allee 55, 10437 Berlin

Maybe you already have USB HID support in your laptop kernel?

Jake Moe



Re: [gentoo-user] no keyboard

2010-09-16 Thread a...@sourcegarden.de
 On 09/16/10 23:46, Jake Moe wrote:
 On 17/09/10 07:38, a...@sourcegarden.de wrote:
 This make me crazy, no keyboard and i need the system :( , why
 the same keyboard work on my laptop without a problem?

 -- Sourcegarden GmbH HR: B-104357 Steuernummer: 37/167/21214
 USt-ID: DE814784953 Geschaeftsfuehrer: Mario Scheliga, Rene Otto
 Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929 Schoenhauser
 Allee 55, 10437 Berlin

 Maybe you already have USB HID support in your laptop kernel?

 Jake Moe

hm... i shout just try to rebuild it, but the keyboard also not work
in the livedvd (10.0 Gentoo)...




--
Sourcegarden GmbH HR: B-104357
Steuernummer: 37/167/21214 USt-ID: DE814784953
Geschaeftsfuehrer: Mario Scheliga, Rene Otto
Bank: Deutsche Bank, BLZ: 10070024, KTO: 0810929
Schoenhauser Allee 55, 10437 Berlin


Re: [gentoo-user] gcc +gcj ???

2010-09-16 Thread Albert Hopkins
On Thu, 2010-09-16 at 15:39 +, james wrote:
 
 I wanted to install pdftk, but it requires
 that gcc is compiled with gcj.
 
 Is this a good idea? 

Do you want to actually install and use pdftk?  If so then I think it's
a great idea!

-a





Re: [gentoo-user] How to get hid2hci command

2010-09-16 Thread Kyle Bader
net-wireless/bluez maybe?

Kyle

On Sep 16, 2010 1:01 PM, Hung Dang hungp...@gmail.com wrote:

 Hi all,

I need to use hid2hci for my bluetooth keyboad. However, I could not figure
out how to get the hid2hci command.
Any suggestion would be appreciate?

Thanks in advance
Hung


[gentoo-user] autounmask not doing to well

2010-09-16 Thread Dale

Hi folks,

The latest KDE 4.5.1 has hit the tree.  It made it there a few days 
ago.  Yeppie!!  It is masked but I wanted to try to install it again.  
The last time was a mess to say it lightly.  I use autounmask to unmask 
it.  I use this command:


autounmask kde-base/kde-meta-4.5.1

I don't use the -n option but it doesn't seem to matter even if I do.  
I'm on portage-2.2_rc67 and autounmask-0.27 which is the only version I 
see in the tree.  After I run autounmask and then do a emerge -uvDNa 
world, I get this:


r...@smoker / # emerge -uvDNa world

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

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy 
=kde-base/kdelibs-[-kdeprefix,-aqua].

(dependency required by kde-base/liboxygenstyle- [installed])
(dependency required by kde-base/kdebase-meta-4.5.1 [ebuild])
(dependency required by kde-base/kde-meta-4.5.1 [ebuild])
(dependency required by @world [argument])

r...@smoker / #

If I add that kdelibs package to the unmask file, it just goes to the 
nest blocker and this continues until I get the idea something is not 
working right.  So, is autounmask not working right?  Am I not doing 
something right?  Am I missing something?


Oh, I don't currently have any overlays on here.  I waited until it hit 
the tree and had a couple days to settle down.


Thanks for any insight on this.

Dale

:-)  :-)



[gentoo-user] To be sse3 or not to be sse3, that is the phenom!

2010-09-16 Thread meino . cramer

Hi,

 short question:
 My PC runs a AMD Phenom II X6 1090T (E0 stepping, Black Edition).
 cat /proc/cpuinfo claims, that the processor does support sse, sse2
 and sse4a (sse3 is missing).

 Wikipedia states for the same CPU that it would support sse3.

 What is correct?

 Best regards,
 mcc






Re: [gentoo-user] HAL permissions? (k3b sees no device at all)

2010-09-16 Thread meino . cramer
Andr??s Becerra Sandoval andres.bece...@gmail.com [10-09-15 18:25]:
 On Tue, Sep 14, 2010 at 7:06 PM, meino.cra...@gmx.de wrote:
 
  Hi,
 
   while installing my 64bit Gentoo on base on the configuration
   of 32bit system I came across the problem, that k3b did not
   see any devices.
 
   HAD was running, butL: When hal-devices was executed as user no
   devices found (none! not single!) was reported, while executing the
   same command as root works fine. With strace I found that this was
   due to permissions problems dbus has.
 
   I fixed this by removing a section (found by diffing a
   configuration of and old but working version of dbus) from
   /etc/dbus-1/system.conf, without really knowing the impact.
 
   Now hal-devices also reports to a normal user.
 
   I added both system.conf files for your information to this email.
 
   org.system.conf is the file, which was originally installed and
   which does not work. system.conf is the hacked one, which work,
   but which may do other things (currently unkonw to me) things wrong.
 
   What is the correct way to fix permission problems
   (or access rights) in conjunction with dbus the correct way?
 
   Thank you for your help in advance!
 
   Best regards,
   mcc
 
 
 
 
 Hello,
 
 I had the same problem before migrating my kernel to use ATA instead of
 deprecated IDE support for disks and cd/dvd drives. After migration,
 everything is working just fine.
 
 -- 
   Andrés Becerra Sandoval

Hi,

Thanks fpr your reply ! :)

I am using a IDE to USB bridge which connect my (older) IDE-based
burner to my USB port...

Its seems, no ATA/IDE driver is involved ?!

Best regards,
mcc









Re: [gentoo-user] To be sse3 or not to be sse3, that is the phenom!

2010-09-16 Thread Nils Larsson
fredag 17 september 2010 05.21.42 skrev  meino.cra...@gmx.de:
 Hi,
 
  short question:
  My PC runs a AMD Phenom II X6 1090T (E0 stepping, Black Edition).
  cat /proc/cpuinfo claims, that the processor does support sse, sse2
  and sse4a (sse3 is missing).
 
  Wikipedia states for the same CPU that it would support sse3.
 
  What is correct?
 
  Best regards,
  mcc

IIRC the sse3 flag is pni.



Re: [gentoo-user] How to get hid2hci command - SOLVED

2010-09-16 Thread Hung Dang
 On 09/16/10 20:34, Kyle Bader wrote:

 net-wireless/bluez maybe?

 Kyle

 On Sep 16, 2010 1:01 PM, Hung Dang hungp...@gmail.com
 mailto:hungp...@gmail.com wrote:

 Hi all,

 I need to use hid2hci for my bluetooth keyboad. However, I could not
 figure out how to get the hid2hci command.
 Any suggestion would be appreciate?

 Thanks in advance
 Hung
Thanks Kyle. I have bluez-4.7.1 installed in my system and it turn out
that hid2hci is located at /lib64/udev/ which does not include in system
path.

Thanks
Hung


Re: [gentoo-user] autounmask not doing to well

2010-09-16 Thread Alan McKinnon
Apparently, though unproven, at 04:58 on Friday 17 September 2010, Dale did 
opine thusly:

 Hi folks,
 
 The latest KDE 4.5.1 has hit the tree.  It made it there a few days
 ago.  Yeppie!!  It is masked but I wanted to try to install it again.
 The last time was a mess to say it lightly.  I use autounmask to unmask
 it.  I use this command:
 
 autounmask kde-base/kde-meta-4.5.1
 
 I don't use the -n option but it doesn't seem to matter even if I do.
 I'm on portage-2.2_rc67 and autounmask-0.27 which is the only version I
 see in the tree.  After I run autounmask and then do a emerge -uvDNa
 world, I get this:
 
 r...@smoker / # emerge -uvDNa world
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
 
 emerge: there are no ebuilds to satisfy
 =kde-base/kdelibs-[-kdeprefix,-aqua].
 (dependency required by kde-base/liboxygenstyle- [installed])
 (dependency required by kde-base/kdebase-meta-4.5.1 [ebuild])
 (dependency required by kde-base/kde-meta-4.5.1 [ebuild])
 (dependency required by @world [argument])
 
 r...@smoker / #
 
 If I add that kdelibs package to the unmask file, it just goes to the
 nest blocker and this continues until I get the idea something is not
 working right.  So, is autounmask not working right?  Am I not doing
 something right?  Am I missing something?


It's not kdelibs that's your problem, it is liboxygen style. portage wants to 
use version  from svn and it's that that is pulling in kdelibs.

Fix your unmask for liboxygenstyle, then see with -t why it wants the - 
version


-- 
alan dot mckinnon at gmail dot com