Linux auf einem Compaq Presario 2800

Einleitung

Hier findet man Infos bzgl. der Konfiguration von IrDA für einen Compaq Presario 2800 in der Hoffnung es möge auch für andre Linux-Benutzer von Hilfe sein. Leider weiß bis jetzt noch immer nicht genau welches Modell der Laptop genau ist. :-(
Red Hat Linux 8.0 läuft auf diesem Laptop ohne besondere Klimmzüge problemlos.

Übersicht

IrDA

Meine Konfiguration im Überblick

/etc/sysconfig/irda

IRDA=yes
DEVICE=irda0
DISCOVERY=yes

---

/etc/rc.d/rc.local

# IRDA
setserial /dev/ttyS0 uart none
setserial /dev/ttyS2 uart none

/etc/rc.d/init.d/irda start

/etc/rc.d/init.d/pcmcia start

setserial notwendig, um IO-Port-Konflikt zu vermeiden (nsc-ircc kann ansonsten die IO-Ports nicht reservieren)

---

/etc/modules.conf

# IRDA
options nsc-ircc io=0x03e8 irq=0x03 dma=0x03 dongle_id=0x0d
alias irda0 nsc-ircc

Notwendige Einstellung mittels Microsoft Windows Geräte-Manager ermitteln. dongle_id=0x0d entspricht HP HSDL-1100/2100.

---

lspci

00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
02:04.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
02:06.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02)
02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 42)
02:0e.0 USB Controller: NEC Corporation USB (rev 41)
02:0e.1 USB Controller: NEC Corporation USB (rev 41)
02:0e.2 USB Controller: NEC Corporation USB 2.0 (rev 02)

Änderungshistorie

Datum Anmerkungen
2003-08-07 Erste Version
2003-08-09 Ergänzungen

Copyleft'd 2003 by Dietmar Schinnerl -- mailto:ramteid at free dot pages dot at