<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.gentoo.amd64">
    <title>gmane.linux.gentoo.amd64</title>
    <link>http://blog.gmane.org/gmane.linux.gentoo.amd64</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16364"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16319"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16316"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16315"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16302"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16296"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16286"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16282"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16262"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16247"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16225"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16220"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16190"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16182"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16177"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16174"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16171"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16163"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16153"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.gentoo.amd64/16151"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16364">
    <title>Drivers For USB HDD</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16364</link>
    <description>&lt;pre&gt;Hello,

I recently acquired a Seagate USB external HDD but could not get it
to function on my Gentoo Linux.  Specifically, the drivers and commands
that I used were as follows:

modprobe sg
modprobe usb-storage
mount -t usbfs none /proc/bus/usb

At this point, according to the kernel log, the drive was recognized
but there were errors in reading and so I could not finally mount
the NTFS file system that the drive contained.  Fdisk could not
recognize the drive.

Using a Gentoo Live DVD to boot Linux, the drive was recognized without
any read errors.  In this case fdisk could recognize the drive.  I then
attempted to reformat the drive with an ext2 file system but the format
failed.

After reading bad on-line reviews for this particular Seagate USB HDD,
I returned it for a refund.  Now I want to try a Western Digital USB HDD
but I need to know exactly what drivers and commands can be used to 
successfully recognize and mount the WD drive.

My USB thumb drives can all be successfully recognized with the sg and
usb-storage modules (as shown in the commands above).  Is this all I would
need to mount a Western Digital USB HDD or is there some other module that
needs to be loaded?

As I mentioned, the Gentoo Live DVD was able to recognize the drive.  How
was this done?

Internet searches only provide comments from Ubuntu or Fedora users
stating that "I plugged it in and it worked," which are next to useless.
I need to know what modules (drivers) and basic commands can get a Western
Digital USB external HDD to successfully mount.

Frank Peters



&lt;/pre&gt;</description>
    <dc:creator>Frank Peters</dc:creator>
    <dc:date>2012-05-06T18:29:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16319">
    <title>Kernel-3.3.0 and Nvidia-drivers</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16319</link>
    <description>&lt;pre&gt;Linux-3.3.0 is released and, as is my usual habit, I downloaded and compiled
the plain vanilla source.

After rebooting to the command console, and before starting X, I needed
to re-install the nvidia-driver module for the new kernel.  Doing
"emerge nvidia-drivers" gave me the following error (the entire build log
is attached):

Preparing nvidia module
make -j9 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- 'LDFLAGS=-m elf_x86_64' IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/lib/modules/3.3.0/build CC=x86_64-pc-linux-gnu-gcc clean module 

*** Unable to determine the target kernel version. ***

make: *** [select_makefile] Error 1
emake failed
ERROR: x11-drivers/nvidia-drivers-295.20-r1 failed (compile phase):
  Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS=-m elf_x86_64  IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/lib/modules/3.3.0/build CC=x86_64-pc-linux-gnu-gcc clean module

Call stack:
    ebuild.sh, line   85:  Called src_compile
  environment, line 3711:  Called linux-mod_src_compile
  environment, line 2668:  Called die
The specific snippet of code:
              eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" 


The first part of the build log (see attached file) indicates that the
kernel source was correctly found (at /usr/src/linux), but for some
reason the make process fails.

Could this be due to some changes in the kernel-3.3.0 tree?

Frank Peters

[32;01m * [39;49;00mPackage:    x11-drivers/nvidia-drivers-295.20-r1
[32;01m * [39;49;00mRepository: gentoo
[32;01m * [39;49;00mMaintainer: cardoe&amp;lt; at &amp;gt;gentoo.org jer&amp;lt; at &amp;gt;gentoo.org,spock&amp;lt; at &amp;gt;gentoo.org,xarthisius&amp;lt; at &amp;gt;gentoo.org
[32;01m * [39;49;00mUSE:        amd64 elibc_glibc kernel_linux userland_GNU
[32;01m * [39;49;00mFEATURES:   sandbox
 [32;01m*[0m Determining the location of the kernel source code
 [32;01m*[0m Found kernel source directory:
 [32;01m*[0m     /usr/src/linux
 [32;01m*[0m Found kernel object directory:
 [32;01m*[0m     /lib/modules/3.3.0/build
 [32;01m*[0m Found sources for kernel version:
 [32;01m*[0m     3.3.0
 [32;01m*[0m Checking for MTRR support ...
[A[82C [36m[ [32;01mok[36m ][0m
 [32;01m*[0m Applying 256.35-unified-arch.patch ...
[A[82C [36m[ [32;01mok[36m ][0m
 [32;01m*[0m Converting /kernel/Makefile.kbuild to use M= instead of SUBDIRS= ...
[A[82C [36m[ [32;01mok[36m ][0m
 [32;01m*[0m Preparing nvidia module
make -j9 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- 'LDFLAGS=-m elf_x86_64' IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/lib/modules/3.3.0/build CC=x86_64-pc-linux-gnu-gcc clean module 
If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.

If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the equivalent nvidia-installer command line option.

Depending on where and how the kernel sources (or the
kernel headers) were installed, you may need to specify
their location with the SYSSRC environment variable or
the equivalent nvidia-installer command line option.

*** Unable to determine the target kernel version. ***

make: *** [select_makefile] Error 1
emake failed
 [31;01m*[0m ERROR: x11-drivers/nvidia-drivers-295.20-r1 failed (compile phase):
 [31;01m*[0m   Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS=-m elf_x86_64  IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/lib/modules/3.3.0/build CC=x86_64-pc-linux-gnu-gcc clean module
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m     ebuild.sh, line   85:  Called src_compile
 [31;01m*[0m   environment, line 3711:  Called linux-mod_src_compile
 [31;01m*[0m   environment, line 2668:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m               eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" CROSS_COMPILE=${CHOST}- LDFLAGS=\"$(get_abi_LDFLAGS)\" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the output of 'emerge --info =x11-drivers/nvidia-drivers-295.20-r1',
 [31;01m*[0m the complete build log and the output of 'emerge -pqv =x11-drivers/nvidia-drivers-295.20-r1'.
 [31;01m*[0m The complete build log is located at '/tmp/portage-acc/log/x11-drivers:nvidia-drivers-295.20-r1:20120319-144118.log'.
 [31;01m*[0m The ebuild environment file is located at '/tmp/portage-acc/tmp/portage/x11-drivers/nvidia-drivers-295.20-r1/temp/environment'.
 [31;01m*[0m S: '/tmp/portage-acc/tmp/portage/x11-drivers/nvidia-drivers-295.20-r1/work/'
&lt;/pre&gt;</description>
    <dc:creator>Frank Peters</dc:creator>
    <dc:date>2012-03-19T16:12:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16316">
    <title>fan control</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16316</link>
    <description>&lt;pre&gt;My laptop started getting hot recently. There is no dust issue. The
fan just doesn't seem to start at all.
I tried to use lm_sensors and sensor-detect, but it's not detecting
any sensors. I tried to recompile the kernel, enabling
all the sensors but no luck. using acpi woks in reporting some values:

acpi -V
Adapter 0: on-line
Thermal 0: ok, 58.0 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 103.0 degrees C
Thermal 0: trip point 1 switches to mode passive at temperature 105.0 degrees C
Cooling 0: LCD 0 of 10
Cooling 1: Processor 0 of 7
Cooling 2: Processor 0 of 7
Cooling 3: Processor 0 of 7
Cooling 4: Processor 0 of 7

 lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor
Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation
Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI
Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced
Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition
Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 4 (rev b5)
00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 6 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced
Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC
Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA
AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
03:00.0 USB Controller: Fresco Logic FL1000G USB 3.0 Host Controller (rev 04)
04:00.0 Ethernet controller: Attansic Technology Corp. AR8151 v2.0
Gigabit Ethernet (rev c0)

Linux localhost 3.1.10-gentoo-r1asus #1 SMP PREEMPT Sat Mar 3 04:46:53
EST 2012 x86_64 Intel(R) Core(TM) i5-2410M CPU &amp;lt; at &amp;gt; 2.30GHz GenuineIntel
GNU/Linux

laptop is Asus U46E.
I am not very familiar with the kernel config related to thermal, so I
don't know exactly what other info I need to provide. If I am missing
something, please ask.

lsmod
Module                  Size  Used by
snd_seq_oss            30140  0
snd_seq_midi_event      5180  1 snd_seq_oss
snd_seq                51076  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          5109  2 snd_seq_oss,snd_seq
snd_pcm_oss            41686  0
snd_mixer_oss          14706  1 snd_pcm_oss
cryptd                  7437  0
aes_x86_64              7348  2
snd_hda_codec_hdmi     24224  1
uvcvideo               60957  0
snd_hda_codec_realtek   305650  1
aes_generic            25946  1 aes_x86_64
videodev               80368  1 uvcvideo
v4l2_compat_ioctl32     7844  1 videodev
ecb                     1881  1
btusb                  10681  0
bluetooth             140491  1 btusb
snd_hda_intel          23990  0
arc4                    1282  2
i915                  363756  3
drm_kms_helper         24196  1 i915
ehci_hcd               38628  0
snd_hda_codec          80497  3
snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
drm                   168771  4 i915,drm_kms_helper
i2c_i801                8470  0
i2c_algo_bit            6472  1 i915
iwlagn                274384  0
usbcore               123848  3 uvcvideo,btusb,ehci_hcd
snd_hwdep               6014  1 snd_hda_codec
snd_pcm                69577  4
snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
intel_agp              10616  1 i915
processor              27833  4
video                  11367  1 i915
intel_gtt              14153  3 i915,intel_agp
backlight               4216  1 video
wmi                     8091  0
snd_timer              18721  2 snd_seq,snd_pcm
battery                 6165  0
thermal                 8514  0
button                  4271  1 i915
ac                      2248  0
agpgart                25680  3 drm,intel_agp,intel_gtt
mac80211              184435  1 iwlagn
snd                    57535  12
snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
psmouse                54209  0
atl1c                  31135  0
cfg80211              159080  2 iwlagn,mac80211
soundcore               5329  1 snd
sg                     26740  0
snd_page_alloc          6577  2 snd_hda_intel,snd_pcm


&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2012-03-10T20:28:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16315">
    <title>PC not printing from gnome</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16315</link>
    <description>&lt;pre&gt;At the office I have a couple of printer, an OKI c7500 and a Canon
iR5055).

Since the end of January that my machine has stopped printing from gnome
applications to the Canon iR5055.

For example, I am able to print from Firefox and Libreoffice, however I
cannot print from Gnome applications (i.e. gedit, evince or evolution).

The strangest thing is that CUPS reports the jobs as being completed,
traffic between the PC and the printer is detected (with tcpdump), even
when I print from Gnome applications, but on the print nothing happens.

Can anybody help how to go about finding out what the problem is?

Clemente



&lt;/pre&gt;</description>
    <dc:creator>Clemente Aguiar</dc:creator>
    <dc:date>2012-03-02T15:59:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16302">
    <title>Nvidia Update Problem</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16302</link>
    <description>&lt;pre&gt;After updating nvidia-drivers from 290.10 to 295.20-r1, I cannot start X
and the log files contain this message:

(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
[  3482.609] (EE) NVIDIA(0):     system's kernel log for additional error messages and
[  3482.609] (EE) NVIDIA(0):     consult the NVIDIA README for details.
[  3482.609] (EE) NVIDIA(0):  *** Aborting ***
[  3482.609] 

NVRM: API mismatch: the client has the version 295.20, but
NVRM: this kernel module has the version 290.10.  Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.
NVRM: API mismatch: the client has the version 295.20, but
NVRM: this kernel module has the version 290.10.  Please
NVRM: make sure that this kernel module and all NVIDIA driver
NVRM: components have the same version.

What could be the problem?  I've seen no other reports of
this issue.

Frank Peters



&lt;/pre&gt;</description>
    <dc:creator>Frank Peters</dc:creator>
    <dc:date>2012-02-16T00:06:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16296">
    <title>Shift + Fn Keys Suddenly Don't Work</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16296</link>
    <description>&lt;pre&gt;Hello,

On an ordinary keyboard, the extended function keys, F13 to F24, should
be accessible as Shift + Fn, where Fn are the keys F1 to F12.

Well, up until a few days ago, the Shift+Fn combination was working as it
should.  Then suddenly, Shift+Fn stopped working correctly.  I noticed
it when using the Midnight Commander (MC) file manager where I extensively
use Shift+F5 and Shift+F6 to conveniently rename and copy files.
MC is a terminal program but the problem also shows up in some X programs
that use Shift+Fn combinations.

Because I have no need to closely monitor changes on my system I can't
actually pinpoint any new install that may be responsible.  My first
guess would be a new version of xorg-server-1.11.1 that was emerged
on October 2.

I need to know how I can debug this situation further.  Using xev
to record key presses gives the following output when using
Shift+F1:

KeyPress event, serial 40, synthetic NO, window 0xe00001,
    root 0x121, subw 0x0, time 6919279, (23,152), root:(463,411),
    state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 40, synthetic NO, window 0xe00001,
    root 0x121, subw 0x0, time 6921351, (23,152), root:(463,411),
    state 0x1, keycode 67 (keysym 0xffffff, VoidSymbol), same_screen YES,
    XKeysymToKeycode returns keycode: 63
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

The data for the F1 keypress is not correct.  Compare this output with
the expected output that is shown in this forum thread:
http://forums.gentoo.org/viewtopic-t-524537-start-0.html

It appears that the X server is at fault.

Can anyone using xorg-server-1.11.1 very that the Shift+Fn keys
are broken?

Frank Peters



&lt;/pre&gt;</description>
    <dc:creator>Frank Peters</dc:creator>
    <dc:date>2011-10-09T17:45:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16286">
    <title>Network adopter driver</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16286</link>
    <description>&lt;pre&gt;I am trying to install the driver for the wireless adopter. It looks
like it's Intel based:


lspci 

00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation Cougar Point HECI Controller #1 [8086:1c3a] (rev 04)
00:1a.0 USB Controller [0c03]: Intel Corporation Cougar Point USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation Cougar Point High Definition Audio Controller [8086:1c20] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 1 [8086:1c10] (rev b5)
00:1c.1 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 2 [8086:1c12] (rev b5)
00:1c.3 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 4 [8086:1c16] (rev b5)
00:1c.5 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 6 [8086:1c1a] (rev b5)
00:1d.0 USB Controller [0c03]: Intel Corporation Cougar Point USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC Controller [8086:1c49] (rev 05)
00:1f.2 SATA controller [0106]: Intel Corporation Cougar Point 6 port SATA AHCI Controller [8086:1c03] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation Cougar Point SMBus Controller [8086:1c22] (rev 05)
02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1030 [8086:008a] (rev 34)
03:00.0 USB Controller [0c03]: Fresco Logic FL1000G USB 3.0 Host Controller [1b73:1000] (rev 04)
04:00.0 Ethernet controller [0200]: Attansic Technology Corp. AR8151 v2.0 Gigabit Ethernet [1969:1083] (rev c0)

The issue is, I still can not find the device. Am I using the correct
driver ? 
lsmod

Module                  Size  Used by
iwlagn                214131  0 
snd_seq_oss            30332  0 
snd_seq_midi_event      5132  1 snd_seq_oss
snd_seq                50911  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          5157  2 snd_seq_oss,snd_seq
snd_pcm_oss            42125  0 
snd_mixer_oss          14843  1 snd_pcm_oss
dm_mod                 62167  0 
btusb                  10868  2 
bluetooth              73126  5 btusb
snd_hda_codec_hdmi     24272  1 
snd_hda_codec_realtek   320201  1 
i915                  299519  1 
snd_hda_intel          23410  0 
drm_kms_helper         26716  1 i915
snd_hda_codec          76542  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
drm                   166258  2 i915,drm_kms_helper
snd_hwdep               5996  1 snd_hda_codec
atl1c                  31239  0 
i2c_algo_bit            6488  1 i915
snd_pcm                68666  4 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
ehci_hcd               36965  0 
mac80211              177747  1 iwlagn
snd_timer              18773  2 snd_seq,snd_pcm
video                  11475  1 i915
snd                    56935  12 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
usbcore               123292  2 btusb,ehci_hcd
intel_agp              10585  1 i915
cfg80211              143366  2 iwlagn,mac80211
soundcore               5359  1 snd
intel_gtt              13886  3 i915,intel_agp
snd_page_alloc          6625  2 snd_hda_intel,snd_pcm
backlight               4232  1 video
agpgart                25761  3 drm,intel_agp,intel_gtt
i2c_i801                7620  0 
sg                     26942  0 
wmi                     8002  0 
battery                10387  0 
ac                      3163  0 

I installed the firmware I believe is most approperiate for this 

emerge net-wireless/iwl5000-ucode

Still ifconfig shows:

eth1      Link encap:Ethernet  HWaddr 14:da:e9:17:4a:e1  
          inet addr:192.168.0.56  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:477 errors:0 dropped:3 overruns:0 frame:0
          TX packets:100 errors:0 dropped:0 overruns:0 carrier:1
          collisions:0 txqueuelen:1000 
          RX bytes:91180 (89.0 KiB)  TX bytes:9188 (8.9 KiB)
          Interrupt:17 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:100 errors:0 dropped:0 overruns:0 frame:0
          TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:7688 (7.5 KiB)  TX bytes:7688 (7.5 KiB)


Any hint ? 

Thank you.






&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2011-09-08T12:12:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16282">
    <title>keymap broken</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16282</link>
    <description>&lt;pre&gt;I got a newer laptop, and rather than installing gentoo, I just
swapped the hard disks. Now when I boot into the new one,
it works up to the level I am expecting (still need some drivers), but
the keyboard act wierd. When I press "m" it types "0",
and some other keys don't send anything at all.
This issue starts when I start my xdm (configured to start slim). With
the text run level (console), there's no issues until I start and stop
xdm.

I am not sure if I modified something long time ago in the config, to
use different keymaps, but this issue didn't exist on the older
laptop.
What files could have such a configuration, that I need to look into ?

Thank you.


&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2011-09-07T02:21:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16262">
    <title>Can't Emerge Thunderbird-5.0/6.0</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16262</link>
    <description>&lt;pre&gt;When attempting to emerge either thunderbird-5 or thunderbird-6
the build fails.

The build log, in both cases, shows this at the end:

rm -f libxul.so
/usr/bin/python2.7 [...] -Wl,-h,libxul.so -o libxul.so [...]
collect2: ld returned 1 exit status
make[4]: *** [libxul.so] Error 1

Is it strange that libxul should be removed and then used immediately
afterward?  

Currently I am using thunderbird-3.1.10 which builds using the
same USE flags and other options.



&lt;/pre&gt;</description>
    <dc:creator>Frank Peters</dc:creator>
    <dc:date>2011-08-23T18:47:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16247">
    <title>Glibc Update Breaks Open/LibreOffice -- Can't Downgrade</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16247</link>
    <description>&lt;pre&gt;Hello,

Today my system automatically updated glibc from 2.12-rc2 to 2.12-rc3.
Shortly afterwards I tried to start OpenOffice and it would not start.
The error message:

Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion `nlist &amp;gt; 1' failed!

(The same problem is reported here: http://forums.gentoo.org/viewtopic-p-6744468.html)

Apparently this is due to the glibc update.  A quick fix (since I need
OpenOffice) would be to simply downgrade back to glibc-2.12-r2, but
emerge will not allow me to do it:

 * Sanity check to keep you from breaking your system:
 *  Downgrading glibc is not supported and a sure way to destruction
 * ERROR: sys-libs/glibc-2.13-r2 failed (setup phase):
 *   aborting to save your system

I'm not going to break my system.  How do I override this?

Note:  I am not using the compiled Gentoo version of OpenOffice.
My installation is the binary version from the OO web site.
Also, LibreOffice, which I installed (from binary) as a possible
fix, gives the same error message.

Frank Peters



&lt;/pre&gt;</description>
    <dc:creator>Frank Peters</dc:creator>
    <dc:date>2011-07-06T01:31:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16225">
    <title>GCC-4.5.2 Has Serious Problems</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16225</link>
    <description>&lt;pre&gt;Hello,

After banging my head for a while over some strange results, I began
to suspect GCC-4.5.2, the latest version in portage, was creating
faulty code.

It seems to a correct suspicion.

What follows is a short C program that reproduces my particular problem,
but there are likely many other situations where GCC could fail.  The code
may be a difficult for some people to follow but only the output is what
actually matters.  Simpler examples will certainly exist but I have not
had the chance to develop them.

The program is included here as both in-line text and as a file attachment
(gcc_test.c).  The problem is described below.

------------------------------------

#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;stdlib.h&amp;gt;

int main(void)
{
int n;
double x;
unsigned long int arg;
unsigned long int *px = (unsigned long int*)&amp;amp;x;

x=0.0; n=0; arg=0x4010000000000000;
while(n&amp;lt;5)
{

printf("%lx %g\n",arg, x);

*px=arg;

printf("%lx %g\n\n",arg, x);
n++; arg=arg+0x0010000000000000;
}

exit(0);
}

-------------------------

What this code does is not very important (it uses pointers to enter
hexadecimal values into a floating point variable within a short loop).
The output is what matters.

Compiling with "gcc -O2 -march=native -o gcc_test gcc_test.c"
produces this output:

Loop: 0
Val = 4010000000000000, X before =  0
Val = 4010000000000000, X after =   0   --&amp;gt;  X should be 4!!! 

Loop: 1
Val = 4020000000000000, X before =  0
Val = 4020000000000000, X after =   4

Loop: 2
Val = 4030000000000000, X before =  4
Val = 4030000000000000, X after =   8

The printf statements are included before and after the variable, x,
is assigned a value.  Notice how in the first iteration of the loop
the x variable does *not* get assigned a value.  The value of x during
the first iteration should be 4.

The problem can be fixed by compiling the program with "O1"
optimization:

gcc -O1 -march=native -o gcc_test gcc_test.c

Using "O1" the output now becomes:

Loop: 0
Val = 4010000000000000, X before =  0
Val = 4010000000000000, X after =   4  --&amp;gt; Now it works!!!

Loop: 1
Val = 4020000000000000, X before =  4
Val = 4020000000000000, X after =   8

Loop: 2
Val = 4030000000000000, X before =  8
Val = 4030000000000000, X after =   16

This is now the correct output.  In the first iteration the X variable
is assigned the proper value.

For anyone who wants to try to duplicate these results, please feel
free to do so.

So I will have to conclude that GCC-4.5.2 has serious problems.
This kind of erroneous behavior could appear anywhere.
 
Frank Peters

&lt;/pre&gt;</description>
    <dc:creator>Frank Peters</dc:creator>
    <dc:date>2011-06-30T21:45:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16220">
    <title>eix-test-obsolete</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16220</link>
    <description>&lt;pre&gt;When I run eix-test-obsolete it reports a strange package:

...
The following installed packages are not in the database:

sys-kernel/-MERGING-gentoo-sources
sys-kernel/-MERGING-gentoo-sources
&lt;/pre&gt;</description>
    <dc:creator>Thanasis</dc:creator>
    <dc:date>2011-06-30T09:10:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16190">
    <title>Possible Math Problem - Request For Verification</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16190</link>
    <description>&lt;pre&gt;Hello,

Believe it or not, at the very beginning, Linux/GNU had some math problems.
In particular, it would do somewhat poorly on various floating point tests
that are available on-line.  Because I do mathematical work on my machine,
I used to regularly evaluate my software using these tests.

However, for the past several years Linux/GNU has gotten nearly perfect
scores on these same tests and it seemed that glibc and/or gcc had finally
gotten the math code right.  As a result of this, I stopped my regular
evaluations of the software.

Just recently I decided to run these tests again.  I expected to see the
same nearly perfect scores but, to my surprise, a failure occurred in the
area of complex number operations.  This may not be a very serious failure,
but it was not present during prior tests and thus it should not be present
now.

Possibly a fault has crept in somewhere either in glibc or gcc.  Because
I had stopped my regular testing I can't relate the failure to any specific
version change of either package.

I need to request a verification from any Gentoo users.  All that needs to
be done is run a straightforward software test.

The software is called UCBTEST and is described at http://www.netlib.org/fp/

The source code, however, is ancient Unix (1995) code and must be patched.
I have created a patched tarball that can run on recent Linux.  This file
is attached as ucbtest.tar.bz2

If one is accustomed to modern GUI software, this code is a mess, but it is
rather straightforward to implement.  Here are the steps:

1) Create a directory somewhere, e.g. /tmp/fp-test

2) Unpack the tarball into this directory.

3) Change into the /tmp/fp-test directory

4) Modify the ucbREADME/linux.sh file as follows:

Line 10 -- specify a full path for the results directory -- all test results
will be stored here -- e.g. /tmp/fp-test-results

Line 11 -- specify the full path to the Unix time program -- ucbtest won't run
without time -- for Gentoo just "emerge time" and the path will be "/usr/bin/time"

Line 17 -- specify the full path to the test directory -- same as in step #1

Line 36 -- enter your CFLAGS here

That's it as far as configuration.  Now, from the top directory of the source
just execute: 

ucbREADME/linux.sh

The code will take several minutes to compile, execute, and complete.  While
the test is running it will spit out its progress to stdout.  Upon completion
a brief summary is given:

UCBFAIL indicates problems!
/tmp/fp-test-results/ccos_DP.output: ucbtest UCBFAIL in COS(X) at line 444 for generic 
/tmp/fp-test-results/clib_DP.output: ucbtest UCBFAIL in cabsd at line 701 for double 
/tmp/fp-test-results/clib_DP.output: ucbtest UCBFAIL in powd at line 701 for double 
/tmp/fp-test-results/clib_DP.output:UCBFAIL clib_DP.output , 25 out of 25 tests completed
/tmp/fp-test-results/csin_DP.output: ucbtest UCBFAIL in SIN(X) at line 444 for generic 

only 11 out of 14 show UCBPASS!


There are expected failures in the trigonometric tests since trigonometric
performance is not specified in IEEE754/854.  The failure in powd (double power
function) is also expected.  But everything else should have passed.

In my case, the new failure occurs in the cabsd test, which is the absolute
value for complex numbers.  I have never seen this error previously and
it may possibly indicate some problem with either glibc or gcc. 

The results directory is also a mess (someone should really clean this code up).
In the results directory (see step #4) all detailed test results are contained
in the *.output files.

Anyway, if anyone wants to try this test, the steps have been outlined.
In spite of the messiness, the procedure is really quite simple, and the
ucbtest is a very good test of floating point performance.

Frank Peters

&lt;/pre&gt;</description>
    <dc:creator>Frank Peters</dc:creator>
    <dc:date>2011-06-25T17:41:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16182">
    <title>Ynt: Unsubscribe</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16182</link>
    <description>&lt;pre&gt;You are succesfully unsubscribed from gentoo-amd64 mail list

------Orijinal Mesaj------
Kimden Tim A
Kime: gentoo-amd64&amp;lt; at &amp;gt;lists.gentoo.org
Bilgi: gentoo-amd64&amp;lt; at &amp;gt;lists.gentoo.org
Yanıtla:gentoo-amd64&amp;lt; at &amp;gt;lists.gentoo.org
Konu: [gentoo-amd64] Unsubscribe
Gönderme Tarihi: 22 Haz 2011 15:00

unsubscribe



AVEA BlackBerry® Servisi ile gönderildi.&lt;/pre&gt;</description>
    <dc:creator>cihan&lt; at &gt;slackware.org.tr</dc:creator>
    <dc:date>2011-06-22T12:10:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16177">
    <title>Lost synaptics touchpad scrolling after kernel upgrade</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16177</link>
    <description>&lt;pre&gt;Hello all,
 
I upgraded from 2.6.37-gentoo-r4 to 2.6.38-gentoo-r6. I didn't change
anything in the config file, and used the old kernel config to compile
the new kernel. However, when I booted into the new kernel, I found the
scrolling in the touch pad is not working !
If I boot into the older kernel it works fine. I recompiled the
following Xorg drivers under the new kernel :

xf86-input-evdev-2.6.0
xf86-input-mouse-1.7.0
xf86-input-synaptics-1.3.0
xf86-video-fbdev-0.4.2
xf86-video-intel-2.14.0
xf86-video-vesa-2.3.0

I tried to check the correct mouse device using:
cat /dev/input/* 

For all the devices, but none produced the expected output of
unreadable characters. 

For some reason, TouchPad is not found, as per  /var/log/Xorg.0.log

[    37.976] (II) No input driver/identifier specified (ignoring)
[    37.976] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7)
[    37.976] (II) No input driver/identifier specified (ignoring)
[    37.984] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    37.984] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    37.984] (**) AT Translated Set 2 keyboard: always reports core events
[    37.984] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[    37.990] (--) AT Translated Set 2 keyboard: Found keys
[    37.990] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    37.990] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    37.990] (**) Option "xkb_rules" "evdev"
[    37.990] (**) Option "xkb_model" "evdev"
[    37.990] (**) Option "xkb_layout" "us"
[    37.990] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[    37.990] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    37.990] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    37.990] (II) Synaptics touchpad driver version 1.3.0
[    37.990] (**) Option "Device" "/dev/input/event4"
[    37.994] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[    37.994] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[    37.994] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[    37.994] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[    37.994] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[    37.994] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[    37.999] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[    37.999] (II) UnloadModule: "synaptics"
[    37.999] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    37.999] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    37.999] (II) Synaptics touchpad driver version 1.3.0
[    38.236] (EE) SynPS/2 Synaptics TouchPad no synaptics event device found
[    38.236] (**) Option "Device" "/dev/input/mouse0"
[    38.240] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[    38.240] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[    38.240] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[    38.240] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[    38.261] (EE) Query no Synaptics: 6003C8
[    38.261] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[    38.261] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[    38.268] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[    38.268] (II) UnloadModule: "synaptics"

my Xorg:

Section "ServerLayout"
Identifier     "X.org Configured"
Screen        "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "usb_mouse" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib64/xorg/modules"
FontPath     "/usr/share/fonts/misc/"
FontPath     "/usr/share/fonts/TTF/"
FontPath     "/usr/share/fonts/OTF"
FontPath     "/usr/share/fonts/Type1/"
FontPath     "/usr/share/fonts/100dpi/"
FontPath     "/usr/share/fonts/75dpi/"
FontPath     "/usr/share/fonts/mono/"
EndSection

Section "Module"
Load  "dri2"
Load  "extmod"
Load  "dbe"
Load  "record"
Load  "dri"
Load  "glx"
Load  "synaptics"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "synaptics"
Option    "Protocol" "auto-dev"
Option    "Device" "/dev/input/mice"
Option    "ZAxisMapping" "4 5 6 7"
Option      "TapButton1" "1"
    Option      "TapButton2" "2"
    Option      "TapButton3" "3"
Option"SendCoreEvents"
        Option         "SHMConfig" "on"
EndSection

Section "InputDevice"
Identifier  "usb_mouse"
Driver      "mouse"
Option      "Device"     "/dev/input/mice"
Option      "ZAxisMapping"   "4 5"
Option      "Buttons"        "5"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
Identifier  "Card0"
Driver      "intel"
VendorName  "Intel Corporation"
BoardName   "Arrandale Integrated Graphics Controller"
BusID       "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection


lsmod | sort :
Module                  Size  Used by
ac                      3163  0 
agpgart                25761  3 drm,intel_agp,intel_gtt
arc4                    1298  2 
ath                    14363  3 ath9k,ath9k_common,ath9k_hw
ath9k                  93150  0 
ath9k_common            1781  1 ath9k
ath9k_hw              304369  2 ath9k,ath9k_common
backlight               3868  1 video
battery                10387  0 
broadcom                6998  0 
cfg80211              142723  3 ath9k,mac80211,ath
dm_mod                 62570  0 
drm                   163391  3 i915,drm_kms_helper
drm_kms_helper         26499  1 i915
ecb                     1897  2 
ehci_hcd               37751  0 
i2c_algo_bit            6488  1 i915
i2c_i801                7556  0 
i915                  295715  2 
intel_agp              10553  1 i915
intel_gtt              13886  3 i915,intel_agp
libphy                 15633  2 tg3,broadcom
mac80211              174434  1 ath9k
nls_base                6529  1 usbcore
sg                     26942  0 
snd                    56667  12 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_hda_codec          75586  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hda_codec_hdmi     24547  1 
snd_hda_codec_realtek   320817  1 
snd_hda_intel          23410  0 
snd_hwdep               5996  1 snd_hda_codec
snd_mixer_oss          14843  1 snd_pcm_oss
snd_page_alloc          6625  2 snd_hda_intel,snd_pcm
snd_pcm                68666  4 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_pcm_oss            42157  0 
snd_seq                50911  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          5157  2 snd_seq_oss,snd_seq
snd_seq_midi_event      5132  1 snd_seq_oss
snd_seq_oss            30332  0 
snd_timer              18837  2 snd_seq,snd_pcm
soundcore               5359  1 snd
sparse_keymap           2720  0 
tg3                   123454  0 
usbcore               121077  1 ehci_hcd
video                  11475  1 i915
wmi                     7970  0 



Thank you in advance.




&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2011-06-18T02:11:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16174">
    <title>no sound in firefox java</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16174</link>
    <description>&lt;pre&gt;If I use firefox-bin (32 bit) or firefox (64 bit) on youtube, I get
sound no problems.
If I run mplayer I get sound also.
If I use firefox-bin with a java applet that plays sound, I get no sound at all.
I can't load this applet in firefox, which is why I still use
firefox-bin for it.

Googling "no sound in firefox java" gives lots of hits, mainly from
people with the same problem.
1 solution was to "modprobe snd-pcm-oss" which did not help. I.m
fairly sure this is redundant with base layout 2.

I upgraded the kernel twice, from linux-2.6.36-gentoo-r5 where I
initially had the problem,
to linux-2.6.36-gentoo-r8 and now on linux-2.6.38-gentoo-r6 paying
careful attention to all the sound related configuration options. This
had no effect.

I've run out of things to try, so I'm asking the list.

I previously had a problem where the first firefox session would get
sound, but no subsequent application, including firefox would have
sound, in other words the first invocation of firefox would lock the
sound. I could live with that, this current problem is far more
annoying.


&lt;/pre&gt;</description>
    <dc:creator>Daiajo Tibdixious</dc:creator>
    <dc:date>2011-06-17T23:25:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16171">
    <title>restarting net.ppp0</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16171</link>
    <description>&lt;pre&gt;On a system which serves a LAN as NAT gateway, when the ADSL (pppoe)
link dies or when I restart net.ppp0, a lot of services like named,
dhcpd, squid, samba, sshd, etc are also restarted, for which there is no
reason. This is very uncovenient because the LAN depends on the system's
services for name resolution etc.
Anyone else seeing this?


&lt;/pre&gt;</description>
    <dc:creator>Thanasis</dc:creator>
    <dc:date>2011-06-07T15:49:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16163">
    <title>tcptraceroute have buffer overflow in ipv6</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16163</link>
    <description>&lt;pre&gt;tcptraceroute ipv6.google.com 80

shows me a nice buffer overflow, i like to camture it into a log file but
lost on how :/

tryed:
tcptraceroute ipv6.google.com 80 | less

and press s from less to save it, still no file content to save :(




&lt;/pre&gt;</description>
    <dc:creator>Benny Pedersen</dc:creator>
    <dc:date>2011-04-14T03:35:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16153">
    <title>No LibX11 Libtool Archive Installed</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16153</link>
    <description>&lt;pre&gt;Hello,

The latest GTK+-2.24.3 failed to build on my system because of the
following error:

/bin/grep: /usr/lib64/libX11.la: No such file or directory
/bin/sed: can't read /usr/lib64/libX11.la: No such file or directory
libtool: link: `/usr/lib64/libX11.la' is not a valid libtool archive

The libX11.la that is missing should be in the x11-libs/libX11 package.
But why is libX11.la missing?

I can emerge libX11 using USE="static-libs" or USE="-static-libs"
but libX11.la is not produced in either case.

The emerge log when building libX11 always shows the following:

Removing unnecessary ... x11-libs/libX11-1.4.2/image/usr/lib64/libX11-xcb.la
Removing unnecessary ... x11-libs/libX11-1.4.2/image/usr/lib64/libX11.la

So the .la files are being produced but are being removed afterwards.

Does anyone else have a missing /usr/lib64/libX11.la file?

Frank Peters


&lt;/pre&gt;</description>
    <dc:creator>Frank Peters</dc:creator>
    <dc:date>2011-03-28T02:16:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16151">
    <title>Dell Latitude E5410 laptop</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16151</link>
    <description>&lt;pre&gt;Hi,

I'm thinking about buying a new  Dell Latitude E5410 laptop, I had to sell
my LG laptop because it has a proprietary video driver that makes Linux
unable to control brightness, resulting in laptop  battery did not last even
for an hour ... =/

Anyone have this laptop Dell Latitude E5410 ? Does it run  Gentoo smoothly ?

Found nothing in the forums or  wiki (
http://en.gentoo-wiki.com/wiki/Category:Dell_Laptops )

TIA

[]'s
Fernando Boaglio
&lt;/pre&gt;</description>
    <dc:creator>Fernando Boaglio</dc:creator>
    <dc:date>2011-02-12T19:55:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.gentoo.amd64/16144">
    <title>audio device and alsa problem</title>
    <link>http://comments.gmane.org/gmane.linux.gentoo.amd64/16144</link>
    <description>&lt;pre&gt;Hi,
Having change motherboard and processor I have 1 outstanding issue. I can't get 
sound to work in 6 channel mode.

If I do a lspci -v | grep -i audio I get 
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
This I think is a Realtek ALC883 2,4 or 6 channel
I could not find this in kernel config but some documentation lead me to believe 
that the driver I needed was hda-intel.
Alsa conf says  No supported PnP or PCI card found.
But I do get output on the line out socket (Lime)
the sound is capable of 2,4 or 6 channel configuration
Surrounf (light blue)
Front speakers (Lime)
Center/Bass (Pink)

Any experts out there --- please

Paul
&lt;/pre&gt;</description>
    <dc:creator>Paul Stear</dc:creator>
    <dc:date>2011-02-07T14:37:51</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.gentoo.amd64">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.gentoo.amd64</link>
  </textinput>
</rdf:RDF>

