luke9511 Posted February 6, 2006 Author Share Posted February 6, 2006 i did the easy-urpmi thing and i want to know if i was supposed to do those things at the end one at a time or all at once or does it matter? Link to comment Share on other sites More sharing options...
luke9511 Posted February 6, 2006 Author Share Posted February 6, 2006 here we go [root@localhost trey]# urpmq --list-media jpackage Installation CD 3 (cdrom3) contrib updates plf-nonfree main Installation CD 2 (cdrom2) Installation CD 1 (cdrom1) plf-free Link to comment Share on other sites More sharing options...
ianw1974 Posted February 6, 2006 Share Posted February 6, 2006 Yeah, that all looks good. The Installation 1,2 and 3 are the 3 CD's required for normal apps, or are 1 x DVD. Link to comment Share on other sites More sharing options...
luke9511 Posted February 6, 2006 Author Share Posted February 6, 2006 ok is there anything else i need to do before i can run the make command for the ndiswrapper? and also thanks very much for your help this is best linux help i have gotten sense i started using linux Link to comment Share on other sites More sharing options...
ianw1974 Posted February 7, 2006 Share Posted February 7, 2006 Once you've gotten your kernel-source installed, and that it matches your running kernel, you should be fine to use the make commands as per the ndiswrapper documentation. The way I check to make sure is using these commands: uname -r ls -l /usr/src First reports kernel number version, and the second checks the /usr/src directory to see if your kernel source is installed, and does a long listing so you can see what the number is and also that /usr/src/linux points to the kernel source. Link to comment Share on other sites More sharing options...
luke9511 Posted February 7, 2006 Author Share Posted February 7, 2006 (edited) where do i get the kernel source? cause when i do urpmi kernel-source it asks for cd3 and im back to where i installed what i wasnt supposed to on i think page 2 or 3 of this post but this time its just the source Edited February 7, 2006 by luke9511 Link to comment Share on other sites More sharing options...
ianw1974 Posted February 7, 2006 Share Posted February 7, 2006 Now that you have the urpmi sources installed, which you got from easy urpmi, try these commands first, and post back the results for me. uname -r then do this: urpmf --name kernel-source this will search your media for anything showing kernel-source. Post the results, then I can help you go to your next step. Link to comment Share on other sites More sharing options...
luke9511 Posted February 7, 2006 Author Share Posted February 7, 2006 (edited) [root@localhost trey]# uname -r 2.6.8.1-12mdk [root@localhost trey]# urpmf --name kernel-source kernel-source:kernel-source-2.4.27-0.pre2.1mdk.i586.rpm kernel-source-2.6:kernel-source-2.6-2.6.8.1-12mdk.i586.rpm kernel-source-2.4:kernel-source-2.4-2.4.28-0.rc1.6mdk.i586.rpm kernel-source-2.6:kernel-source-2.6-2.6.8.1-26mdk.i586.rpm kernel-source-stripped-2.6:kernel-source-stripped-2.6-2.6.8.1-26mdk.i586.rpm kernel-source:kernel-source-2.4.27-0.pre2.1mdk.i586.rpm kernel-source-2.6:kernel-source-2.6-2.6.8.1-12mdk.i586.rpm kernel-source-stripped-2.6:kernel-source-stripped-2.6-2.6.8.1-12mdk.i586.rpm Edited February 7, 2006 by luke9511 Link to comment Share on other sites More sharing options...
ianw1974 Posted February 7, 2006 Share Posted February 7, 2006 OK, now type this to get your kernel source installed: urpmi kernel-source-2.6-2.6.8.1-12mdk Link to comment Share on other sites More sharing options...
luke9511 Posted February 7, 2006 Author Share Posted February 7, 2006 how do i make sure it got installed? Link to comment Share on other sites More sharing options...
ianw1974 Posted February 7, 2006 Share Posted February 7, 2006 After typing it, it will either ask for your CD's or it will download from the internet. Couple of ways to make sure it's installed: rpm -qa kernel-source will list what's installed. Or, you can do: ls -l /usr/src which will show the directory it's located in. Link to comment Share on other sites More sharing options...
luke9511 Posted February 7, 2006 Author Share Posted February 7, 2006 i guess it didnt install is there supposed to be a .rpm at the end of this? urpmi kernel-source-2.6-2.6.8.1-12mdk Link to comment Share on other sites More sharing options...
ianw1974 Posted February 7, 2006 Share Posted February 7, 2006 Did it give an error message? You can type the full line with the .i586.rpm as well on the end. But normally isn't required. I did think, that it might require an upgrade to your kernel, since you're running the default one with 10.1, of where there have been a few updates. I did notice there is another kernel-source called 2.6.8.1.26 which has probably superceded the one I asked you to install. A way to check, is try to install this one, and if it installs, then the other one won't install because of the later version. Normally it gives an error message hinting at this though. Link to comment Share on other sites More sharing options...
luke9511 Posted February 7, 2006 Author Share Posted February 7, 2006 here: [root@localhost trey]# urpmi kernel-source-2.6-2.6.8.1-12mdk.rpm unable to access rpm file [kernel-source-2.6-2.6.8.1-12mdk.rpm] error registering local packages Link to comment Share on other sites More sharing options...
ianw1974 Posted February 7, 2006 Share Posted February 7, 2006 OK, try the other kernel source. If you look back in the urpmf list that you posted, there is a kernel-source-2.6-2.6.8.1-26mdk.i586.rpm. Try installing this, see if throws back an error, or installs. Normally when a package supercedes a previous one, whilst they both still exist on the list, it won't let you install the older version. Or at least, this is what I have found. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now