You are not logged in.
Pages: 1
Hi guys,
This is my first post on this forum, i come from ubuntu distribution so i'm very noob.
I have installed Archlinux, Gnome, Ati drivers but i have problems to choice modules for my laptop. the output of hwd -ec is:
[root@myhost riccardo]# hwd -ec
IDE interface
piix : Intel Corp.|I/O Controller Hub PATA
Mass storage controller
unknown : Texas Instruments|Texas Instruments PCIxx21 Integrated FlashMedia Controller
Ethernet controller
tg3 : Broadcom Corp.|NetXtreme BCM5788 Gigabit Ethernet
Network controller
ipw2200 : Intel Corp.|Intel(R) PRO/Wireless 2200BG
VGA compatible controller
vesa : ATI Technologies Inc.|Radeon Mobility X700 (PCIE)
Multimedia audio controller
snd-intel8x0 : Intel Corp.|82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller
Host bridge
intel-agp : Intel Corp.|Mobile Memory Controller Hub
ISA bridge
i810-tco : Intel Corp.|I/O Controller Hub LPC
PCI bridge
unknown : Intel Corp.|Mobile Memory Controller Hub PCI Express Port
unknown : Intel Corp.|I/O Controller Hub PCI Express Port 0
unknown : Intel Corp.|I/O Controller Hub PCI Express Port 1
unknown : Intel Corp.|I/O Controller Hub PCI Express Port 2
hw_random : Intel Corp.|82801 Hub Interface to PCI Bridge
CardBus bridge
yenta_socket : Texas Instruments|Texas Instruments PCIxx21/x515 Cardbus Controller
Modem
Hsf:www.linmodems.org: Intel Corp.|I/OController Hub Modem
FireWire (IEEE 1394)
unknown : Texas Instruments|Texas Instruments OHCI Compliant IEEE 1394 Host Controller
USB Controller
unknown : Intel Corp.|I/O Controller Hub USB
unknown : Intel Corp.|I/O Controller Hub USB
unknown : Intel Corp.|I/O Controller Hub USB
unknown : Intel Corp.|I/O Controller Hub USB
unknown : Intel Corp.|I/O Controller Hub USB2
SMBus
i2c-i801 : Intel Corp.|I/O Controller Hub SMBus
USB Human Interface Devices
usbhid : Genesys Logic, Inc.|Afilias Optical Mouse H3003 [/dev/input/mice]
USB Mass Storage
usb-storage : Flash Disk
USB Hub
hub : Virtual|Hub
hub : Virtual|Hub
hub : Virtual|Hub
hub : Virtual|Hub
hub : Virtual|Hub
Mouse
msintellips/2 : PS/2 Mouse port
So someone can help me to select appropriate modules?
Thanks,
Riccardo
Offline
modprobe -l | grep 2200
this is search your network controller ..
modprobe ipw2200
or edit rc.conf and edit MODULES=(ipw2200)
Offline
hwdetect --show-modules
Offline
my output of hwdetect --show-modules is:
AGP : agpgart intel-agp
PATA : ata_generic
SCSI : sd_mod
SATA : ata_piix
USB : usb-storage usbcore ehci-hcd uhci-hcd
FW : ieee1394 ohci1394
NET : tg3 ieee80211 ieee80211_crypt ipw2200
INPUT : evdev ff-memless joydev pcspkr psmouse serio_raw tsdev usbhid
PCMCIA : pcmcia_core rsrc_nonstatic yenta_socket
SOUND : ac97_bus snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-ac97-codec snd-intel8x0 snd-intel8x0m soundcore
OTHER : cdrom intel-rng rtc hid i2c-i801 i2c-core tifm_7xx1 tifm_core pci_hotplug shpchp
I have to put all this modules in section MODULES in rc.conf?
Last edited by Bola (2007-02-16 23:24:22)
Offline
Nobody can help a poor noob?
Offline
I have to put all this modules in section MODULES in rc.conf?
Not necessarily. If you set
MOD_AUTOLOAD="yes"
in /etc/rc.conf, most modules will be loaded automatically. Some might not be loaded or loaded erroneously (and conflict with the right ones). In that case, you should change your MOD_BLACKLIST and MODULES lines.
What do you have in rc.conf so far?
What exactly are your problems? What does not work (sound, etc.)?
And what kind of processor do you have? (You may want speedstepping.)
Offline
My problems are:
- no sound
- no wireless
- no MMC/SD card reader
- no acpi and no speedstepping
- i want to understand what modules use my laptop to optimize it
My laptop is a Intel Centrino Pentium M 2.0GHz
Offline
- no sound
Your sound module was probably autodetected, you just have to configure it. See the alsa wiki page.
- no wireless
Someone answered this already.
- no MMC/SD card reader
I don't know anything about this.
- no acpi and no speedstepping
Add 'acpid' to your DAEMONS list. I also suggest cpufreq for speedstepping.
I am a gated community.
Offline
most of what you are missing is in the wiki, the acpi and speed stepping too.
Offline
ok i have settiung up:
- ipw2200
- acpi
- speedstep with speedstep_centrino and cpufreq_ondemand
Remain automount and alsa... the sound is ok but when gnome starts it's disbale and i have to enable it... why?
Offline
is it mute or you have to load the module manually?
did you add alsa to your startup modules?
Last edited by karmapolice (2007-02-17 03:29:22)
Offline
is it mute or you have to load the module manually?
did you add alsa to your startup modules?
Alsa problem solved in last reply
remain to set up MMC/SD reader and to optimize acpi&speedstep
Offline
Regarding speedstepping, I recommend you to use the second method titeled "Alternative Method: cpufrequtils" in the speedstep wiki: http://wiki.archlinux.org/index.php/SpeedStep
You will also need to add speedstep_centrino the module line in /etc/rc.conf
Depending on your laptop model, you may need to load the acpi module.
modprobe -l | grep acpi
may give you an idea about which modules exist.
Card readers are a little more tricky. If you are lucky, you have the fairly common Ricoh R5C822 that just works with the sdhci module (which supports only SD cards, though).
Last edited by mutlu_inek (2007-02-17 06:38:16)
Offline
Also, you may want to install hwinfo from AUR. The program prints an amazingly detailed list of your hardware, often even suggesting the correct drivers and the command to load them. You can easily browse the list, check which modules are not loaded, decide whether you need the functionality and put the necessary stuff into rc.conf.
See: http://aur.archlinux.org/packages.php?d … =1&ID=1349
Last edited by mutlu_inek (2007-02-17 06:47:20)
Offline
i solved all but there is stil la problem: when i boot archlinux he arrive at network daemon, stay there 20 seconds and then failed, the error is about dbus, i don't remembred exactly the error line.
My daemon array is: (syslog-ng network hal netfs @crond @alsa acpid cpufreq gdm)
Thx for all
Offline
You should add dbus before hal to your daemon array.
Offline
You should add dbus before hal to your daemon array.
Hal should automatically load dbus; no need to load it "by hand".
Offline
so wath's the solution?
Offline
so wath's the solution?
Autoquote... lol
I solved changingin rc.conf INTERFACES(lo eth0 eth1) into INTERFACES(lo !eth0 !eth1).
EDIT: Sorry NOT Solved, maybe some daemos hit themselves....
Last edited by Bola (2007-02-17 13:30:45)
Offline
last question today:
I want to install openoffice 2.1 but in repositories there is 2.0.4, so i checked in AUR if there was 2.1 version.
Now how can i install aur packages? there is a specific routine? can someone illustrate me?
Many thanks
Offline
I think you should wait until it is officially released by the respective Arch maintainer. You can, of course, create you own PKGBUILD that compiles openoffice. However, you need to learn how to write PKGBUILD and you need to be very patient since compiling openoffice may take several hours up to a day. And you need lots of ram and hdd space... Just be patient.
Offline
Pages: 1