Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel bei Compaq Presario 900 (905E)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Ragin
l33t
l33t


Joined: 14 Apr 2003
Posts: 776

PostPosted: Mon Jul 21, 2003 7:32 pm    Post subject: Kernel bei Compaq Presario 900 (905E) Reply with quote

Hi,

ich habe endlich Gentoo auf einem Compaq Presario 905E zum laufen bekommen.
Das einzigste, was nun noch fehlt ist ein funktionierender Kernel. :)

Hat jemand diesbezüglich schon Erfahrungen gemacht?
Momentan komme ich beim booten bis zu /dev/hda...
Dort bleibt er stehen, weil er das Gerät nicht finden kann (scheint wohl am Controller zu liegen).

Code:

hda: status timeout: status=0x80 {Busy}

hda: drive not ready for command

spuious 8259A interrupt: IRQ7.
ide0: reset time-out, statur=0x80
hda: status timeout: status=0x80 {Busy}
Back to top
View user's profile Send private message
JensZ
Guru
Guru


Joined: 15 Feb 2003
Posts: 339
Location: Freiburg

PostPosted: Mon Jul 21, 2003 8:57 pm    Post subject: Reply with quote

hast du DMA aktiviert? welchen Chipsatz nutz das Board
Back to top
View user's profile Send private message
Ragin
l33t
l33t


Joined: 14 Apr 2003
Posts: 776

PostPosted: Tue Jul 22, 2003 4:11 pm    Post subject: Reply with quote

DMA ist nicht aktiviert. Scheint auch Probleme mit den Platten zu machen.
Wenn ich den Kernel (von der BootCD) mit ide=nodma (und weitere Optionen :)) starte funzt alles erst.

Aber hier einmal die komplette Ausgabe von /proc/pci:

Code:

# cat /proc/pci

PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: PCI device 1002:cab0 (ATI Technologies Inc) (rev 19).
      Master Capable.  Latency=64. 
      Prefetchable 32 bit memory at 0xf4000000 [0xf7ffffff].
      Prefetchable 32 bit memory at 0xf0400000 [0xf0400fff].
      I/O at 0x8090 [0x8093].
  Bus  0, device   1, function  0:
    PCI bridge: ATI Technologies Inc U1/A3 AGP Bridge [IGP 320M] (rev 1).
      Master Capable.  Latency=99.  Min Gnt=12.
  Bus  0, device   2, function  0:
    USB Controller: ALi Corporation USB 1.1 Controller (rev 3).
      IRQ 11.
      Master Capable.  Latency=64.  Max Lat=80.
      Non-prefetchable 32 bit memory at 0xf0014000 [0xf0014fff].
  Bus  0, device  15, function  0:
    USB Controller: ALi Corporation USB 1.1 Controller (#2) (rev 3).
      IRQ 11.
      Master Capable.  Latency=64.  Max Lat=80.
      Non-prefetchable 32 bit memory at 0xf0016000 [0xf0016fff].
  Bus  0, device   7, function  0:
    ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV] (rev 0).
  Bus  0, device   8, function  0:
    Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 2).
      IRQ 5.
      Master Capable.  Latency=64.  Min Gnt=2.Max Lat=24.
      I/O at 0x8400 [0x84ff].
      Non-prefetchable 32 bit memory at 0xf0015000 [0xf0015fff].
  Bus  0, device  10, function  0:
    CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 2).
      IRQ 10.
      Master Capable.  Latency=32.  Min Gnt=192.Max Lat=7.
      Non-prefetchable 32 bit memory at 0x10000000 [0x10000fff].
  Bus  0, device  11, function  0:
    Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 32).
      IRQ 11.
      Master Capable.  Latency=64.  Min Gnt=32.Max Lat=64.
      I/O at 0x8800 [0x88ff].
      Non-prefetchable 32 bit memory at 0xf0017800 [0xf00178ff].
  Bus  0, device  12, function  0:
    Communication controller: Conexant HSF 56k HSFi Modem (rev 1).
      IRQ 10.
      Master Capable.  Latency=64. 
      Non-prefetchable 32 bit memory at 0xf0000000 [0xf000ffff].
      I/O at 0x8098 [0x809f].
  Bus  0, device  16, function  0:
    IDE interface: ALi Corporation M5229 IDE (rev 196).
      Master Capable.  Latency=32.  Min Gnt=2.Max Lat=4.
      I/O at 0x8080 [0x808f].
  Bus  0, device  17, function  0:
    Bridge: ALi Corporation M7101 PMU (rev 0).
  Bus  0, device  19, function  0:
    FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) (rev 0).
      IRQ 10.
      Master Capable.  Latency=64.  Min Gnt=2.Max Lat=4.
      Non-prefetchable 32 bit memory at 0xf0017000 [0xf00177ff].
      Non-prefetchable 32 bit memory at 0xf0010000 [0xf0013fff].
  Bus  1, device   5, function  0:
    VGA compatible controller: ATI Technologies Inc Radeon Mobility U1 (rev 0).
      IRQ 10.
      Master Capable.  Latency=66.  Min Gnt=8.
      Prefetchable 32 bit memory at 0xf8000000 [0xfbffffff].
      I/O at 0x9000 [0x90ff].
      Non-prefetchable 32 bit memory at 0xf0100000 [0xf010ffff].
Back to top
View user's profile Send private message
JensZ
Guru
Guru


Joined: 15 Feb 2003
Posts: 339
Location: Freiburg

PostPosted: Tue Jul 22, 2003 4:55 pm    Post subject: Reply with quote

hast du auch den support für deinen IDE-Chipsatz in den Kernel
eingebaut, so das er beim Booten verfügbar ist, sprich nicht als
Modul, oder wenn als Modul dann brauchst du ne Initrd
Back to top
View user's profile Send private message
Ragin
l33t
l33t


Joined: 14 Apr 2003
Posts: 776

PostPosted: Tue Jul 22, 2003 5:21 pm    Post subject: Reply with quote

Ja, ich bau eigentlich immer alles direkt ein.
Das Problem ist der Controller selbst. Die Frage ist, ob man evtl. noch irgendwelche Optionen angeben muss...
Dieses Notebook läuft eigentlich nicht mit Linux, wie ich feststellen musste. Bisher gab es nur wenige, die es scheinbar hinbekommen haben.

Selbst Allround-Treiber-Kernel-Distris wie RedHat und Suse haben kläglich bei dem Teil versagt :(.

Gentoo ist bisher das einzigste, was sich zumindest booten und verwenden/installieren ließ.
Das einzigste Problem scheint nun der Kernel zu sein.
Back to top
View user's profile Send private message
JensZ
Guru
Guru


Joined: 15 Feb 2003
Posts: 339
Location: Freiburg

PostPosted: Tue Jul 22, 2003 8:20 pm    Post subject: Reply with quote

beziehen sich deine Erfahrungen nur auf die 2.4er Reihe, oder hast du
auch mal einen 2.5 bzw 2.6 ausprobiert, vielleicht auch mal einen ac?
Back to top
View user's profile Send private message
Ragin
l33t
l33t


Joined: 14 Apr 2003
Posts: 776

PostPosted: Tue Jul 22, 2003 8:43 pm    Post subject: Reply with quote

Meine Erfahrungen haben sich auf die aktuellen Vanilla-sources (2.4.21) und die developer-sources (2.6) bezogen.

Nun habe ich allerdings im Internet eine Config für die ac-sources gefunden, womit es auch funktioniert!!!

JIPPPPPPEEEEEEEEEEEEEE!!!!!!!!!!! :twisted:

Gnome läuft bereits auch sauber mit Ton :)

Fall jemand Interesse hat, kann ich ja mal eine Mini-Anleitung für diese besch*!"§$$ Notebooks mit der Kernel-Config Posten.

Was mir jetzt noch zu meinem Glück fehlt wäre der TV-Out am Notebook und die PCMCIA Wireless Netzwerkkarte (Intel).
Back to top
View user's profile Send private message
JensZ
Guru
Guru


Joined: 15 Feb 2003
Posts: 339
Location: Freiburg

PostPosted: Tue Jul 22, 2003 8:57 pm    Post subject: Reply with quote

tv-out sollte eigentlich gehen http://www.mp3licensing.com/royalty/index.html
das mit der wireless-karte könnte ein Problem geben, für die
neusten rückt intel weder docus noch nen Treiber raus
Back to top
View user's profile Send private message
Ragin
l33t
l33t


Joined: 14 Apr 2003
Posts: 776

PostPosted: Tue Jul 22, 2003 9:24 pm    Post subject: Reply with quote

TV Out scheint theoretisch mit atitvout zu gehen. Allerdings sagt dieser immer, dass er das erät nicht finden kann und dass ich mit -f oder -r das Gerät erzwingen soll. Die ATI Mobility U1 wird dort sogar aufgeführt, jedoch ist nicht angegeben, wie man die Grafikkarte bezeichnen soll, damit diese genommen wird.

Die Wireless Karte ist eine Intel PRO/Wireless LAN PC Card.
Ist auch schon über ein Jahr alt.
Back to top
View user's profile Send private message
JensZ
Guru
Guru


Joined: 15 Feb 2003
Posts: 339
Location: Freiburg

PostPosted: Tue Jul 22, 2003 9:54 pm    Post subject: Reply with quote

einfach lspci eingeben, das "Gerät" sollte dann einfach die ID der
Graka sein also 01:00.0 für mich
Code:
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 82)

mit der Wirelesskarte kann ich dir nicht helfen, seit wir in der Firma
ein Netzwerk so aufziehen wollten und mal die Spezifikationen
nachgelesen haben, in welchen steht das nur 2m garantiert sind,
ist die gesammt Sache für mich gestorben.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
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