You are not logged in.
Ik probeer al een tijd mijn telefoon te conecten met mijn Eee pc. Zodat ik kan internetten op mijn Eee.Maar krijg dit niet voor elkaar...
Is diit Iemand dit al gelukt, hoe mijn Eee in te stellen?
Bvd!
Last edited by Windkracht13 (2008-02-20 10:07:48 am)
Offline
via bluetooth en rfcomm zou dit moeten kunnen
ik heb dit zelf echter nooit gedaan.
Offline
Offline
Bedankt voor je link, die had ik ook inmiddels gevonden.
1. Add the DEBIAN ETCH repository to the /etc/apt/sources.list file
echo "deb http://debian.man.ac.uk/debian stable main contrib non-free" >> /etc/apt/sources.list
Dit gaat bij mij al fout, sources list an die niet vinden 
Ik ben root,daar ligt het niet aan... Ikke niet weten???
Offline
Google Translate only translates from Dutch to English, not back again, so my response is in English - I'm sorry.
If your problem is that you are not able to reach the server debian.man.ac.uk, then try using http://ftp.nl.debian.org/debian/
If your problem is that you can not write to /etc/apt/sources.list, then you must ensure you are using the root account and, if that still does not work, then please post here the result of ls -lR /etc/apt.
Good Luck!
Jon
Last edited by JonTheNiceGuy (2008-02-21 12:45:58 pm)
Offline
The kernel must download to the ROOT map right?? (Sorry for my bad English)
Offline
You must download the RAR file from the Asus website to any disk you can read from your EEEPC. You don't need to do the download as the root user, but you will need to be root to install the unpacked file with dpkg.
Your English is better than my Dutch!
Offline
When i do this, get this error,
6. Build *THIS KERNEL*. You will need to change directory to where the files just unpacked to.
make oldconfig
make
make install
make: *** No rule to take target 'oldconfig'. Stop.
(agghhhh, almost tthere...)
Offline
I've changed the instructions - you must ensure you're in /usr/src/linux-source......-eeepc before you run make oldconfig as this should try and recover the kernel's configuration file before building the kernel.
If you get this to work, would you be able to translate my guide into Danish?
Offline
JonTheNiceGuy wrote:
I've changed the instructions - you must ensure you're in /usr/src/linux-source......-eeepc before you run make oldconfig as this should try and recover the kernel's configuration file before building the kernel.
If you get this to work, would you be able to translate my guide into Danish?
I will try this evening, i'm now at work,bhuuuuhhhh...
As it works, i translate your guide into Dutch
So this evening i will try all the steps again, but how to do this? => you must ensure you're in /usr/src/linux-source......-eeepc before you run make oldconfig as this should try and recover the kernel's configuration file before building the kernel.
Sorry for all those stupid questions, but i work with Linux almost a week now, so NEWBIE LINUX nOOb...
THANKZzz...
Last edited by Windkracht13 (2008-02-22 6:50:42 am)
Offline
Don't worry about asking - you're doing good for a noob ![]()
The following lines will re-create the kernel's configuration file:
sudo su -
cd /usr/src/linux-source-2.6.21.4-eeepc
make oldconfig
If you're still struggling, drop me a note, and I'll talk you through it ![]()
Offline
misschien een domme opmerking, maar heb je "apt-get update" gedaan nadat je de source.list had aangepast? Want dat moet je altijd doen, als je wijzigen aanbrengt in de source.list. Lukte het trouwens om die sourcelist aan te passen? Anders leg ik wel uit hoe je dat handmatig moet doen.
Offline
Thank you!
Offline
Hi Jon
In Manchester? Me too.
I am another complete noob, trying to follow the instructions in the wiki. I have stumbled a few times along the way, having to install subversion was an interesting one, but have actually managed to set up a connection! Trouble is, my method is pretty messy because I cannot complete the final steps of the procedure:
Essentially, I can't get the eee to do any of the steps in 7.1 or 7.2. When I attempt to edit the interfaces file, the eee just returns an error saying that it cannot access the file for editing, or something similar. If I try to use the other method I get stuck at an error stating something along the lines of "iface rndis0 inet dhcp does not exist".
As a result, I have found that the only way to establish a connection is to do "/sbin/dhclient rndis0" in terminal each time I want to connect. Is this normal, or am I missing something?
Hope you can help, and thanks in advance.
Offline
ermine wrote:
Hi Jon
In Manchester? Me too.
Hi there!
ermine wrote:
(snipped)
As a result, I have found that the only way to establish a connection is to do "/sbin/dhclient rndis0" in terminal each time I want to connect. Is this normal, or am I missing something?
Hope you can help, and thanks in advance.
To be honest, I've ended up in a similar position. I can't get the network manager to accept alternative network devices either, so I've added an icon with emeditor (http://wiki.eeeuser.com/howto:add_icons_with_emeditor) using the 3G icon which runs "/sbin/dhclient rndis0"
Offline
I see, so that icon, when clicked, will just run that script in terminal and thereby do whatever wizardry it needs to prepare the eee to connect?
I have tried, but with no success. I have simply added a shortcut with the command "/sbin/dhclient rndis0". I suppose that this is because "/sbin/dhclient rndis0" can only be run at root. What script is required in the shortcut to first become root, then issue the "/sbin/dhclient rndis0" command?
Thanks again
Last edited by ermine (2008-04-14 9:22:16 am)
Offline
You need to prefix it with sudo, otherwise it'll try and run as a user.
Offline
spot on, thanks a lot for the linux lesson!
Offline
*grin* No problems ![]()
Offline
Whilst this works perfectly, it does seem to have eaten up all of my available SSD space (I had a couple of GBs a couple of weeks ago and have about 300MB now and I am not aware of anything else major happening). Can this procedure be responsible and, if so, is there a way to streamline it?
Offline
I'm not sure, but I think you can delete the contents of /usr/src which (on my system at least) has given me approx 700Mb Free.
If that doesn't work, then I'll have to look into it further for you!
Jon
Offline
Zie: http://forum.eeeuser.com/viewtopic.php?id=26862
Heeft iemand de rndis driver al werkend onder (eeex)ubuntu 8.04 ??
Offline
I've answered this in English on the forum you refer to, but the gist is to either download the sources from eeeXubuntu or patch your kernel up to the current level from the Asus website
Offline