Same here; two modprobes, then everything seems to boot fine, although my internet connectivity is broken at first (due to some issues with /etc/resolv.conf). Worked perfectly prior to 10.10
Same here; two modprobes, then everything seems to boot fine, although my internet connectivity is broken at first (due to some issues with /etc/resolv.conf). Worked perfectly prior to 10.10
I had the same issue.
After a quick google search, I found this.
https://bugs.launchpad.net/ubuntu/+s...ux/+bug/642421
I used this to fix it.
Try to edit /etc/initramfs-tools/initramfs.conf (sudo gedit /etc/initramfs-tools/initramfs.conf in the console) and change the line MODULES=most to MODULES=dep.
Then use Synaptic to reinstall initramfs-tools like "durlo" suggested.
Thanks 'aksoutherland' ! It works for me![]()
Any update on how to fix the second error mentioned?
Hi All,
Today i did a clean install (not upgrade) and the problem related to modprobe seems solved by this and no more modprob problem is coming but still that no graphics symbol error is there. Does anyone find a fix or workaround for this.?
Regards
Jeetendra
I had done a clean install from the beginning and this modprobe error has always appeared.
Have same problem on Kubuntu and aksoutherland's advice works well on Kubuntu too.
my /lib/modules/ is;
$ ls /lib/modules/
2.6.35-22-generic
and my kernel is;
$ uname -an
Linux zaki-desktop 2.6.35-22-generic #34-Ubuntu SMP Sun Oct 10 09:26:05 UTC 2010 x86_64 GNU/Linux
i'm doing this, to fix my problem;
$sudo update-initramfs -c -k 2.6.35-22-generic
base on my googling result...
http://www.irregularactivity.co.uk/2...dules-dep-fix/
Bookmarks