Help - Search - Members - Calendar
Full Version: hp dv6000 wireless networking - continued
MandrivaUsers.org > General Help > Hardware
hulio
Following up with my continued problem I ran the below

[root@localhost hal]# urpmi kernel-source-2.6.24.4-desktop586-1mnb
No package named kernel-source-2.6.24.4-desktop586-1mnb

yet

[root@localhost hal]# urpmi wireless-tools
Package wireless-tools-29-2mnb1.i586 is already installed
Packages wireless-tools-29-2mnb1.i586, wireless-tools-29-2mnb1.i586 can not be install

would a grep command be usefull? I have been working at solving the problem with little sucess, other than learning more unix commands.

wall.gif wall.gif

? Thank you for your time

huilo
daniewicz
Your link is not working.

ianw1974
Just do:

CODE
urpmi kernel-source


and then choose the one you need from the list presented.

EDIT: fixed your emoticon link as it was this rather than link to anything else that daniewicz mentioned.
hulio
[quote name='ianw1974' date='Aug 26 2008, 07:07 AM' post='495194']
Just do:

CODE
urpmi kernel-source


and then choose the one you need from the list presented.


Hello, thanks.

This is the result ,I need to reload kernal?



[hal@localhost ~]$ urpmi kernel-source
bash: urpmi: command not found




ianw1974
You will need to change to root first using su:

CODE
su (enter root password when prompted)
urpmi kernel-source
hulio
Argh, I am regressing. su, forgot.
In the following dir there are two listings for kernal/linux.
Is ths a problem?

[root@localhost src]# ls -l
total 108
drwxr-xr-x 21 root root 4096 2008-08-27 18:53 kernel-linus-2.6.25.14-1mdv/
-rw-r--r-- 1 root root 88476 2008-08-27 19:02 kernel-linus-2.6.25.14-1mdv.config
drwxr-xr-x 4 root root 4096 2008-08-23 18:12 kqemu-1.3.0pre11-15/
drwxr-xr-x 21 root root 4096 2008-08-27 18:03 linux-2.6.24.4-desktop586-1mnb/
drwxr-xr-x 21 root root 4096 2008-08-27 17:51 linux-2.6.24.7-desktop586-1mnb/

following http://linuxfornewbies.org/forum/index.php/topic,3.0.htm


the dir for my machine is
[root@localhost linux-2.6.24.7-desktop586-1mnb]# cd usr
[root@localhost usr]# ls
Kconfig Makefile
[root@localhost usr]# pwd
/usr/src/linux-2.6.24.7-desktop586-1mnb/usr

cp /boot/config-[yourkernelversion] /usr/src/linux/.config && cd /usr/src/linux && make mr

cp /boot/config-linux-2.6.24.7-desktop586-lmnb /usr/src/linux/.config && cd /usr/src/linux && make mr
cp: cannot stat `/boot/config-linux-2.6.24.7-desktop586-lmnb': No such file or directory

I did edit Makefile, now cannot get into Makefile

E325: ATTENTION
Found a swap file by the name ".Makefile.swp"
owned by: root dated: Wed Aug 27 21:33:14 2008
file name: /usr/src/linux-2.6.24.7-desktop586-1mnb/usr/Makefile
modified: no
user name: root host name: localhost
process ID: 6892 (still running)
While opening file "Makefile"
dated: Wed Aug 27 21:35:27 2008
NEWER than swap file!

(1) Another program may be editing the same file.
If this is the case, be careful not to end up with two
different instances of the same file when making changes.
Quit, or continue with caution.

(2) An edit session for this file crashed.
If this is the case, use ":recover" or "vim -r Makefile"
to recover the changes (see ":help recovery").
If you did this already, delete the swap file ".Makefile.swp"
to avoid this message.
"Makefile" 55L, 1884C
Press ENTER or type command to continue

I did ZZ out of vi?

Thank you for you time.
ianw1974
I have no idea what you're trying to achieve in your last post. You should have just installed the kernel source and done nothing else. Why are you copying the config files into /usr/src for? Just urpmi the kernel-source and then you have no problem.

Either that, or explain what you're trying to do if you're trying to compile something?
scarecrow
He was probably trying to recompile the kernel- or he got confused about something he read and included a kernel recompile.
Other than that, compiling your kernel as root is a big mistake which will surely lead to trouble.
hulio
Hello Ian, that post was not very consise. I was trying to match the dir structure of the example I have been following, http://linuxfornewbies.org/forum/index.php/topic,3.0.html,
to my dir structure.

I have run urpmi kernal source

rsync://carroll.cac.psu.edu/mandrakelinux/official/2008.1/i586/media/contrib /release/kernel-rt-source-2.6.24.3-1.rt3.2mdv-1-1mdv2008.1.i586.rpm
installing kernel-rt-source-2.6.24.3-1.rt3.2mdv-1-1mdv2008.1.i586.rpm from /var/ cache/urpmi/rpms
Preparing... #############################################
1/1: kernel-rt-source-2.6.24.3-1.rt3.2mdv
#############################################
[root@localhost hal]#
[root@localhost hal]# uname -r
2.6.24.4-desktop586-1mnb
[root@localhost hal]#

Now do I need to modify the Makefile?

I might have too many kernal versions?

[root@localhost src]# pwd
/usr/src
[root@localhost src]# ls -l
total 112
drwxr-xr-x 21 root root 4096 2008-08-27 18:53 kernel-linus-2.6.25.14-1mdv/
-rw-r--r-- 1 root root 88476 2008-08-27 19:02 kernel-linus-2.6.25.14-1mdv.config
drwxr-xr-x 20 root root 4096 2008-08-30 10:21 kernel-rt-2.6.24.3-1.rt3.2mdv/
drwxr-xr-x 4 root root 4096 2008-08-23 18:12 kqemu-1.3.0pre11-15/
drwxr-xr-x 21 root root 4096 2008-08-27 18:03 linux-2.6.24.4-desktop586-1mnb/
drwxr-xr-x 21 root root 4096 2008-08-27 17:51 linux-2.6.24.7-desktop586-1mnb/

Thank you very much for your continued attention, Mandriva is great and I really like having more control over my computer vs Microsoft. I used unix at work some time ago and am learning still.

huilo
scarecrow
The "rt" (RealTime) kernels are specially tuned for DAW (Digital Audio Workstation) usage. Their performance for regular everyday usage is plain BAD - avoid them, and install a regular kernel (not an Enterprise one), or, after getting familiar with Linux, try rolling a kernel which suits your real needs in the most convenient way.
hulio
/
Hello, so do I have too many ?

Thanks for the input

Huilo
ianw1974
Please provide output of this command so we can see what kernels you have installed, and then we can remove the unnecessary ones later and get you the correct kernel-source:

CODE
rpm -qa | grep -i kernel


then we'll remove the rt kernels, and put a standard Mandy kernel in place and work with that one. You will have to boot another kernel to remove the rt kernel, since we'll have problems otherwise, but I'll tell you how when you list what kernels you have installed.
hulio
Nice I will let you know tonite
Huilo
hulio
This cannot be good,

[root@localhost hal]# rpm -qa | grep -i kernel
madwifi-kernel-2.6.24.4-desktop586-1mnb-0.9.3.3-5.r3114mdv2008.1
kernel-desktop586-devel-latest-2.6.24.7-1mnb1
kernel-desktop586-latest-2.6.24.7-1mnb1
vboxadd-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
vboxvfs-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
vboxadd-kernel-2.6.24.4-desktop586-1mnb-1.5.6-1mdv2008.1
hsfmodem-kernel-2.6.24.4-desktop586-1mnb-7.68.00.07-1mdv2008.1
kernel-rt-source-2.6.24.3-1.rt3.2mdv-1-1mdv2008.1
nvidia96xx-kernel-2.6.24.7-desktop586-1mnb-96.43.05-4mdv2008.1
madwifi-kernel-2.6.24.7-desktop586-1mnb-0.9.3.3-5.r3114mdv2008.1
vboxvfs-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
hsfmodem-kernel-2.6.24.7-desktop586-1mnb-7.68.00.07-1mdv2008.1
slmodem-kernel-2.6.24.7-desktop586-1mnb-2.9.11-0.20070813.3mdv2008.1
vboxvfs-kernel-2.6.24.4-desktop586-1mnb-1.5.6-1mdv2008.1
nvidia-current-kernel-2.6.24.4-desktop586-1mnb-169.12-4mdv2008.1
unicorn-kernel-2.6.24.4-desktop586-1mnb-0.9.3-7mdv2008.1
slmodem-kernel-desktop586-latest-2.9.11-1.20080729.0.20070813.3mdv2008.1
unicorn-kernel-2.6.24.7-desktop586-1mnb-0.9.3-7mdv2008.1
fglrx-kernel-desktop586-latest-8.471-1.20080729.3mdv2008.1
vboxadd-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
nvidia71xx-kernel-2.6.24.4-desktop586-1mnb-71.86.04-4mdv2008.1
slmodem-kernel-2.6.24.4-desktop586-1mnb-2.9.11-0.20070813.3mdv2008.1
kernel-desktop586-devel-2.6.24.7-1mnb-1-1mnb1
hsfmodem-kernel-desktop586-latest-7.68.00.07-1.20080729.1mdv2008.1
nvidia-current-kernel-2.6.24.7-desktop586-1mnb-169.12-4mdv2008.1
fglrx-kernel-2.6.24.7-desktop586-1mnb-8.471-3mdv2008.1
nvidia71xx-kernel-2.6.24.7-desktop586-1mnb-71.86.04-4mdv2008.1
unicorn-kernel-desktop586-latest-0.9.3-1.20080729.7mdv2008.1
kernel-desktop586-2.6.24.4-1mnb-1-1mnb1
nvidia96xx-kernel-2.6.24.4-desktop586-1mnb-96.43.05-4mdv2008.1
kernel-headers-2.6.24-6mnb1
kernel-linus-source-2.6.25.14-1mdv-1-1mdv2008.1
nvidia-current-kernel-desktop586-latest-169.12-1.20080729.4mdv2008.1
nvidia71xx-kernel-desktop586-latest-71.86.04-1.20080729.4mdv2008.1
fglrx-kernel-2.6.24.4-desktop586-1mnb-8.471-3mdv2008.1
kernel-desktop586-devel-2.6.24.4-1mnb-1-1mnb1
kernel-desktop586-2.6.24.7-1mnb-1-1mnb1
nvidia96xx-kernel-desktop586-latest-96.43.05-1.20080729.4mdv2008.1
madwifi-kernel-desktop586-latest-0.9.3.3-1.20080729.5.r3114mdv2008.1
[root@localhost hal]#
ianw1974
QUOTE (hulio @ Sep 3 2008, 01:51 AM) *
[root@localhost hal]# rpm -qa | grep -i kernel
kernel-desktop586-2.6.24.4-1mnb-1-1mnb1


I've filtered the results, and this is what you have in terms of kernels installed that can be removed. Now, what you can do is this, boot your system and choose the standard installed kernel which would be in the list on the lines of:

desktop586-2.6.24.7

and once you've booted this, we can look at removing the other kernel. There were devel kernels listed, but we'll worry about them when you've just got one kernel installed, and then run the following command once more:

CODE
rpm -qa | grep -i kernel


so we can see what is left. It is important that you boot the correct kernel as I mentioned and remove the other kernel except the kernel-desktop586-latest-2.6.24.7 and kernel-desktop586-2.6.24.7 else you'll never boot your system again. Then, we'll remove the rest of the crap that has been installed which includes the kernel-devel and kernel-source packages that are the completely wrong ones. Remember, a kernel source has to match your installed kernel, so if you have a 2.6.24.7 kernel, you need the same kernel source for this.
hulio
Here is, under desktop 586-2.6.24.7 the grep command. I have not deleted anything yet.

CODE
[hal@localhost ~]$ rpm -qa | grep -i kernel
madwifi-kernel-2.6.24.4-desktop586-1mnb-0.9.3.3-5.r3114mdv2008.1
kernel-desktop586-devel-latest-2.6.24.7-1mnb1
kernel-desktop586-latest-2.6.24.7-1mnb1
vboxadd-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
vboxvfs-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
vboxadd-kernel-2.6.24.4-desktop586-1mnb-1.5.6-1mdv2008.1
hsfmodem-kernel-2.6.24.4-desktop586-1mnb-7.68.00.07-1mdv2008.1
kernel-rt-source-2.6.24.3-1.rt3.2mdv-1-1mdv2008.1
nvidia96xx-kernel-2.6.24.7-desktop586-1mnb-96.43.05-4mdv2008.1
madwifi-kernel-2.6.24.7-desktop586-1mnb-0.9.3.3-5.r3114mdv2008.1
vboxvfs-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
hsfmodem-kernel-2.6.24.7-desktop586-1mnb-7.68.00.07-1mdv2008.1
slmodem-kernel-2.6.24.7-desktop586-1mnb-2.9.11-0.20070813.3mdv2008.1
vboxvfs-kernel-2.6.24.4-desktop586-1mnb-1.5.6-1mdv2008.1
nvidia-current-kernel-2.6.24.4-desktop586-1mnb-169.12-4mdv2008.1
unicorn-kernel-2.6.24.4-desktop586-1mnb-0.9.3-7mdv2008.1
slmodem-kernel-desktop586-latest-2.9.11-1.20080729.0.20070813.3mdv2008.1
unicorn-kernel-2.6.24.7-desktop586-1mnb-0.9.3-7mdv2008.1
fglrx-kernel-desktop586-latest-8.471-1.20080729.3mdv2008.1
vboxadd-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
nvidia71xx-kernel-2.6.24.4-desktop586-1mnb-71.86.04-4mdv2008.1
slmodem-kernel-2.6.24.4-desktop586-1mnb-2.9.11-0.20070813.3mdv2008.1
kernel-desktop586-devel-2.6.24.7-1mnb-1-1mnb1
hsfmodem-kernel-desktop586-latest-7.68.00.07-1.20080729.1mdv2008.1
nvidia-current-kernel-2.6.24.7-desktop586-1mnb-169.12-4mdv2008.1
fglrx-kernel-2.6.24.7-desktop586-1mnb-8.471-3mdv2008.1
nvidia71xx-kernel-2.6.24.7-desktop586-1mnb-71.86.04-4mdv2008.1
unicorn-kernel-desktop586-latest-0.9.3-1.20080729.7mdv2008.1
kernel-desktop586-2.6.24.4-1mnb-1-1mnb1
nvidia96xx-kernel-2.6.24.4-desktop586-1mnb-96.43.05-4mdv2008.1
kernel-headers-2.6.24-6mnb1
kernel-linus-source-2.6.25.14-1mdv-1-1mdv2008.1
nvidia-current-kernel-desktop586-latest-169.12-1.20080729.4mdv2008.1
nvidia71xx-kernel-desktop586-latest-71.86.04-1.20080729.4mdv2008.1
fglrx-kernel-2.6.24.4-desktop586-1mnb-8.471-3mdv2008.1
kernel-desktop586-devel-2.6.24.4-1mnb-1-1mnb1
kernel-desktop586-2.6.24.7-1mnb-1-1mnb1
nvidia96xx-kernel-desktop586-latest-96.43.05-1.20080729.4mdv2008.1
madwifi-kernel-desktop586-latest-0.9.3.3-1.20080729.5.r3114mdv2008.1
[hal@localhost ~]$


was this the next step

thanks

Huilio
ianw1974
OK, now I have some questions. Are you using wireless? And do you use an atheros card with madwifi? Are you using any modem stuff too? Or NVIDIA or ATI graphics cards? And VirtualBox perhaps? If not, then let me know on each question so that I can help you clear this list up nice and easily.

However, for now you can at least remove:

CODE
kernel-desktop586-devel-latest-2.6.24.7-1mnb1
kernel-rt-source-2.6.24.3-1.rt3.2mdv-1-1mdv2008.1
kernel-desktop586-devel-2.6.24.7-1mnb-1-1mnb1
kernel-desktop586-2.6.24.4-1mnb-1-1mnb1
kernel-headers-2.6.24-6mnb1
kernel-linus-source-2.6.25.14-1mdv-1-1mdv2008.1
kernel-desktop586-devel-2.6.24.4-1mnb-1-1mnb1


of course, make sure you're booted into 2.6.24.7 when you do this. Then you'll only have one kernel left installed, and we can work through all the other entries when you reply with answer to questions above.
hulio
Hello, when I boot the choices the choices are 2008 spring, 2.6.24.4-lmnb, 2.6.24.7-lmnb. desktop586-2.6.24.7 is not a choice available.

I thought I had booted that prior? I have not deleted anything as of yet.

Thanks.
ianw1974
Use 2.6.24.7 for when we remove the rest.
hulio
I was concerned about the extension -lnmb, will hit it hard this weekend.

Thanks so much, you rock. wink.gif
hulio
Hello, rm -f or -r do not work,

-f [root@localhost src]# rm -f linux-2.6.24.4-desktop586-1mnb
rm: cannot remove `linux-2.6.24.4-desktop586-1mnb': Is a directory


-r cannot get around the prompt to desend or delete.

[root@localhost src]# rm -r kernel-rt-2.6.24.3-1.rt3.2mdv
rm: descend into directory `kernel-rt-2.6.24.3-1.rt3.2mdv'? y
rm: descend into directory `kernel-rt-2.6.24.3-1.rt3.2mdv/net'? y
rm: descend into directory `kernel-rt-2.6.24.3-1.rt3.2mdv/net/ipv4'? y
rm: descend into directory `kernel-rt-2.6.24.3-1.rt3.2mdv/net/ipv4/netfilter'? y
rm: remove regular file `kernel-rt-2.6.24.3-1.rt3.2mdv/net/ipv4/netfilter/ipt_addrtype.c'? y
rm: remove regular file `kernel-rt-2.6.24.3-1.rt3.2mdv/net/ipv4/netfilter/nf_nat_snmp_basic.c'?


ow can i get around the prompt?

Thanks
scarecrow
What do you need to do?
For compiling kernel modules, you need just the devel package: kernel-desktop586-devel-latest-2.6.24.7-1mnb1, which is just an alias to kernel-desktop586-devel-2.6.24.7-1mnb-1-1mnb1
You can safely remove the rest, as Ian suggested.
The full kernel-source package is needed only for compiling a custom kernel of your own, and virtually nothing else.
And, just for the record, I could easily spot "kernel-source-latest-2.6.24.7-1mnb1-i586.rpm" in the "updates" repo. Is your urpmi sources properly configured, and your mirror up-to-date?
hulio
I would like to delete the following kernals, with the exception of the last.

I enter, man vi, and get, "rm" [New File] ?

thanks,

huilo

drwxr-xr-x 21 root root 4096 2008-08-27 18:53 kernel-linus-2.6.25.14-1mdv/
drwxr-xr-x 20 root root 4096 2008-09-21 10:05 kernel-rt-2.6.24.3-1.rt3.2mdv/
drwxr-xr-x 4 root root 4096 2008-08-23 18:12 kqemu-1.3.0pre11-15/
drwxr-xr-x 22 root root 4096 2008-08-31 14:30 linux-2.6.24.7-desktop586-1mnb/
[root@localhost src]# pwd
/usr/src
[root@localhost src]#

rm -r and -f give the
[root@localhost src]# rm -f linux-2.6.24.4-desktop586-1mnb

rm: cannot remove `linux-2.6.24.4-desktop586-1mnb': Is a directory


-r cannot get around the prompt to desend or delete.

[root@localhost src]# rm -r kernel-rt-2.6.24.3-1.rt3.2mdv

rm: descend into directory `kernel-rt-2.6.24.3-1.rt3.2mdv'? y
rm: descend into directory `kernel-rt-2.6.24.3-1.rt3.2mdv/net'? y
rm: descend into directory `kernel-rt-2.6.24.3-1.rt3.2mdv/net/ipv4'? y
rm: descend into directory `kernel-rt-2.6.24.3-1.rt3.2mdv/net/ipv4/netfilter'? y
rm: remove regular file `kernel-rt-2.6.24.3-1.rt3.2mdv/net/ipv4/netfilter/ipt_addrtype.c'? y
rm: remove regular file `kernel-rt-2.6.24.3-1.rt3.2mdv/net/ipv4/netfilter/nf_nat_snmp_basic.c'?


how can i get around the prompt?
hulio
I ment , man rm

no extensions such as -r, -f are mentioned??


RM(1P) POSIX Programmer's Manual RM(1P)

PROLOG
This manual page is part of the POSIX Programmer's Manual. The Linux
implementation of this interface may differ (consult the corresponding
Linux manual page for details of Linux behavior), or the interface may
not be implemented on Linux.

NAME
rm - remove directory entries

SYNOPSIS
rm [-fiRr] file...

DESCRIPTION
The rm utility shall remove the directory entry specified by each file
argument.

If either of the files dot or dot-dot are specified as the basename
portion of an operand (that is, the final pathname component), rm shall
write a diagnostic message to standard error and do nothing more with
such operands.
ianw1974
You don't use rm to remove the kernel - no no no! This is OK for removing directories, but if it's an installed package, then you remove it using urpme from the console or you go into the GUI remove packages to remove the kernel ones you don't want.

As I said, make sure you don't remove the kernel that you booted with, as you'll have big problems, just remove the others that are listed. If you're unsure, please ask, but definitely do not use the rm command!!!!!

Based on the ones I listed above:

CODE
urpme kernel-desktop586-devel-latest-2.6.24.7-1mnb1
urpme kernel-rt-source-2.6.24.3-1.rt3.2mdv-1-1mdv2008.1
urpme kernel-desktop586-devel-2.6.24.7-1mnb-1-1mnb1
urpme kernel-desktop586-2.6.24.4-1mnb-1-1mnb1
urpme kernel-headers-2.6.24-6mnb1
urpme kernel-linus-source-2.6.25.14-1mdv-1-1mdv2008.1
urpme kernel-desktop586-devel-2.6.24.4-1mnb-1-1mnb1


will remove the ones I stated. Then afterwards, do:

CODE
rpm -qa | grep -i kernel


and post any remaining installed items here so I can see if others need removing.
hulio
hey Thanks,

Here it is, all are .24.7.,...?

CODE
DKMS: uninstall xCompleted.
removing package madwifi-kernel-2.6.24.4-desktop586-1mnb-0.9.3.3-5.r3114mdv2008.1.i586

[root@localhost src]# rpm -qa | grep -i kernel

kernel-desktop586-latest-2.6.24.7-1mnb1
vboxadd-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
vboxvfs-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
nvidia96xx-kernel-2.6.24.7-desktop586-1mnb-96.43.05-4mdv2008.1
madwifi-kernel-2.6.24.7-desktop586-1mnb-0.9.3.3-5.r3114mdv2008.1
vboxvfs-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
hsfmodem-kernel-2.6.24.7-desktop586-1mnb-7.68.00.07-1mdv2008.1
slmodem-kernel-2.6.24.7-desktop586-1mnb-2.9.11-0.20070813.3mdv2008.1
slmodem-kernel-desktop586-latest-2.9.11-1.20080729.0.20070813.3mdv2008.1
unicorn-kernel-2.6.24.7-desktop586-1mnb-0.9.3-7mdv2008.1
fglrx-kernel-desktop586-latest-8.471-1.20080729.3mdv2008.1
vboxadd-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
hsfmodem-kernel-desktop586-latest-7.68.00.07-1.20080729.1mdv2008.1
nvidia-current-kernel-2.6.24.7-desktop586-1mnb-169.12-4mdv2008.1
fglrx-kernel-2.6.24.7-desktop586-1mnb-8.471-3mdv2008.1
nvidia71xx-kernel-2.6.24.7-desktop586-1mnb-71.86.04-4mdv2008.1
unicorn-kernel-desktop586-latest-0.9.3-1.20080729.7mdv2008.1
kernel-headers-2.6.24-6mnb1
kernel-linus-source-2.6.25.14-1mdv-1-1mdv2008.1
nvidia-current-kernel-desktop586-latest-169.12-1.20080729.4mdv2008.1
nvidia71xx-kernel-desktop586-latest-71.86.04-1.20080729.4mdv2008.1
kernel-desktop586-devel-2.6.24.4-1mnb-1-1mnb1
kernel-desktop586-2.6.24.7-1mnb-1-1mnb1
nvidia96xx-kernel-desktop586-latest-96.43.05-1.20080729.4mdv2008.1
madwifi-kernel-desktop586-latest-0.9.3.3-1.20080729.5.r3114mdv2008.1
[root@localhost src]#
hulio
Ah, no. There are number of types.
hulio
I only running vnidia graphics and the wireless card, a line to our cable modem and printer.

root@localhost hal]# rpm -qa | grep -i kernel
kernel-desktop586-latest-2.6.24.7-1mnb1
vboxadd-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
vboxvfs-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
nvidia96xx-kernel-2.6.24.7-desktop586-1mnb-96.43.05-4mdv2008.1
madwifi-kernel-2.6.24.7-desktop586-1mnb-0.9.3.3-5.r3114mdv2008.1
vboxvfs-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
hsfmodem-kernel-2.6.24.7-desktop586-1mnb-7.68.00.07-1mdv2008.1
slmodem-kernel-2.6.24.7-desktop586-1mnb-2.9.11-0.20070813.3mdv2008.1
slmodem-kernel-desktop586-latest-2.9.11-1.20080729.0.20070813.3mdv2008.1
unicorn-kernel-2.6.24.7-desktop586-1mnb-0.9.3-7mdv2008.1
fglrx-kernel-desktop586-latest-8.471-1.20080729.3mdv2008.1
vboxadd-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
hsfmodem-kernel-desktop586-latest-7.68.00.07-1.20080729.1mdv2008.1
nvidia-current-kernel-2.6.24.7-desktop586-1mnb-169.12-4mdv2008.1
fglrx-kernel-2.6.24.7-desktop586-1mnb-8.471-3mdv2008.1
nvidia71xx-kernel-2.6.24.7-desktop586-1mnb-71.86.04-4mdv2008.1
unicorn-kernel-desktop586-latest-0.9.3-1.20080729.7mdv2008.1
kernel-headers-2.6.24-6mnb1
kernel-linus-source-2.6.25.14-1mdv-1-1mdv2008.1
nvidia-current-kernel-desktop586-latest-169.12-1.20080729.4mdv2008.1
nvidia71xx-kernel-desktop586-latest-71.86.04-1.20080729.4mdv2008.1
kernel-desktop586-devel-2.6.24.4-1mnb-1-1mnb1
kernel-desktop586-2.6.24.7-1mnb-1-1mnb1
nvidia96xx-kernel-desktop586-latest-96.43.05-1.20080729.4mdv2008.1
madwifi-kernel-desktop586-latest-0.9.3.3-1.20080729.5.r3114mdv2008.1
[root@localhost hal]#
ianw1974
OK, now you can remove:

CODE
vboxadd-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
vboxvfs-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
nvidia96xx-kernel-2.6.24.7-desktop586-1mnb-96.43.05-4mdv2008.1
vboxvfs-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
hsfmodem-kernel-2.6.24.7-desktop586-1mnb-7.68.00.07-1mdv2008.1
slmodem-kernel-2.6.24.7-desktop586-1mnb-2.9.11-0.20070813.3mdv2008.1
slmodem-kernel-desktop586-latest-2.9.11-1.20080729.0.20070813.3mdv2008.1
unicorn-kernel-2.6.24.7-desktop586-1mnb-0.9.3-7mdv2008.1
fglrx-kernel-desktop586-latest-8.471-1.20080729.3mdv2008.1
vboxadd-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
hsfmodem-kernel-desktop586-latest-7.68.00.07-1.20080729.1mdv2008.1
fglrx-kernel-2.6.24.7-desktop586-1mnb-8.471-3mdv2008.1
unicorn-kernel-desktop586-latest-0.9.3-1.20080729.7mdv2008.1
kernel-linus-source-2.6.25.14-1mdv-1-1mdv2008.1
nvidia-current-kernel-desktop586-latest-169.12-1.20080729.4mdv2008.1
nvidia71xx-kernel-desktop586-latest-71.86.04-1.20080729.4mdv2008.1
kernel-desktop586-devel-2.6.24.4-1mnb-1-1mnb1
nvidia96xx-kernel-desktop586-latest-96.43.05-1.20080729.4mdv2008.1


What wireless card do you have? Please post results from:

CODE
su (enter root password when prompted)
lspci


and copy and paste here, then I can tell you if there is anything else to remove. After, please do:

CODE
rpm -qa | grep -i kernel


again.
hulio
QUOTE (ianw1974 @ Oct 6 2008, 11:36 AM) *
OK, now you can remove:

CODE
vboxadd-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
vboxvfs-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
nvidia96xx-kernel-2.6.24.7-desktop586-1mnb-96.43.05-4mdv2008.1
vboxvfs-kernel-2.6.24.7-desktop586-1mnb-1.5.6-1mdv2008.1
hsfmodem-kernel-2.6.24.7-desktop586-1mnb-7.68.00.07-1mdv2008.1
slmodem-kernel-2.6.24.7-desktop586-1mnb-2.9.11-0.20070813.3mdv2008.1
slmodem-kernel-desktop586-latest-2.9.11-1.20080729.0.20070813.3mdv2008.1
unicorn-kernel-2.6.24.7-desktop586-1mnb-0.9.3-7mdv2008.1
fglrx-kernel-desktop586-latest-8.471-1.20080729.3mdv2008.1
vboxadd-kernel-desktop586-latest-1.5.6-1.20080729.1mdv2008.1
hsfmodem-kernel-desktop586-latest-7.68.00.07-1.20080729.1mdv2008.1
fglrx-kernel-2.6.24.7-desktop586-1mnb-8.471-3mdv2008.1
unicorn-kernel-desktop586-latest-0.9.3-1.20080729.7mdv2008.1
kernel-linus-source-2.6.25.14-1mdv-1-1mdv2008.1
nvidia-current-kernel-desktop586-latest-169.12-1.20080729.4mdv2008.1
nvidia71xx-kernel-desktop586-latest-71.86.04-1.20080729.4mdv2008.1
kernel-desktop586-devel-2.6.24.4-1mnb-1-1mnb1
nvidia96xx-kernel-desktop586-latest-96.43.05-1.20080729.4mdv2008.1


What wireless card do you have? Please post results from:

CODE
su (enter root password when prompted)
lspci


and copy and paste here, then I can tell you if there is anything else to remove. After, please do:

CODE
rpm -qa | grep -i kernel


again.
[root@localhost hal]# rpm -qa | grep -i kernel
nvidia71xx-kernel-2.6.24.7-desktop586-1mnb-71.86.04-4mdv2008.1
kernel-headers-2.6.24-6mnb1
kernel-desktop586-2.6.24.7-1mnb-1-1mnb1
kernel-linus-source-2.6.25.14-1mdv-1-1mdv2008.1
kernel-desktop586-devel-2.6.24.4-1mnb-1-1mnb1
kernel-laptop-2.6.22.9-1mdv-1-1mdv2008.0
kernel-laptop-latest-2.6.22.9-1mdv2008.0

[root@localhost hal]# lspci
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:05.0 VGA compatible controller: nVidia Corporation C51 [Geforce 6150 Go] (rev a2)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev f1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev f1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
07:05.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
07:05.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
07:05.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 0a)
07:05.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 05)
07:05.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
ianw1974
How is your wireless attached? USB? If so:

CODE
lsusb


because I don't see one installed in your system.
hulio
My GUI started doing some crazy stuff, rendering the computer inoperable. I reloaded OS, following output, I also tried 2009 but did not load correctly.

[root@localhost hal]# rpm -qa | grep -i kernel
kernel-laptop-latest-2.6.22.9-1mdv2008.0
kernel-laptop-devel-2.6.22.9-1mdv-1-1mdv2008.0

[root@localhost hal]# lspci
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:05.0 VGA compatible controller: nVidia Corporation C51 [Geforce 6150 Go] (rev a2)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev f1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev f1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
07:05.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
07:05.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
07:05.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 01)
07:05.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
07:05.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
[root@localhost hal]#


kernel-laptop-2.6.22.9-1mdv-1-1mdv2008.0
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.