Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
sudo update-rc.d rc.local defaults
Make sure /etc/rc.local is executable too.
desktop@steamos:~$ sudo update-rc.d rc.local defaults
[sudo] password for desktop:
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match rc.local Default-Stop values (none)
desktop@steamos:~$
What happened?
You need to edit the rc.local file adding (016) to the Default-Stop value section.
Alternatively you could try what is suggested at comment #5 of the link you shared[bugs.launchpad.net]
options forcedeth msi=0 msix=0
I'm actually very confused now. In the /etc/rc.local has no "Default-Stop value" section whatsoever, so I'm not sure what exactly I'm supposed to alter and where. Here's what it looks like now:
http://pastebin.com/6KyPMWWX
The /etc/init.d/rc.local init file did contain something about "Default-Stop" but, correct me if I'm wrong, doesn't the # symbol denote that the line is a comment? I added the zero anyways, but I'm pretty sure it's not doing anything. Here's how it looks:
http://pastebin.com/vZLvkr5a
All i need to know is what to edit.
You mean like what this[ubuntuforums.org] guy did? I assumed it wouldn't work, but I'll give it a try.
Thanks guys.