Thema geschlossen
Ergebnis 1 bis 10 von 10

Thema: (Gelöst) acer_acpi 0.10 findet Gerät nicht

  1. #1
    Newbie
    Registriert seit
    01.02.2008
    Beiträge
    4

    Standard (Gelöst) acer_acpi 0.10 findet Gerät nicht

    Hallo!

    Ich habe mich jetzt schon stundenlang durch Google und die hiesige Suchfunktion gearbeitet – erfolglos. Vielleicht hat ja jemand eine Lösung:

    Mein Acer Aspire 5020 läuft seit gestern unter SUSE 10.3. Leider bekomme ich das WLAN nicht zum laufen. acer_acpi 0.10 ist installiert und gibt folgende Fehlermeldung aus:
    Code:
    modprobe acer_acpi wireless=1
    FATAL: Error inserting acer_acpi (/lib/modules/2.6.22.5-31-default/extra/acer_acpi.ko): No such device
    Prinzipell müsste das Gerät aber da sein.
    Ausgabe iwconfig
    Code:
    eth0      IEEE 802.11b/g  ESSID:off/any  Nickname:"Broadcom 4318"
              Mode:Managed  Frequency=2.472 GHz  Access Point: Invalid
              Bit Rate=1 Mb/s   Tx-Power=19 dBm
              RTS thr:off   Fragment thr:off
              Encryption key:off
              Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    Was mache ich falsch? Vielen Dank schonmal für die Hilfe!

    Gruß
    Christian

  2. #2
    Administrator Avatar von Rain_Maker
    Registriert seit
    06.02.2006
    Beiträge
    5,459

    Standard AW: acer_acpi 0.10 findet Gerät nicht

    Code:
    ls -ls /lib/firmware/bcm*
    
    cat /etc/SuSE-release
    => Ausgaben posten.

    BTW:

    Wozu den Kram von Hand basteln? Es gibt fertige RPMS bzw. srcRPMS zum rebuilden in unserer Downloadsektion.

    Außerdem ist es nicht unmöglich, daß Dein Laptop entweder gar kein acer_acpi braucht bzw. etwas anderes benötigt.

    Greetz,

    RM
    "Programming today is a race between software engineers striving to build better & bigger idiot-proof programs and the Universe trying to produce bigger & better idiots. So far, the Universe is winning." (Rick Cook)

    Dies ist ein _öffentliches_ Supportforum, keinerlei Support per PN, EMail oder Instant Messenger.

    openSUSE 11.4 - 3.3.X-desktop - fluxbox 1.3.2

    For Windows-Problems - Reboot / For Linux-Problems - BE ROOT!
    (==> Und hier das wirkliche "Geheimnis meines Erfolges")

  3. #3
    Newbie
    Registriert seit
    01.02.2008
    Beiträge
    4

    Standard AW: acer_acpi 0.10 findet Gerät nicht

    Mit den RPMS habe ich gestern meinen Kernel zerschossen - deshalb probiere ich es auf diesem Weg...

    Hier die Antworten:

    Code:
    linux-laptop:~ # ls -ls /lib/firmware/bcm*
     4 -rw-r--r-- 1 root root  3504 Feb  1 10:44 /lib/firmware/bcm43xx_initval01.fw
     4 -rw-r--r-- 1 root root    16 Feb  1 10:44 /lib/firmware/bcm43xx_initval02.fw
     4 -rw-r--r-- 1 root root  3504 Feb  1 10:44 /lib/firmware/bcm43xx_initval03.fw
     4 -rw-r--r-- 1 root root    16 Feb  1 10:44 /lib/firmware/bcm43xx_initval04.fw
     4 -rw-r--r-- 1 root root  2536 Feb  1 10:44 /lib/firmware/bcm43xx_initval05.fw
     4 -rw-r--r-- 1 root root   248 Feb  1 10:44 /lib/firmware/bcm43xx_initval06.fw
     4 -rw-r--r-- 1 root root  2536 Feb  1 10:44 /lib/firmware/bcm43xx_initval07.fw
     4 -rw-r--r-- 1 root root  2536 Feb  1 10:44 /lib/firmware/bcm43xx_initval08.fw
     4 -rw-r--r-- 1 root root   248 Feb  1 10:44 /lib/firmware/bcm43xx_initval09.fw
     4 -rw-r--r-- 1 root root   248 Feb  1 10:44 /lib/firmware/bcm43xx_initval10.fw
    24 -rw-r--r-- 1 root root 21672 Feb  1 10:44 /lib/firmware/bcm43xx_microcode11.fw
    16 -rw-r--r-- 1 root root 16352 Feb  1 10:44 /lib/firmware/bcm43xx_microcode2.fw
    20 -rw-r--r-- 1 root root 20088 Feb  1 10:44 /lib/firmware/bcm43xx_microcode4.fw
    24 -rw-r--r-- 1 root root 22272 Feb  1 10:44 /lib/firmware/bcm43xx_microcode5.fw
     4 -rw-r--r-- 1 root root  1312 Feb  1 10:44 /lib/firmware/bcm43xx_pcm4.fw
     4 -rw-r--r-- 1 root root  1312 Feb  1 10:44 /lib/firmware/bcm43xx_pcm5.fw
    Code:
    cat /etc/SuSE-release
    openSUSE 10.3 (X86-64)
    VERSION = 10.3

  4. #4
    Administrator Avatar von Rain_Maker
    Registriert seit
    06.02.2006
    Beiträge
    5,459

    Standard AW: acer_acpi 0.10 findet Gerät nicht

    Mit den RPMS habe ich gestern meinen Kernel zerschossen
    Mit welchen?

    Die hatten sicher auch einen Dateinamen.

    Code:
    /usr/sbin/hwinfo --netcard
    
    uname -a
    
    sudo grep -i Radio|/var/log/messages
    sagt?

    AFAIK ist acer_acpi nur für 64Bit Systeme geeignet, das würde zwar passen, aber wenn acer_acpi kein passendes Device findet, dann ist es wohl für Deinen Laptop ungeeignet.

    Wird Dein Modell denn in der Dokumentation zu acer_acpi überhaupt aufgeführt?

    Greetz,

    RM
    Geändert von Rain_Maker (01.02.2008 um 12:10 Uhr)
    "Programming today is a race between software engineers striving to build better & bigger idiot-proof programs and the Universe trying to produce bigger & better idiots. So far, the Universe is winning." (Rick Cook)

    Dies ist ein _öffentliches_ Supportforum, keinerlei Support per PN, EMail oder Instant Messenger.

    openSUSE 11.4 - 3.3.X-desktop - fluxbox 1.3.2

    For Windows-Problems - Reboot / For Linux-Problems - BE ROOT!
    (==> Und hier das wirkliche "Geheimnis meines Erfolges")

  5. #5
    Newbie
    Registriert seit
    01.02.2008
    Beiträge
    4

    Standard AW: acer_acpi 0.10 findet Gerät nicht

    Zitat Zitat von Rain_Maker Beitrag anzeigen
    Mit welchen?

    Die hatten sicher auch einen Dateinamen.
    Tja... Wenn ich das mal noch wüsste
    Code:
    /usr/sbin/hwinfo --netcard
    27: PCI 605.0: 0282 WLAN controller
      [Created at pci.301]
      UDI: /org/freedesktop/Hal/devices/pci_14e4_4318
      Unique ID: rBUF.zSF_tyDUJv5
      Parent ID: qscc.hTSZxA6Z5F6
      SysFS ID: /devices/pci0000:00/0000:00:14.4/0000:06:05.0
      SysFS BusID: 0000:06:05.0
      Hardware Class: network
      Model: "AMBIT Microsystem Aspire 3022WLMi, 5024WLMi, 5020"
      Vendor: pci 0x14e4 "Broadcom"
      Device: pci 0x4318 "BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller"
      SubVendor: pci 0x1468 "AMBIT Microsystem Corp."
      SubDevice: pci 0x0311 "Aspire 3022WLMi, 5024WLMi, 5020"
      Revision: 0x02
      Driver: "bcm43xx"
      Driver Modules: "bcm43xx"
      Device File: eth0
      Features: WLAN
      Memory Range: 0xc0204000-0xc0205fff (rw,non-prefetchable)
      IRQ: 21 (2867 events)
      HW Address: 00:14:a4:42:eb:75
      Link detected: no
      WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13
      WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472
      WLAN bitrates: 6 9 12 18 24 36 48 54 1 2 5.5 11
      WLAN encryption modes: WEP40 WEP104 TKIP CCMP
      WLAN authentication modes: open sharedkey wpa-psk wpa-eap
      Module Alias: "pci:v000014E4d00004318sv00001468sd00000311bc02sc80i00"
      Driver Info #0:
        Driver Status: bcm43xx is active
        Driver Activation Cmd: "modprobe bcm43xx"
      Config Status: cfg=no, avail=yes, need=no, active=unknown
      Attached to: #19 (PCI bridge)
    
    32: PCI 607.0: 0200 Ethernet controller
      [Created at pci.301]
      UDI: /org/freedesktop/Hal/devices/pci_10ec_8169
      Unique ID: JNkJ.I7Vp7H17Ha7
      Parent ID: qscc.hTSZxA6Z5F6
      SysFS ID: /devices/pci0000:00/0000:00:14.4/0000:06:07.0
      SysFS BusID: 0000:06:07.0
      Hardware Class: network
      Model: "Acer Incorporated [ALI] Aspire 5024WLMi"
      Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
      Device: pci 0x8169 "RTL-8169 Gigabit Ethernet"
      SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
      SubDevice: pci 0x0079 "Aspire 5024WLMi"
      Revision: 0x10
      Driver: "r8169"
      Driver Modules: "r8169"
      Device File: eth1
      I/O Ports: 0xa000-0xafff (rw)
      Memory Range: 0xc0209400-0xc02094ff (rw,non-prefetchable)
      Memory Range: 0x54000000-0x5401ffff (ro,prefetchable,disabled)
      IRQ: 23 (5347 events)
      HW Address: 00:0a:e4:e8:34:7a
      Link detected: yes
      Module Alias: "pci:v000010ECd00008169sv00001025sd00000079bc02sc00i00"
      Driver Info #0:
        Driver Status: r8169 is active
        Driver Activation Cmd: "modprobe r8169"
      Config Status: cfg=no, avail=yes, need=no, active=unknown
      Attached to: #19 (PCI bridge)
    
    33: PCMCIA 00.0: 0280 Network controller
      [Created at pcmcia.84]
      UDI: /org/freedesktop/Hal/devices/pcmcia__1__1
      Unique ID: Pkeu.j6akJHjyh77
      Parent ID: M8BZ.Jcqtj826r07
      SysFS ID: /devices/pci0000:00/0000:00:14.4/0000:06:06.0/0.0
      SysFS BusID: 0.0
      Hardware Class: network
      Model: "AVM ISDN A"
      Hotplug: CardBus
      Socket: 0
      Vendor: "AVM"
      Device: "ISDN A"
      Module Alias: "pcmcia:m0000c0000f06fn00pfn00pa95D42008pbADC9D4BBpc00000000pd00000000"
      Driver Info #0:
        Driver Status: avma1_cs is not active
        Driver Activation Cmd: "modprobe avma1_cs"
      Extra Info: AVM, ISDN A
      Config Status: cfg=no, avail=yes, need=no, active=unknown
      Attached to: #28 (CardBus bridge)
    Code:
    uname -a
    Linux linux-laptop 2.6.22.5-31-default #1 SMP 2007/09/21 22:29:00 UTC x86_64 x86_64 x86_64 GNU/Linux
    Das ist falsch, oder?
    Code:
    sudo grep -i Radio|/var/log/messages
    /var/log/messages: line 1: Feb: command not found
    /var/log/messages: line 2: Feb: command not found
    /var/log/messages: line 3: Feb: command not found
    /var/log/messages: line 4: Feb: command not found
    /var/log/messages: line 5: Feb: command not found
    /var/log/messages: line 6: Feb: command not found
    /var/log/messages: line 7: syntax error near unexpected token `('
    /var/log/messages: line 7: `Feb  1 09:02:32 linux kernel: powernow-k8: Found 1 AMD Turion(tm) 64 Mobile Technology ML-34 processors (version 2.00.00)'
    Wird Dein Modell denn in der Dokumentation zu acer_acpi überhaupt aufgeführt?
    Ja! Acer Aspire 5020 ist drin! Deshalb bin ich ja überhaupt erst darauf gekommen...

  6. #6
    Administrator Avatar von Rain_Maker
    Registriert seit
    06.02.2006
    Beiträge
    5,459

    Standard AW: acer_acpi 0.10 findet Gerät nicht

    *ARGH*

    Vertippt:

    Code:
    sudo grep -i Radio /var/log/messages
    1. Tante Google berichtet im Übrigen mehrfach von Problemen mit diesem Laptop und 64 Bit Distributionen.

    acer Aspire 5020 openSUSE - Google-Suche

    Diese Probleme gehen teilweise noch deutlich weiter bis hin zu "am besten man schmeisst die Karte raus und baut ne Atheros ein".

    2. Man könnte auch mal ndiswrapper testen

    SDB:Broadcom (BCM4306) WLAN Installation under SUSE - openSUSE

    3. Verschiedene Bootparameter, noapic und/oder nolapic (mehr geraten als gewusst).

    4. TuxMobil.DE: Linux auf Laptops und Notebooks: ACER

    TuxMobil: Linux Laptop & Notebook Installation Guides: Acer

    und

    Linux on Acer Laptops & Notebook Computers

    mal abgrasen.

    5. Kernelupdate wäre auch eine Idee, es gab einige ACPI-Probleme mit den frühen Kernelversionen.

    Greetz,

    RM
    "Programming today is a race between software engineers striving to build better & bigger idiot-proof programs and the Universe trying to produce bigger & better idiots. So far, the Universe is winning." (Rick Cook)

    Dies ist ein _öffentliches_ Supportforum, keinerlei Support per PN, EMail oder Instant Messenger.

    openSUSE 11.4 - 3.3.X-desktop - fluxbox 1.3.2

    For Windows-Problems - Reboot / For Linux-Problems - BE ROOT!
    (==> Und hier das wirkliche "Geheimnis meines Erfolges")

  7. #7
    Newbie Avatar von schmolle
    Registriert seit
    01.02.2008
    Beiträge
    20

    Standard AW: acer_acpi 0.10 findet Gerät nicht

    Hallo

    mit der Version hier aus den Build Service (acer_acpi-0.5) klappt es wunderbar habe das selbe Problem gehabt das die Aktuelle Version nicht geht !

    Have Fun :-)
    Geändert von schmolle (01.02.2008 um 13:31 Uhr)
    HP Pavilion dv2899eg MTV-Edition openSuse 10.3 KDE 3.5.9 Kernel-2.6.25-mm1.x86_64

  8. #8
    Administrator Avatar von Rain_Maker
    Registriert seit
    06.02.2006
    Beiträge
    5,459

    Standard AW: acer_acpi 0.10 findet Gerät nicht

    Könnte passen, was ich an Installationsanleitungen gefunden habe, war alles etwas älter und logischerweise wurden dort auch ältere Versionen von acer_acpi verwendet.

    Auswahl an src.rpms zum Rebuilden wäre zumindest genügend vorhanden:

    http://www.pc-forum24.de/downloads.php?do=search

    (Suchbegriff acer_acpi, es gibt src.rpms ab 0.4 bis 0.10)

    Allerdings muß dann auch die Syntax bei älteren Versionen entsprechend abgewandelt werden, dazu das hier lesen.

    http://www.pc-forum24.de/suse-intern...cpi-0-9-a.html

    Dort steht auch die "alte" Syntax drin.

    Für Version 0.9 (die erste mit der neuen Syntax) gibt es im übrigen auch (src).RPMs in unserer Downloadsektion, also einfach mal ausprobieren.

    Mit RPMs hat man ja eine einfache Installation/Deinstallation.

    Dazu würde ich aber vorher das selbstgebaute Modul entfernen (Löschen als root und anschliessend ebenfalls als root depmod -ae ausführen, nicht daß sich da etwas beisst.

    Greetz,

    RM
    "Programming today is a race between software engineers striving to build better & bigger idiot-proof programs and the Universe trying to produce bigger & better idiots. So far, the Universe is winning." (Rick Cook)

    Dies ist ein _öffentliches_ Supportforum, keinerlei Support per PN, EMail oder Instant Messenger.

    openSUSE 11.4 - 3.3.X-desktop - fluxbox 1.3.2

    For Windows-Problems - Reboot / For Linux-Problems - BE ROOT!
    (==> Und hier das wirkliche "Geheimnis meines Erfolges")

  9. #9
    Newbie
    Registriert seit
    01.02.2008
    Beiträge
    4

    Standard AW: acer_acpi 0.10 findet Gerät nicht

    Zitat Zitat von schmolle Beitrag anzeigen
    mit der Version hier aus den Build Service (acer_acpi-0.5) klappt es wunderbar habe das selbe Problem gehabt das die Aktuelle Version nicht geht !
    Jap - das wars! Mit der 0.9 gehts auch... Danke für den Tipp

  10. #10
    Administrator Avatar von Rain_Maker
    Registriert seit
    06.02.2006
    Beiträge
    5,459

    Standard AW: acer_acpi 0.10 findet Gerät nicht

    Vielleicht sollte man mal den/die Entwickler per Email kontaktieren und ihn/sie auf dieses Problem hinweisen?

    aceracpi - Google Code


    //Edit:

    Nicht ganz das Problem des TE, aber interessant:

    https://bugzilla.novell.com/show_bug.cgi?id=352648

    Greetz,

    RM
    Geändert von Rain_Maker (01.02.2008 um 17:37 Uhr)
    "Programming today is a race between software engineers striving to build better & bigger idiot-proof programs and the Universe trying to produce bigger & better idiots. So far, the Universe is winning." (Rick Cook)

    Dies ist ein _öffentliches_ Supportforum, keinerlei Support per PN, EMail oder Instant Messenger.

    openSUSE 11.4 - 3.3.X-desktop - fluxbox 1.3.2

    For Windows-Problems - Reboot / For Linux-Problems - BE ROOT!
    (==> Und hier das wirkliche "Geheimnis meines Erfolges")

Thema geschlossen

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

     

Ähnliche Themen

  1. (Gelöst) Suse 10.3 mag acer_acpi nicht
    Von VampireX im Forum SuSE Internetkonfiguration
    Antworten: 8
    Letzter Beitrag: 27.11.2007, 19:43
  2. (Gelöst) Suse 10.3 WLAN ( acer_acpi >= 0.9)
    Von Lighty im Forum SuSE Internetkonfiguration
    Antworten: 17
    Letzter Beitrag: 18.10.2007, 16:06
  3. Antworten: 9
    Letzter Beitrag: 13.04.2007, 11:09
  4. Suse findet NTFS-Partitionen auf hdb nicht
    Von bombadil79 im Forum SuSE Stationäre-Hardware
    Antworten: 7
    Letzter Beitrag: 21.02.2007, 11:46
  5. Grub findet WinXP nicht
    Von RomanLin im Forum SuSE System installieren
    Antworten: 2
    Letzter Beitrag: 23.11.2006, 18:15

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87