View Single Post
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#31
Ah the problem is the n900 doesn't use the standard init.d stuff. LOL no wonder it wasn't working at all!

It uses upstart.

To fix as root:
Code:
depmod -a
Code:
echo start on startup > /etc/event.d/cifs
echo exec modprobe cifs >> /etc/event.d/cifs
Nathan
 

The Following 3 Users Say Thank You to Nathan For This Useful Post: