davilla / atv-bootloader

Automatically exported from code.google.com/p/atv-bootloader
GNU General Public License v2.0
19 stars 10 forks source link

Kernel message: 8139cp: Try the "8139too" driver instead. #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Fix console framebuffer support by adding fncon and vesafb to the initramfs

#------------------------------------------------
# enable vesafb console support
sudo nano /etc/modprobe.d/blacklist-framebuffer and comment out "blacklist
vesafb"
        #blacklist vesafb

sudo nano /etc/initramfs-tools/modules and add 
        fbcon
        vesafb

sudo update-initramfs -u
-------------------------------------------------------------------------

I added 8139too to "/etc/initramfs-tools/modules" to get rid of the message

Original issue reported on code.google.com by markbi...@gmail.com on 21 Apr 2008 at 7:24