lumn
Group: Members
Posts: 3
Joined: May 2006 |
|
Posted: May 29 2006,22:28 |
|
Back again:
roberts: I tried your commands, but they didn't work for me.
But I think I found out, where the problem is: Somehow I only have 2.9 megabytes of free, usable space (although I my RAM is 512 mb big). The driver of my wlan-chipset is bigger than 2.9mb (*.inf-file + a big *.sys-file) and therefore the installation fails at line 139 (I guess that's when there is no space left) :
Code Sample | dsl@box:~$ sudo ndiswrapper -i /mnt/hda1/home/felix/Router/w70n51.inf Installing w70n51 couldn't copy /mnt/hda1/home/felix/Router/w70n51.inf at /usr/sbin/ndiswrapper line 139. |
This seems also to be the reason for all those "not enough disk space"-errors that pop up all the time, preventing further installation (that's why your commands don't work).
Code Sample | dsl@box:~$ sudo ndiswrapper -a cp: writing `/etc/modules.conf.old': No space left on device |
So my questions are: 1. Why do I have only that little space?! 2. Shouldn't all data be written into my RAM (at least if one chooses the "toram" installation option (which I did))? 3. Is there a way to increase available space?
Thanks.
|