Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New install on Acer laptop
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Tue Jun 07, 2011 1:41 am    Post subject: Reply with quote

Code:
wgetpaste /etc/X11/xorg.conf
pls
_________________
Defund the FCC.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Jun 08, 2011 12:35 am    Post subject: Reply with quote

Check that dbus and udev are running:
Code:
 rc-status -a

Code:
modprobe -r radeon
modprobe -r fglrx
modprobe fglrx
eselect opengl set ati

Try copying this in as /etc/X11/xorg.conf. It is my xorg.conf made by aticonfig for an hd 5770 modified to add
Quote:
BusID "PCI:00:1:0"
for your 6310's location. Theory: if xorg can't find it while probing maybe we can coach it.

Quote:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:00:1:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

_________________
Defund the FCC.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Wed Jun 08, 2011 3:46 pm    Post subject: Reply with quote

DONAHUE wrote:

Check that dbus and udev are running:
Code:
 rc-status -a


I started dbus as it was not running.

DONAHUE wrote:

Code:

modprobe -r radeon
modprobe -r fglrx
modprobe fglrx
eselect opengl set ati


After doing this I got another 4 errors:
Code:

(EE) Failed to load module "dri" (module does not exist,0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) No supported AMD display adapter were found
(EE) No devices detected


DONAHUE wrote:

Try copying this in as /etc/X11/xorg.conf. It is my xorg.conf made by aticonfig for an hd 5770 modified to add
Quote:

BusID "PCI:00:1:0"

for your 6310's location. Theory: if xorg can't find it while probing maybe we can coach it.

Quote:

Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:00:1:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection



It looks like the line is already there, unless you count "00:1:0" and "0:1:0" as 2 different entries.

xorg.conf posted as http://paste.pocoo.org/show/402860.

Thank you.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Jun 09, 2011 6:11 am    Post subject: Reply with quote

pls post
Code:
rc-status -a

_________________
Defund the FCC.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Thu Jun 09, 2011 8:27 pm    Post subject: Reply with quote

DONAHUE,
Posted as http://paste.pocoo.org/show/403683.

Thank you.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Jun 09, 2011 8:39 pm    Post subject: Reply with quote

should have thought about this days ago.
Code:
rc-update add udev sysinit
rc-update add udev-postmount default
/etc/init.d/udev restart
/etc/init.d/udev-postmount restart
X -retro


https://forums.gentoo.org/viewtopic-t-880149.html provides a solution to the messed up stage3 tarball that is better than just building devtmpfs and devtmpfs_mount into the kernel.
You should probably still run:
Code:
cd /dev
ls console
ls null
ls zero



and make any missing devices:
Code:
mknod --mode=600 console c 5 1
mknod --mode=666 null c 1 3
mknod --mode=666 zero c 1 5

_________________
Defund the FCC.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Thu Jun 09, 2011 9:37 pm    Post subject: Reply with quote

DONAHUE,
Looks like it's a bug in latest udev.

Code:

rc-update add udev sysinit


fixed it, as udev-postmount was already in the default runlevel.

Now, "X -retro" starts GUI, but I can't kill it. CTRL+ALT+Bkspace does not do anything.

Also, I had time to spot that there was some errors on the start of X.

Any idea how to kill GUI in order to post the errors?

Thank you.

P.S.: I just rebooted. Running "startx" failed.

Messages on the screen are:

Code:

(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
the same goes for busid 18-21
/etc/X11/xinit/xinitrc: line 60: xclock: command not found
/etc/X11/xinit/xinitrc: line 59: twm: command not found
/etc/X11/xinit/xinitrc: line 61: xterm: command not found
/etc/X11/xinit/xinitrc: line 63: exec: command not found
/etc/X11/xinit/xinitrc: line 62: xterm: command not found
xinit: connection to X server lost

waiting for X server to shut down


There was no errors when I tried to install X....
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Jun 09, 2011 10:08 pm    Post subject: Reply with quote

you need a display manager/window manager/desktop most usually emerge gnome or emerge kdebase-meta or emerge xfce4-meta or some other choice you prefer.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Thu Jun 09, 2011 10:25 pm    Post subject: Reply with quote

Wait,
I can't run plain X anymore? I have to have KDE/GNOME/etc.?

And what about dri and dri2?

Thank you.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Jun 10, 2011 12:41 am    Post subject: Reply with quote

dri comments are just comments, statements of fact, not problems.
there is no real reason to run X without a decent user interface. The list of not found:
xclock
twm
xterm
can be emerged to give a rudimentary and essentially useless user interface. They used to be provided in the Xserver package but not for a couple of years now.

If you decide to emerge a GUI, gentoo will likely have a guide for it. For the main GUI's, a session file will be created in /etc/X11/Sessions. The name of this file should be used in a rules file to designate the session to be run when X starts, example:
Code:
ls /etc/X11/Sessions
produces
Quote:
Gnome KDE-4 Xsession ratpoison
my preference is gnome so
Code:
nano /etc/env.d/90xsession
and edit to add XSESSION="Gnome" . Spelling to be exactly as found by "ls /etc/X11/Sessions" .
_________________
Defund the FCC.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Jun 12, 2011 9:15 pm    Post subject: Reply with quote

DONAHUE,
Let's continue this thread. :)
I installed GNOME and successfully started it. And now I'm trying to tweak the system.
The very first thing I am trying to do is to follow Power Management Guide. I got confused a little at the first steps: differentiating between default and battery runlevels, but that's can be sorted out later. I see that GNOME by default reacts to power cord plugging/un-plugging so this is OK.

However, CPU scaling didn't work as expected.
It worked at first inside GNOME when I installed cpufreqd, but after reboot I got this:

[quote]
cpufreqd requires the kernel to be configured with CONFIG_CPU_FREQ
Make sure that the appropriate kernel drivers for your CPU are
built-in or loaded.
ERROR: cpufreqd failed to start
[/code]

I have CONFIG_CPU_FREQ option enabled and I chose AMD processor there.
What's wrong?

Also on the bootup I am getting this:

Code:

* Mounting /proc
* WARNING: rc_sys not defined in rc.conf. Falling back to automatic detection


What is this warning about?


Thank you.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun Jun 12, 2011 9:38 pm    Post subject: Reply with quote

first what I know about:
" * WARNING: rc_sys not defined in rc.conf. Falling back to automatic detection" can be ignored all is working as it was intended.
Code:
nano /etc/rc.conf
edit to contain
Quote:
rc_sys=""
not commented (no # in front)
if you have a /etc/conf.d/rc file it is obsolete and should be eliminated.

I am a power management ignoramus. suggest a new thread with a good accurate title.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Tue Jun 14, 2011 10:22 pm    Post subject: Reply with quote

DONAHUE,
Do I need a firmware in order for my wireless card to work? Where do I get it?

I have another laptop which has Broadcom device and for which I had to grab the firmware from the Windows driver and then cut it and everything works.

Right now if I try to connect I am not getting anything from wpa_supplicant and dmesg just says "Link is not ready". The wireless light on the laptop is on after "ifconfig wlan0 up", but trying to connect using the same command as in the other laptop didn't give me any connection.

I can try to connect using the driver from the RescueCD from which I did the install. But if someone can give me a clear picture about it it would be better.

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Tue Jun 14, 2011 10:58 pm    Post subject: Reply with quote

DONAHUE,
I am also getting this:

Code:

** (gnome-panel:1893): WARNING **: Failed to load applet OAFIID:GNOME_NetstatusApplet: failed to get Bonobo/Control interface


Any idea what to do?

Thank you.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Tue Jun 14, 2011 11:01 pm    Post subject: Reply with quote

Code:
nano /etc/portage/package.use
edit to add
Quote:
net-wireless/wpa_supplicant qt4
Then:
Code:
emerge wireless-tools ifplugd  wpa_supplicant
to get some tools, Then:
Code:
ifconfig -a
if wlan0 is present, then do the next:
Code:
ifconfig
if wlan0 is present skip the next, else:
Code:
ifconfig wlan0 up
ifconfig
if wlan0 is present do the next:
Code:
iwlist wlan0 scan
post the result which should tell what your access point is doing
assuming you will wish to have the ability to roam with wifi:
Code:
nano /etc/conf.d/net
edit to
Quote:
modules="dhcpcd"
dns_servers="8.8.8.8 4.2.2.6"

modules_wlan0="wpa_supplicant"
wpa_supplicant_wlan0="-Dwext"
wpa_timeout_wlan0=15
iwconfig_wlan0_mode="Managed"
config_eth0="dhcp nodns"
dhcpcd_eth0="-t 10"

modules_eth0="ifconfig"
config_eth0="dhcp nodns"
dhcpcd_eth0="-t 10"

Code:
cd /etc/init.d
ln -s net.lo net.eth0
ln -s net.lo net.wlano
rc-update add net.wlan0 default
Then:
Code:
nano /etc/wpa_supplicant/wpa_supplicant.conf
edit to
Quote:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=plugdev
update_config=1
ap_scan=1
Then:
Code:
reboot
when rebooted to the GUI, find and start wpa_gui from a toolbar or by opening a terminal and
Code:
wpa_gui

_________________
Defund the FCC.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Thu Jun 16, 2011 8:09 pm    Post subject: Reply with quote

DONAHUE wrote:

Code:

nano /etc/portage/package.use

edit to add
Quote:

net-wireless/wpa_supplicant qt4


I would love to have a GUI wireless stuff, but I don't want to go QT route.
When looking at this link, I see that there are 2 GTK+ GUI packets.
I tried to install WiFiRadar, but it turns out that I can't use it since the GNOME freezes.

DONAHUE wrote:

Then:
Code:

emerge wireless-tools ifplugd  wpa_supplicant

to get some tools, Then:
Code:

ifconfig -a

if wlan0 is present, then do the next:
Code:

ifconfig

if wlan0 is present skip the next, else:
Code:

ifconfig wlan0 up
ifconfig

if wlan0 is present do the next:
Code:

iwlist wlan0 scan

post the result which should tell what your access point is doing
assuming you will wish to have the ability to roam with wifi:
Code:

nano /etc/conf.d/net

edit to
Quote:

modules="dhcpcd"
dns_servers="8.8.8.8 4.2.2.6"

modules_wlan0="wpa_supplicant"
wpa_supplicant_wlan0="-Dwext"
wpa_timeout_wlan0=15
iwconfig_wlan0_mode="Managed"
config_eth0="dhcp nodns"
dhcpcd_eth0="-t 10"

modules_eth0="ifconfig"
config_eth0="dhcp nodns"
dhcpcd_eth0="-t 10"

Code:

cd /etc/init.d
ln -s net.lo net.eth0
ln -s net.lo net.wlano
rc-update add net.wlan0 default

Then:
Code:

nano /etc/wpa_supplicant/wpa_supplicant.conf

edit to
Quote:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=plugdev
update_config=1
ap_scan=1

Then:
Code:

reboot

when rebooted to the GUI, find and start wpa_gui from a toolbar or by opening a terminal and
Code:

wpa_gui



It appears that I can't connect to the unprotected (i.e. public) network with wireless-tools neither:

Code:

ifconfig wlan0 up
iwlist wlan0 scan
iwconfig wlan0 essid "Network_ESSID"
dhcpcd wlan0 -d

IgorReinCloud igor # ifconfig
eth0      Link encap:Ethernet  HWaddr 1c:75:08:ca:19:a6 
          inet6 addr: fe80::1e75:8ff:feca:19a6/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:951 errors:0 dropped:0 overruns:0 frame:0
          TX packets:936 errors:0 dropped:0 overruns:0 carrier:2
          collisions:0 txqueuelen:1000
          RX bytes:688909 (672.7 KiB)  TX bytes:121303 (118.4 KiB)
          Interrupt:40

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:40 errors:0 dropped:0 overruns:0 frame:0
          TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2920 (2.8 KiB)  TX bytes:2920 (2.8 KiB)

wlan0     Link encap:Ethernet  HWaddr 90:00:4e:51:31:46 
          inet6 addr: fe80::9200:4eff:fe51:3146/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:43 errors:0 dropped:0 overruns:0 frame:0
          TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:7110 (6.9 KiB)  TX bytes:4550 (4.4 KiB)


Apparently I got an IPv6 address, whereas it has to be IPv4.

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Thu Jun 16, 2011 8:19 pm    Post subject: Reply with quote

DONAHUE,
It looks like I don't have a proper driver for my sound card.
Code:


IgorReinCloud linux # lspci -k
00:00.0 Host bridge: Advanced Micro Devices [AMD] Device 1510
   Subsystem: Acer Incorporated [ALI] Device 0520
00:01.0 VGA compatible controller: ATI Technologies Inc Device 9802
   Subsystem: Acer Incorporated [ALI] Device 0520
   Kernel driver in use: fglrx_pci
   Kernel modules: fglrx
00:01.1 Audio device: ATI Technologies Inc Device 1314
   Subsystem: Acer Incorporated [ALI] Device 0520
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]
   Subsystem: Acer Incorporated [ALI] Device 0520
   Kernel driver in use: ahci
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
   Subsystem: Acer Incorporated [ALI] Device 0520
   Kernel driver in use: ohci_hcd
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
   Subsystem: Acer Incorporated [ALI] Device 0520
   Kernel driver in use: ehci_hcd
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
   Subsystem: Acer Incorporated [ALI] Device 0520
   Kernel driver in use: ohci_hcd
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
   Subsystem: Acer Incorporated [ALI] Device 0520
   Kernel driver in use: ehci_hcd
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 42)
   Subsystem: Acer Incorporated [ALI] Device 0520
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
   Subsystem: Acer Incorporated [ALI] Device 0520
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller (rev 40)
   Subsystem: Acer Incorporated [ALI] Device 0520
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (rev 40)
00:15.0 PCI bridge: ATI Technologies Inc Device 43a0
   Kernel driver in use: pcieport
00:15.2 PCI bridge: ATI Technologies Inc Device 43a2
   Kernel driver in use: pcieport
00:15.3 PCI bridge: ATI Technologies Inc Device 43a3
   Kernel driver in use: pcieport
00:18.0 Host bridge: Advanced Micro Devices [AMD] Device 1700 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Device 1701
00:18.2 Host bridge: Advanced Micro Devices [AMD] Device 1702
00:18.3 Host bridge: Advanced Micro Devices [AMD] Device 1703
00:18.4 Host bridge: Advanced Micro Devices [AMD] Device 1704
00:18.5 Host bridge: Advanced Micro Devices [AMD] Device 1718
00:18.6 Host bridge: Advanced Micro Devices [AMD] Device 1716
00:18.7 Host bridge: Advanced Micro Devices [AMD] Device 1719
06:00.0 Ethernet controller: Attansic Technology Corp. Device 1083 (rev c0)
   Subsystem: Acer Incorporated [ALI] Device 0520
   Kernel driver in use: atl1c
07:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (rev 01)
   Subsystem: Foxconn International, Inc. Device e034
   Kernel driver in use: ath9k
   Kernel modules: ath9k


Do I need "intel-hda" turned on in kernel config?

Also I have a Web Camera on this laptop. Is there a driver in the kernel or I need some other package to make it work?

Thank you.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Jun 16, 2011 8:40 pm    Post subject: Reply with quote

Code:
ifconfig wlan0 up
iwlist wlan0 scan | wgepaste
iwconfig wlan0 mode Managed | wgetpaste
dhcpcd wlan0 | wgetpaste
post the url's
_________________
Defund the FCC.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Jun 16, 2011 8:54 pm    Post subject: Reply with quote

kernel config for sound
Quote:
Device Drivers --->
<M> Sound card support --->
[*] Preclaim OSS device numbers
<M> Advanced Linux Sound Architecture --->
--- Advanced Linux Sound Architecture
<M> Sequencer support
<M> Sequencer dummy client
<M> OSS Mixer API
<M> OSS PCM (digital audio) API
[ ] OSS PCM (digital audio) API - Include plugin system
[*] OSS Sequencer API
<M> HR-timer backend support
[*] Use HR-timer as default sequencer timer
-*- Dynamic device file minor numbers
[*] Support old ALSA API>
[*] Verbose procfs contents
[ ] Verbose printk
[ ] Debug
[ ] Generic sound devices --->
[ ] PCI sound devices --->
--- PCI sound devices
< > Analog Devices AD1889
< > Avance Logic ALS300/ALS300+
< > Avance Logic ALS4000
< > ALi M5451 PCI Audio Controller
< > AudioScience ASIxxxx
< > ATI IXP AC97 Controller
< > ATI IXP Modem
< > Aureal Advantage
< > Aureal Vortex
< > Aureal Vortex 2
< > Emagic Audiowerk 2
< > Aztech AZF3328 / PCI168
< > Bt87x Audio Capture
< > SB Audigy LS / Live 24bit
< > C-Media 8338, 8738, 8768, 8770
< > C-Media 8786, 8787, 8788 (Oxygen)
< > Cirrus Logic (Sound Fusion) CS4281
< > Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x
< > CS5530 Audio
< > CS5535/CS5536 Audio
< > Creative Sound Blaster X-Fi
< > (Echoaudio) Darla20
< > (Echoaudio) Gina20
< > (Echoaudio) Layla20
< > (Echoaudio) Darla24
< > (Echoaudio) Gina24
< > (Echoaudio) Layla24
< > (Echoaudio) Mona
< > (Echoaudio) Mia
< > (Echoaudio) 3G cards
< > (Echoaudio) Indigo
< > (Echoaudio) Indigo IO
< > (Echoaudio) Indigo DJ
< > (Echoaudio) Indigo IOx
< > (Echoaudio) Indigo DJx
< > Emu10k1 (SB Live!, Audigy, E-mu APS)
< > Emu10k1X (Dell OEM Version)
< > (Creative) Ensoniq AudioPCI 1370
< > (Creative) Ensoniq AudioPCI 1371/1373
< > ESS ES1938/1946/1969 (Solo-1)
< > ESS ES1968/1978 (Maestro-1/2/2E)
< > ForteMedia FM801
<M> Intel HD Audio --->
--- Intel HD Audio
-*- Build hwdep interface for HD-audio driver
-*- Allow dynamic codec reconfiguration (EXPERIMENTAL)
[*] Support digital beep via input layer
(1) Digital beep registration mode (0=off, 1=on, 2=mute sw on/off)
[*] Support jack plugging notification via input layer
[*] Support initialization patch loading for HD-audio
[*] Build Realtek HD-audio codec support
[*] Build Analog Device HD-audio codec support
[*] Build IDT/Sigmatel HD-audio codec support
[*] Build VIA HD-audio codec support
[*] Build HDMI/DisplayPort HD-audio codec support
[*] Build Cirrus Logic codec support
[*] Build Conexant HD-audio codec support
[*] Build Creative CA0110-IBG codec support
[*] Build C-Media HD-audio codec support
[*] Build Silicon Labs 3054 HD-modem codec support
[*] Enable generic HD-audio codec parser
[ ] Aggressive power-saving on HD-audio
< > RME Hammerfall DSP Audio
< > RME Hammerfall DSP MADI/RayDAT/AIO
< > ICEnsemble ICE1712 (Envy24)
< > ICE/VT1724/1720 (Envy24HT/PT)
< > Intel/SiS/nVidia/AMD/ALi AC97 Controller
< > Intel/SiS/nVidia/AMD MC97 Modem
< > Korg 1212 IO
< > Digigram LX6464ES
< > ESS Allegro/Maestro3
< > Digigram miXart
< > NeoMagic NM256AV/ZX
< > Digigram PCXHR
< > Conexant Riptide
< > RME Digi32, 32/8, 32 PRO
< > RME Digi96, 96/8, 96/8 PRO
< > RME Digi9652 (Hammerfall)
< > S3 SonicVibes
< > Trident 4D-Wave DX/NX; SiS 7018
< > VIA 82C686A/B, 8233/8235 AC97 Controller
< > VIA 82C686A/B, 8233 based Modems
< > Asus Virtuoso 66/100/200 (Xonar)
< > Digigram VX222
< > Yamaha YMF724/740/744/754
[*] USB sound devices --->
--- USB sound devices
<M> USB Audio/MIDI driver
< > Edirol UA-101/UA-1000 driver (NEW)
< > Tascam US-122, US-224 and US-428 USB driver (NEW)
< > Native Instruments USB audio devices (NEW)
< > Tascam US-122L USB driver (NEW)
< > TerraTec DMX 6Fire USB (NEW)
< > ALSA for SoC audio support --->
< > Open Sound System (DEPRECATED) --->


when the kernel is reconfigured, recompiled, and recopied
Code:
emerge alsa-utils
rc-update add alsasound default
/etc/init.d alsasound start
alsamixer -V all
play with it
Code:
emerge usbutils
lsusb

post the data for the webcam
_________________
Defund the FCC.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Thu Jun 16, 2011 9:34 pm    Post subject: Reply with quote

DONAHUE,
I re-compiled the kernel and started the alsa service. Now, it looks like I have the sound.

And here is the output of lsusb:

Code:

IgorReinCloud igor # lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 058f:b002 Alcor Micro Corp.


And here is the wireless stuff:

Code:


IgorReinCloud igor # ifconfig wlan0 up
IgorReinCloud igor # iwlist wlan0 scan | wgetpaste
Your paste can be seen here: http://paste.pocoo.org/show/409115/
IgorReinCloud igor # iwconfig wlan0 mode Managed essid "GoogleWiFi" | wgetpaste
No input read. Nothing to paste. Aborting.
IgorReinCloud igor # dhcpcd wlan0 | wgetpaste
dhcpcd[2737]: version 5.2.12 starting
dhcpcd[2737]: wlan0: broadcasting for a lease
dhcpcd[2737]: wlan0: offered 64.9.233.189 from 8.6.48.39
dhcpcd[2737]: wlan0: ignoring offer of 64.9.233.189 from 8.6.48.39
dhcpcd[2737]: wlan0: acknowledged 64.9.233.189 from 8.6.48.39
dhcpcd[2737]: wlan0: checking for 64.9.233.189
dhcpcd[2737]: wlan0: leased 64.9.233.189 for 600 seconds
dhcpcd[2737]: forked to background, child pid 2776
No input read. Nothing to paste. Aborting.


Thank you.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Jun 17, 2011 1:58 am    Post subject: Reply with quote

Eliminate ipv6 from the kernel config:
Quote:
[*] Networking support --->
--- Networking support
Networking options --->
< > The IPv6 protocol --->


For webcam try: http://en.gentoo-wiki.com/wiki/Webcam#Loading_a_driver
Quote:
Device Drivers --->
<M> Multimedia support --->
--- Multimedia support
*** Multimedia core support ***
[ ] Media Controller API (EXPERIMENTAL)
<M> Video For Linux
[*] Video capture adapters --->
[*] Autoselect pertinent encoders/decoders and other helper chips
[*] V4L USB devices --->
--- V4L USB devices
<M> USB Video Class (UVC)
[*] UVC input events device support
<M> GSPCA based webcams --->
--- GSPCA based webcams
<M> ALi USB m5602 Camera Driver
<M> STV06XX USB Camera Driver
<M> GL860 USB Camera Driver
<M> Benq USB Camera Driver
<M> Conexant Camera Driver
<M> cpia CPiA (version 1) Camera Driver
<M> Etoms USB Camera Driver
<M> Fujifilm FinePix USB V4L2 driver
<M> Jeilin JPEG USB V4L2 driver
<M> Konica USB Camera V4L2 driver
<M> Mars USB Camera Driver
<M> Mars-Semi MR97310A USB Camera Driver
<M> Divio based (NW80x) USB Camera Driver
<M> OV51x / OVFX2 / W996xCF USB Camera Driver
<M> OV534 OV772x USB Camera Driver
<M> OV534 OV965x USB Camera Driver
<M> Pixart PAC207 USB Camera Driver
<M> Pixart PAC7302 USB Camera Driver
<M> Pixart PAC7311 USB Camera Driver
<M> SONIX Dual-Mode USB Camera Driver
<M> SN9C20X USB Camera Driver
<M> SONIX Bayer USB Camera Driver
<M> SONIX JPEG USB Camera Driver
<M> SPCA500 USB Camera Driver
<M> SPCA501 USB Camera Driver
<M> SPCA505 USB Camera Driver
<M> SPCA506 USB Camera Driver
<M> SPCA508 USB Camera Driver
<M> SPCA561 USB Camera Driver
<M> SPCA1528 USB Camera Driver
<M> SQ Technologies SQ905 based USB Camera Driver
<M> SQ Technologies SQ905C based USB Camera Driver
<M> SQ Technologies SQ930X based USB Camera Driver
<M> Syntek DV4000 (STK014) USB Camera Driver
<M> STV0680 USB Camera Driver
<M> SUNPLUS USB Camera Driver
<M> T613 (JPEG Compliance) USB Camera Driver
<M> TV8532 USB Camera Driver
<M> VC032X USB Camera Driver
<M> ViCam USB Camera Driver
<M> Xirlink C-It USB Camera Driver
<M> ZC3XX USB Camera Driver
If your web camera is aggregated with microphone, you will need the USB sound device:
Quote:
Device Drivers --->
<*> Sound card support --->
<M> Advanced Linux Sound Architecture --->
[*] USB sound devices --->
<M> USB Audio/MIDI driver

_________________
Defund the FCC.
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Fri Jun 17, 2011 4:15 am    Post subject: Reply with quote

most of these laptop webcams use the uvcvideo driver (USB_VIDEO_CLASS), so can probably nuke those GSPCA drivers

my acer laptop uses uvcvideo, for what it's worth. of course, so does my cheapy HP DV4

user needs to be in the 'video' group to use the webcam
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Fri Jun 17, 2011 5:27 am    Post subject: Reply with quote

DONAHUE,
OK, I will try that.
However, on another laptop (DELL Inspiron E1505 with Broadcom card) I have IPv6 enbled. It uses 2.6.36-r8 gentoo-sources and it connects without any problem.
cach0rr0,
I will try to do exactly that.

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Fri Jun 17, 2011 7:01 am    Post subject: Reply with quote

DONAHUE,
I turned off IPv6, turned on FUSE support, because I need vmware-server and included the webcam drivers.
After re-compiling the kernel X don't want to start any more.

The log file can be found here.
The kernel config file can be found here.

Any idea what changed?

Thank you.

P.S.: What also would be nice to have is framebuffer support on the boot-up. Because the boot-up terminal is only 80x25.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Jun 17, 2011 7:23 pm    Post subject: Reply with quote

the segfault should mean that xorg/fglrx is trying to use memory that is reserved for some other program.
emerge xorg-server $(qlist -IC x11-drivers) reboot, startx
if that fails, try removing fuse support, reboot, startx.
if no change try removing the webcam support, reboot, startx.
if no change add ipv6 back in, reboot, startx
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum