> interbird wrote .. > > For me this worked : > > sudo echo "fbcon" >> /etc/modules > sudo echo "vesafb" >> /etc/modules
interbird, you might want to "cat /etc/modules" and see if the expected text was actually written to that file because those two commands shouldn't have worked as you expected them to. The sudo echo "blah" bit no doubt worked, but the redirection should have failed. Try: echo "fbcon" | sudo tee -a /etc/modules echo "vesafb" | sudo tee -a /etc/modules -- tty[1-6] are active but display nothing in Gutsy https://bugs.launchpad.net/bugs/129910 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs