Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Configuration below for Slackware 10.2 with custom-made compiled kernel
- SCSI driver settings[*] Probe all Luns ## To be used for multi-card readers
- All ACPI settings "switched on"
The C840 supports resolutions of 1600x1200, 1400x1050, 1280x1024 on internal TFT
Start Relevant sections from Xorg.conf
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "ServerLayout"
Screen "Screen 1"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
###########################
End Relevant sections from Xorg.conf
Start relevant section from dmesg related to wireless network card
###########################
orinoco 0.15rc2 (David Gibson , Pavel Roskin , et al)
orinoco_cs 0.15rc2 (David Gibson , Pavel Roskin , et al)
eth0: Hardware identity 0005:0004:0005:0000
eth0: Station identity 001f:0001:0008:000a
eth0: Firmware determined as Lucent/Agere 8.10
eth0: Ad-hoc demo mode supported
eth0: IEEE standard IBSS ad-hoc mode supported
eth0: WEP supported, 104-bit key
eth0: MAC address 00:02:2D:5C:11:6C
eth0: Station name "HERMES I"
eth0: ready
eth0: index 0x01: Vcc 3.3, irq 11, io 0xe100-0xe13f
eth0: New link status: Disconnected (0002)
############################
End of relevant section from dmesg related to wireless network card
Please note that card works with standard wireless-tools drivers with Slack 10.2, but I can't start it from boot, neither static nor DHCP so I added some commands to my /etc/rc.d/rc.local to get it working
###################
# Bring up wireless interface
/sbin/iwconfig eth0 essid netwerkvanderwolf key B9B11C9D7F5206281242383325
# Give it some time
/usr/bin/sleep 1
/sbin/dhcpcd eth0
/usr/bin/sleep 10
###################
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.