ACPI S3 mit dem R3700

idova

Neuer Benutzer
Ich habe jetzt auf meinem R3700 ein Ubuntu 10.10 installiert.
Und das läuft auch wunderbar, nur ausschalten oder runter fahren darf in ihn nicht, dann bleibt er hängen.

Wie bekomme ich denn jetzt das ACPI S3 richtig unterstützt?
Aktiviert habe ich es schon in der: /etc/default/acpid, MODULES="all"

Und was muss ich denn jetzt alles noch so machen?
Zum Beispiel in der: /etc/default/acpi-support ?

Was ich sonst noch so aufgespielt habe:
XBMC MediaTool
Truecrypt
VirtualBox
VLC Player

Das Läuft alles super mit dem NVidia Grafiktreiber zusammen.
Ohne diesen stürzt die Kiste ab!

Danke!
:eek:
 

Dablue

Neuer Benutzer
AW: ACPI S3 mit dem R3700

Hallo ich habe exakt das gleiche Problem!!! Habe auch schon herausgefunden, dass wenn ich wlan ausschalte herunterfahren und neustart und co. funktionieren. Jedoch ist wlan essentiell und daher muss es ja eine lösung geben. in dem r3700 ist der wlanchip ralink rt3070 eingebaut. vllt hat ja jmd erfahrung mit diesem chip im zusammenhang mit ubuntu?!
 

Dablue

Neuer Benutzer
AW: ACPI S3 mit dem R3700

I've just installed Ubuntu 10.10 on my new R3700.
Everything works fine, and Ubuntu pulls down proprietary NVidia drivers which work well.

However, I found that the driver for the wifi causes a problem when trying to shut the machine down. It just hangs, and you need to hold the power button down to shut it off.

So, you might want to know how I fixed it:

Open a terminal and type:
sudo pico /etc/modprobe.d/blacklist.conf

Now add this to the bottom of the file:
blacklist rt2800pci

Save the file (Ctrl+o)

Now reboot (you'll still need to hold power button in this time!).

You should now find your system restarts with a different wifi driver that behaves better on shutdown.

Habe ich in einem anderen Forum gefunden, probiere es gleich mal aus!!!
 
Oben