LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 09-11-2003, 12:03 PM   #16
mausie
Member
 
Registered: Sep 2003
Posts: 51

Original Poster
Rep: Reputation: 15

well i putted cd1 in my pc in windows and found 4 files:

kernel-2.4.21.0.13mdk-1-1mdk.i586.rpm

kernel-enterprise-2.4.21.0.13mdk-1-1mdk.i586.rpm

kernel-secure-2.4.21.0.13mdk-1-1mdk.i586.rpm

kernel-smp-2.4.21.0.13mdk-1-1mdk.i586.rpm

hope it's 1 of those
and plz explain in steps caus i dont know how to install things etc etc

and sorry i ask so much about explaining and steps otherwise i dont understand it :/
 
Old 09-11-2003, 12:06 PM   #17
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
those all look like precompiled kernels... perhaps you should check at mandrakelinux.com for the source for your kernel (your current kernel version can be found out by executing uname -a). then you can use the software installer in your startup menu to install the rpm. Mandrakelinux.com will probably have more detailed information on how to install stuff (as I don't use mandrake myself, not for the last 4 years anyway).

hth,
jpbarto
 
Old 09-11-2003, 12:14 PM   #18
mausie
Member
 
Registered: Sep 2003
Posts: 51

Original Poster
Rep: Reputation: 15
hmm well im pretty done with mandrake tbh
what do you use? and what should i try using?
i might burn 9.2RC2 and try that 1
who knows maybe it works better
 
Old 09-11-2003, 02:47 PM   #19
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
the two distro's I use are slackware 9 and Linux From Scratch (LFS). I wouldn't recommend LFS for a newbie but Slackware is pretty nice.

mausie, via google I found the source rpm for the kernel-2.4.21.0.13mdk-1-1mdk.i586.rpm (I'm assuming this is the kernel you're using).

it can be downloaded from here:
kernel-2.4.21.0.13mdk-1-1mdk.i586.rpm

I think you can install it with 'rpm -i kernel-2.4.21 ... .rpm'

let me know if you need help.

jpbarto
 
Old 09-11-2003, 03:47 PM   #20
mausie
Member
 
Registered: Sep 2003
Posts: 51

Original Poster
Rep: Reputation: 15
i downloaded it
i gona go to bed now
ill check the forum tommorow again and would be cool if u posted step by step how to run that file
because i have no idea how to put it on a linux partition :/

many thnx
night night
 
Old 09-11-2003, 04:19 PM   #21
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
to install the rpm 'cd' to the directory containing the downloaded rpm file.

then as root execute 'rpm -i kernel-2.4.21.0.13mdk-1-1mdk.i586.rpm'.

this should install the rpm (which will put all kinds of source code into /usr/src/).

then after that you should be able to build the fglrx module.

see you tomorrow and g'night.
jpbarto
 
Old 09-12-2003, 06:50 AM   #22
mausie
Member
 
Registered: Sep 2003
Posts: 51

Original Poster
Rep: Reputation: 15
i saved the file in
C:\
because i have no idea how to put it on a linux drive
well i tried
cd /c
cd /win_c

couldn't get in it
how do i get into C?
and if i cant how do i put it on a linux drive :/
i tried to use PartitionMagic 8.0 and click browse on linux partition
but nope.. i couldnt see the files
 
Old 09-12-2003, 08:49 AM   #23
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
could you please type 'cat /etc/fstab' and let me know what output you get
 
Old 09-12-2003, 09:17 AM   #24
mausie
Member
 
Registered: Sep 2003
Posts: 51

Original Poster
Rep: Reputation: 15
/dev/hda6/ext3 default 1 1

none /dev/pts devpts mode= 0620 0 0

/dev/hda8/home ext 3 defaults 1 2

none mnt/cdrom supermount dev= /dev/hdc, fs=auto, ro, --, ioharret=iso 8859-1, codepage= 850, umask= 0 0 0

none/mnt/floppy supermount dev=/dev/fd, fs= auto, --, ioharret= iso8859-1, sync, codepage= 850, umask= 0 0 0

/dev/hda1/mnt/win_c vfat ioharret=iso 8859-1, codepage= 850, umask= 0 0 0

/dev/hda5/mnt/win_d vfat ioharret=iso 8859-1, codepage= 850, umask= 0 0 0

none /proc proc defaults 0 0
/dev/hda7 swap swap defaults 0 0


hehe better too many info than nothing :P
 
Old 09-12-2003, 09:39 AM   #25
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
is the file anywhere in /mnt/win_c or /mnt/win_d?
 
Old 09-12-2003, 10:31 AM   #26
mausie
Member
 
Registered: Sep 2003
Posts: 51

Original Poster
Rep: Reputation: 15
C:\kernel-2.4.21.0.13mdk-1-1mdk.i586.rpm

so /mnt/win_c i guess
gona try it now
 
Old 09-12-2003, 10:38 AM   #27
mausie
Member
 
Registered: Sep 2003
Posts: 51

Original Poster
Rep: Reputation: 15
got this message:
package already installed
:S
 
Old 09-12-2003, 11:18 AM   #28
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
so then what are the contents of /usr/src?

maussie, if /usr/src is still empty, then I'm sorry I may have sent you to the wrong rpm. try downloading this one (you should be able to do it using wget) and then perform 'rpm -i' on the downloaded file...

http://rpm.pbone.net/index.php3?stat...1-1mdk.src.rpm

Last edited by jpbarto; 09-12-2003 at 11:22 AM.
 
Old 09-12-2003, 11:47 AM   #29
skadub
Member
 
Registered: Sep 2003
Location: La Rochelle, France
Distribution: Mdk 10 Official & LFS 5.1 #5243
Posts: 44

Rep: Reputation: 15
Quote:
Originally posted by jpbarto
so then what are the contents of /usr/src?

maussie, if /usr/src is still empty, then I'm sorry I may have sent you to the wrong rpm. try downloading this one (you should be able to do it using wget) and then perform 'rpm -i' on the downloaded file...

http://rpm.pbone.net/index.php3?stat...1-1mdk.src.rpm
jpbarto is right you need the src kernel rpm to be installed
 
Old 09-12-2003, 12:03 PM   #30
mausie
Member
 
Registered: Sep 2003
Posts: 51

Original Poster
Rep: Reputation: 15
ok i runned it
i had no error and no succes message
i guess it's installed now
what now?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why wont AIM run on linux boxerboy Ubuntu 8 07-21-2005 09:26 AM
usb wont work anymore slackinblack Linux - Hardware 2 06-02-2005 09:38 PM
linux-installer.sh wont run for UT 2004 PapaSmurf88 Linux - Games 3 05-29-2005 02:35 PM
lilo wont boot winxp anymore Rognon Linux - General 2 02-12-2005 11:55 AM
Terminal 7 damaged? X wont start anymore! Pirf2 Linux - Software 2 08-19-2004 05:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 07:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration