HARDWARE Acer Aspire 4315

From Gentoo Linux Wiki

Jump to: navigation, search

This article is still a Stub. You can help Gentoo-Wiki by expanding it.




Please format this article according to the guidelines and Wikification suggestions, then remove this notice {{Wikify}} from the article


Contents

[edit] Hardware

 Intel(R) Celeron(R) CPU
 flags  : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx lm constant_tsc up arch_perfmon pebs bts pni monitor ds_cpl tm2 ssse3 cx16 xtpr lahf_lm

[edit] Video

Mobile Intel VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 03)

File: /etc/make.conf

VIDEO_CARDS="i810 intel"

Linux Kernel Configuration: Intel IGP
Device Drivers  --->
    Graphics gupport  --->
        <*> /dev/agpgart (AGP Support)  --->
            <*>   Intel 440LX/BX/GX, I8xx and E7x05 chipset support
        <*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)  --->
            <*>   Intel 830M, 845G, 852GM, 855GM, 865G
            <*>     i915 driver

If you're using framebuffer:

Linux Kernel Configuration: Intel IGP framebuffer
Device Drivers  --->
    Graphics gupport  --->
        <*> Support for frame buffer devices  --->
            <*>   Intel 830M/845G/852GM/855GM/865G/915G/945G support
            [*]     DDC/I2C for Intel framebuffer support
        Console display driver support  --->
            <*> Framebuffer Console support

[edit] Audio

Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)

File: /etc/make.conf

ALSA_CARDS="hda-intel"

[edit] Kernel modules

Relevant module would be snd-hda-intel with Realtek HD-audio codec support, actual codec is Realtek ALC268.

Warning: Do not compile alsa sound support into kernel - it won't work that way since you can't pass any module parameters. Holds true for 2.6.25 and earlier gentoo-sources.

Compile ALSA as module and append following lines to your /etc/modules.d/alsa:

alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-card-0
options snd-hda-intel enable=1 index=0 model=acer

Then run 'update-modules' to generate modprobe configuration.

[edit] Ethernet

Marvell Yukon 88e8039 PCIE (sky2)

Works without problems.

Linux Kernel Configuration: Yukon2 NIC driver
Device Drivers  --->
    [*] Network device support  --->
        [*]   Ethernet (1000 Mbit)  --->
            <*>   SysKonnect Yukon2 support

[edit] Wifi

[edit] Atheros AR5007EG PCIE

See the Atheros 5xxx article.

File: /etc/conf.d/net
 essid_ath0="any"   
 config_ath0=( "dhcp" )
 dhcpcd_ath0="-t 30" # Timeout after 30 seconds

[edit] Broadcom

good luck with a native driver if one exist ndiscrapper someone have this acer/broadcom combo? feel free to edit this


[edit] Modem

ideas? what kinda device is this? my ventures with linuxant slmodem scanmodem all were fruitless and in linuxant's case killed my whole system



[edit] hotkeys

kmods

Warning: need LED and brightness in kernel
acer_acpi
acerhk 

I'm working on getting the hotkeys to work sofar Fn+arrows dont change the brightness I have to manually

Code: backlight brightness
echo "0-9" >> /proc/acpi/acer/brightness

if wifi stops

Code: enable/disable wifi
echo "1" >> /proc/acpi/acer/wireless



[edit] touchpad

File: /etc/make.conf

INPUT_DEVICES="keyboard mouse synaptics"

[edit] Misc

[edit] Usefull USE Flags

cpu speciffic

acpi mmx sse ssse3 sse2 

misc

wifi dvd cdr

[edit] References

[edit] Full 'lspci -v' Output

Can be found here.

[edit] Kernel config

A 2.6.23-gentoo-r8 .config can be found here.

[edit] Boot Messages

The full dmesg output using the given kernel .config can be seen here.

[edit] XOrg Config

This is my working xorg.conf file.

[edit] Xorg.0.log

The complete X output can be found here.

[edit] glxinfo

The complete glxinfo can be found here.


MR! wiki tag your it! your turn! lol i fixed my half now lets better integrate em! eh? i'd help ya with glx/compiz stuff but im currently using fluxbox and quite happy without it ps hit me up on #gentoo or #gentoo-chat --jimiridge pss thanx for the kernel.conf we gotta chat it up on irc sometime

[edit] Todo

  1. Compiz still not working
  2. Improve bootup (debug errors listed and speed up)
  3. Fix wireless to auto connect appropriately



jimiridge - Great job on the wiki-ness! I wish I had more experience in that area (one of the reasons I am working on this project). I have been really busy recently (my wife and I just had a baby) - so not much work done on my computer in the last week or two. At any rate, I cannot commend you enough on how you made this page look! I'll keep updating as I can. --MR


  1. hotkeys
  2. more details on devices and corresponding kernel settings
  3. make it more pretty (wiki page) i think i came back to gentoo just cause this wiki page ;)
  4. maybe compress things like one heading for make.conf except several calls to it? i dunno hows the format look to you?
Personal tools