Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
where to download stage 3 tarball? [ SOLVED ]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5  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: Wed May 18, 2011 1:52 am    Post subject: Reply with quote

192.168.1.1 , presumed to be your router ???
_________________
Defund the FCC.
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 1:56 am    Post subject: Reply with quote

hmm..good question, i had a netgear and then switched over to at&t and they replaced my router with one of theirs. It sure looks like the address of a router.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 1:59 am    Post subject: Reply with quote

the router's ip is:

192.168.1.254

Code:


ping -c 2 -I wlan0 192.168.1.254
PING 192.168.1.254 (192.168.1.254) from 192.168.1.64 wlan0: 56(84) bytes of data.

--- 192.168.1.254 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms



i can access the router from my windows' box....
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 2:01 am    Post subject: Reply with quote

i can also access it from my laptop, however, im hardwired right now as the wireless adapter is not cooperating
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
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 May 18, 2011 2:02 am    Post subject: Reply with quote

if att is involved my guess as to router address may be wrong

have you restarted wlan0?
_________________
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 May 18, 2011 2:25 am    Post subject: Reply with quote

Code:
nano /etc/conf.d/net
Edit to:
Quote:
modules_wlan0="wpa_supplicant"
wpa_supplicant_wlan0="-Dwext"
wpa_timeout_wlan0=15
iwconfig_wlan0_mode="managed"
modules_wlan0="dhcpcd"
config_wlan0="dhcp"
dhcpcd_wlan0="-t 10"

modules_wlan1="wpa_supplicant"
wpa_supplicant_wlan1="-Dwext"
wpa_timeout_wlan1=15
iwconfig_wlan1_mode="managed"
modules_wlan1="dhcpcd"
config_wlan1="dhcp"
dhcpcd_wlan1="-t 10"

modules_eth0="ifconfig"
modules_eth0="dhcpcd"
config_eth0="dhcp"
dhcpcd_eth0="-t 10"
Let me not interfere with att, and correct the mode that wlan0 should run in
_________________
Defund the FCC.
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 2:49 am    Post subject: Reply with quote

did you only remove the "dns server"?
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 2:55 am    Post subject: Reply with quote

disregard..here is my conf.d/net file:

Code:


cat /etc/conf.d/net
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).




modules_wlan0="wpa_supplicant"
wpa_supplicant_wlan0="-Dwext"
wpa_timeout_wlan0=15
iwconfig_wlan0_mode="managed"
modules_wlan0="dhcpcd"
config_wlan0="dhcp"
dhcpcd_wlan0="-t 10"

modules_wlan1="wpa_supplicant"
wpa_supplicant_wlan1="-Dwext"
wpa_timeout_wlan1=15
iwconfig_wlan1_mode="managed"
modules_wlan1="dhcpcd"
config_wlan1="dhcp"
dhcpcd_wlan1="-t 10"

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


_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 2:58 am    Post subject: Reply with quote

Code:


/etc/init.d/net.wlan0 restart
 * Caching service dependencies ...                                                                                                     [ ok ]
 * Unmounting network filesystems ...                                                                                                   [ ok ]
 * Bringing down interface wlan0
 *   Stopping dhclient on wlan0 ...                                                                                                     [ ok ]
 *   Removing addresses
 *     192.168.1.64/24
 *     Stopping wpa_cli on wlan0 ...                                                                                                    [ ok ]
 *     Stopping wpa_supplicant on wlan0 ...                                                                                             [ ok ]
 * Bringing up interface wlan0
 *   Starting wpa_supplicant on wlan0 ...                                                                                               [ ok ]
 *   Starting wpa_cli on wlan0 ...                                                                                                      [ ok ]
 *   Backgrounding ... ...
 * WARNING: net.wlan0 has started, but is inactive
 * WARNING: netmount is scheduled to started when net.wlan0 has started
localhost init.d # ping -c 2 -I wlan0 192.168.1.254
PING 192.168.1.254 (192.168.1.254) from 192.168.1.64 wlan0: 56(84) bytes of data.

--- 192.168.1.254 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms


_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
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 May 18, 2011 3:00 am    Post subject: Reply with quote

does ifconfig still show an ipaddress?

Code:
iwconfig wlan0 mode managed
What response?

start wpa_gui

Adapter: wlan0
Network: your network?
currwent status - values look right from status to ip address?
Manage networks - your network highlighted and Enabled?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 3:31 am    Post subject: Reply with quote

Code:


ifconfig
eth0      Link encap:Ethernet  HWaddr 00:1e:33:57:67:3b 
          inet addr:192.168.1.72  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21e:33ff:fe57:673b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:31109 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13824 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:24145811 (23.0 MiB)  TX bytes:1723448 (1.6 MiB)
          Interrupt:40 Base address:0x6000

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

wlan0     Link encap:Ethernet  HWaddr 00:21:63:31:28:04 
          inet addr:192.168.1.64  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::221:63ff:fe31:2804/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4551 errors:0 dropped:0 overruns:0 frame:0
          TX packets:35 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:205112 (200.3 KiB)  TX bytes:4272 (4.1 KiB)


nothing happened when i ran "iwconfig wlan0 mode managed"


everything looks good in wpa_gui...
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
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 May 18, 2011 3:46 am    Post subject: Reply with quote

you should be able to test wlan0 using ping -c 2 -I wlan0 _____ while the wired is plugged in
does
Code:
iwlist scan wlan0
still show Mode:Master ?
does wpa_gui show connected?
If you click disconnect will it reconnect automatically?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 3:58 am    Post subject: Reply with quote

disconnected from wpa_gui and now when i hit "scan", it's not showing networks near me.

Code:


iwlist scan wlan0
iwlist: unknown command `wlan0' (check 'iwlist --help').


_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 4:08 am    Post subject: Reply with quote

restarted wlan0 and wpa_gui now showing network, ip, etc. however, when i unplugged ethernet cable, still no connectivity.

Code:


ifconfig wlan0 up
localhost init.d # ifconfig
eth0      Link encap:Ethernet  HWaddr 00:1e:33:57:67:3b 
          inet addr:192.168.1.72  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21e:33ff:fe57:673b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:40076 errors:0 dropped:0 overruns:0 frame:0
          TX packets:18729 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:35647427 (33.9 MiB)  TX bytes:2082228 (1.9 MiB)
          Interrupt:40 Base address:0x6000

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

wlan0     Link encap:Ethernet  HWaddr 00:21:63:31:28:04 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:5504 errors:0 dropped:0 overruns:0 frame:0
          TX packets:38 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:246934 (241.1 KiB)  TX bytes:4564 (4.4 KiB)

localhost init.d # /etc/init.d/net.wlan0 restart
 * Bringing down interface wlan0
 *   Removing addresses
 * Bringing up interface wlan0
 *   Starting wpa_supplicant on wlan0 ...                                                                                               [ ok ]
 *   Starting wpa_cli on wlan0 ...                                                                                                      [ ok ]
 *   Backgrounding ... ...
 * WARNING: net.wlan0 has started, but is inactive
localhost init.d # ping -c2 wlan0 192.168.1.254
ping: unknown host wlan0
localhost init.d # ping -c 2 -I wlan0 192.168.1.254
PING 192.168.1.254 (192.168.1.254) from 192.168.1.64 wlan0: 56(84) bytes of data.

--- 192.168.1.254 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms

localhost init.d # ping google.com
ping: unknown host google.com


_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
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 May 18, 2011 4:13 am    Post subject: Reply with quote

let me write it correctly
Code:
iwconfig wlan0 mode managed
iwlist wlan0 scan

_________________
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 May 18, 2011 4:17 am    Post subject: Reply with quote

Code:
/etc/init.d/net.wlan0 restart
dmesg | tail -100 | wgetpaste
post the url
_________________
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 May 18, 2011 4:24 am    Post subject: Reply with quote

Another typo:
Code:
iwconfig wlan0 mode Managed
iwlist wlan0 scan

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


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 10:30 pm    Post subject: Reply with quote

ok, lets see if we can get this thing working. first thing first though, not sure what i tweaked yesterday, but now I cant boot. I'm at the kdm prompt, i enter my login info and then i get the following:

"Can not enter home directory. Using /."

When I hit ok to proceed, i get:

"kstartupconfig4 does not exist or fails. The error code is 3. Check your insta"
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
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 May 18, 2011 10:42 pm    Post subject: Reply with quote

kde is not my thing
are you able to boot to a command line?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 10:48 pm    Post subject: Reply with quote

opened up another shell and logged in as normal user. The following message is displayed after loggin in:

" No directory, logging in with HOME=/"

Now , i did made edits to my /etc/fstab file yesterday...mainly just add my /home partition which I created and was not added.

/dev/sda1 = boot
/dev/sda2=swap
/dev/sda3=root
/dev/sda4=extended
/dev/sda5=home
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
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 May 18, 2011 11:15 pm    Post subject: Reply with quote

aha, google knows that problem http://kubuntuforums.net/forums/index.php?topic=3099693.0

first to check as root or sudoed
Code:
umount /home
ls -l /home
should say 'total 0' else you have phantom /home files on the / partition
if you have phantom /home files on the / partition you should move them (if valuable) or erase them (if not)
then
Code:
mount /home
ls -la /home
ls -la /home/<username's>if username is not the owner of the files and directories  chown

Quote:
either:
Code:
cd /home/<username's>

change the owner(s)
stop kdm
Code:
mv .kde .kde_bak
rm .ICEauthority
rm .Xauthority

start kdm

Quote:
or: if/home/<username's> holds nothing of value, as root,
Code:
rm -rf /home/<userername's>
, except for root, then delete the users and then readd them

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


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Wed May 18, 2011 11:51 pm    Post subject: Reply with quote

i deleted the entry i added last night for my separate /home partition and i was able to log in with no problems. I still need to figure out why that happened. but for now wpa_supplicant takes priority. wpa_gui started automaticall and connected to the network. everything looks fine.....will try to ping now.
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Thu May 19, 2011 12:24 am    Post subject: Reply with quote

getting somewhere, not sure what i did, but the wireless connectivity works now. I'm now experiencing sluggishness from kde....apps take over 15 seconds to launch, it just feels very slow. maybe my xorg.conf needs tweaking or something else. I've found the specs on the laptop, would you mind going over the specs and make any recommendations as you see fit. ?

amongst other things, the screensaver does not work. I've set it up to start after 10 minutes of inactivity and after 10 minutes, it goes black. I have now sound,

Code:


0:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge



here is the link to the specs:

http://reviews.cnet.com/laptops/toshiba-satellite-a305d-s6848/4507-3121_7-33088925.html
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
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 May 19, 2011 1:41 am    Post subject: Reply with quote

hardly ever do laptops, do kde less than that, never bother with acpi, so not a good source however:
started menuconfig, entered / and got help for the following:
Quote:
Symbol: ATARI_SCSI_TOSHIBA_DELAY [=n]
Type : boolean
Prompt: Long delays for Toshiba CD-ROMs
Defined at drivers/scsi/Kconfig:1750
Depends on: SCSI_LOWLEVEL [=n] && SCSI [=y] && ATARI_SCSI [=n]Location:
-> Device Drivers
-> SCSI device support
-> SCSI low-level drivers (SCSI_LOWLEVEL [=n])
-> Atari native SCSI support (ATARI_SCSI =n])

Symbol: YENTA_TOSHIBA [=y]
Type : boolean
Prompt: Special initialization for Toshiba ToPIC bridges
Defined at drivers/pcmcia/Kconfig:105
Depends on: PCCARD [=y] && YENTA [=y] && EXPERT [=n]
Location:
-> Bus options (PCI etc.)
-> PCCard (PCMCIA/CardBus) support (PCCARD [=y])
-> CardBus yenta-compatible bridge support (YENTA [=y])

Symbol: TOSHIBA_FIR [=n]
Type : tristate
Prompt: Toshiba Type-O IR Port
Defined at drivers/net/irda/Kconfig:305
Depends on: NET [=y] && IRDA [=n] && PCI [=y] && !64BIT [=y] && VIRT_TO_BUS [=y]
Location:
-> Networking support (NET [=y])
-> IrDA (infrared) subsystem support (IRDA [=n])
-> Infrared-port device drivers


Symbol: PATA_TOSHIBA [=n]
Type : tristate
Prompt: Toshiba Piccolo support (Experimental)
Defined at drivers/ata/Kconfig:643
Depends on: ATA [=y] && ATA_SFF [=y] && ATA_BMDMA [=y] && PCI [=y] && EXPERIMENTAL [=y]
Location:
-> Device Drivers
-> Serial ATA and Parallel ATA drivers (ATA [=y])-> ATA SFF support (ATA_SFF [=y])
-> ATA BMDMA support (ATA_BMDMA [=y])

Symbol: ACPI_TOSHIBA [=n]
Type : tristate
Prompt: Toshiba Laptop Extras
Defined at drivers/platform/x86/Kconfig:516
Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && ACPI [=y] && BACKLIGHT_CLASS_DEVICE [=y] && INPUT [=y] && (RFKILL [=n] || RFKILL [=n]=n)
Location:
-> Device Drivers
-> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
Selects: LEDS_CLASS [=y] && NEW_LEDS [=y] && INPUT_POLLDEV [=n] && INPUT_SPARSEKMAP [=y]

Symbol: TOSHIBA [=n]
Type : tristate
Prompt: Toshiba Laptop support
Defined at arch/x86/Kconfig:901
Depends on: X86_32 [=n]
Location:
-> Processor type and features

Symbol: TOSHIBA_RBTX4939 [=TOSHIBA_RBTX4939]
Type : unknown

Symbol: TOSHIBA_BT_RFKILL [=n]
Type : tristate
Prompt: Toshiba Bluetooth RFKill switch support
Defined at drivers/platform/x86/Kconfig:549
Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && ACPI [=y]
Location:
-> Device Drivers
-> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
a couple you may want Your config has CONFIG_ACPI_TOSHIBA is not set
I've seen complaints about latest kde slowing down but have no idea, your machine should be faster than average laptop IMHO
have you emerged alsa-utils? alsasound in default runlevel??
I currently compile alsa as a module and select everything under snd_hda_intel except for aggressive power saving
_________________
Defund the FCC.
Back to top
View user's profile Send private message
snakeo2
Veteran
Veteran


Joined: 01 Jan 2006
Posts: 1237

PostPosted: Thu May 19, 2011 2:54 am    Post subject: Reply with quote

Code:


emerge -av 'qlist -IC x11-drivers'
!!! 'qlist -IC x11-drivers' is not a valid package atom.


Do i have to install a specific program to get that info?

Code:


emerge -pv xorg-server

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

Calculating dependencies... done!
[ebuild   R   ] x11-base/xorg-server-1.9.5  USE="ipv6 nptl udev xorg -dmx -doc -kdrive -minimal -static-libs -tslib" 0 kB                                                                                                           

Total: 1 package (1 reinstall), Size of downloads: 0 kB



i dont seem to have an xorg.conf file:

Code:


cat /etc/X11/xorg.conf.d
cat: /etc/X11/xorg.conf.d: No such file or directory



thinking maybe im using the mesa driver which could be the reason for the sluggishness....
_________________
Gigabyte MA790X-UD4P Motherboard
AMD Phenom II X4 940 Black Edition
MSI ATI R4650 PCIe2
250GB SATA Drive
4GB Corsair DDR2
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, 5  Next
Page 3 of 5

 
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