(Solved) Driver for Asus PCE-N15 wireless card needed.

You have a problem with Salix? Post here and we'll do what we can to help.

Re: Driver for Asus PCE-N15 wireless card needed.

Postby mimosa » 17. Mar 2012, 11:40

I don't know where to get the files from (try having a look on the official Slackware website) but you cannot use slapt-get to install them once you have. It installs packages from the repos. As Akuna said, use spkg or installpkg:

Code: Select all
#installpkg kernel.foo.txz


etc

or you can even put them all together in a directory (make sure it contains no other packages) and just do

Code: Select all
#pkgtool


... and yes I imagine you do need to update your bootloader.

EDIT

Here is a mirror of it, you should find what you need in this directory:

http://slackware.osuosl.org/slackware-current/slackware/a/
User avatar
mimosa
 
Posts: 1807
Joined: 25. May 2010, 17:02

Re: Driver for Asus PCE-N15 wireless card needed.

Postby djemos » 17. Mar 2012, 11:55

kernel files are here http://ftp.ntua.gr/pub/linux/slackware/ ... kware64/a/
kernel-headers are here http://ftp.ntua.gr/pub/linux/slackware/ ... kware64/d/

install them with spkg -i or installpkg if you want to have both kernels and boot in 2.6.37 and in 3.2.7
or
spkg -u or upgradepkg if you want to have only one kernel version 3.2.7

and run update-grub
djemos
Salix Warrior
 
Posts: 451
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: Driver for Asus PCE-N15 wireless card needed.

Postby mimosa » 17. Mar 2012, 12:14

Sorry, I lost track of the fact that you need the 64-bit kernel ;)

EDIT

Note also that you need to blacklist the old kernel, otherwise your new kernel will be automatically downgraded by the package manager.

Gslapt --> preferences --> excludes

It already is in mine, and maybe this is standard anyway - but I can't think why it would be, except just to make life easier in this situation :)
Last edited by mimosa on 17. Mar 2012, 12:28, edited 1 time in total.
User avatar
mimosa
 
Posts: 1807
Joined: 25. May 2010, 17:02

Re: Driver for Asus PCE-N15 wireless card needed.

Postby globetrotterdk » 17. Mar 2012, 12:25

djemos wrote:kernel files are here http://ftp.ntua.gr/pub/linux/slackware/ ... kware64/a/
kernel-headers are here http://ftp.ntua.gr/pub/linux/slackware/ ... kware64/d/

install them with spkg -i or installpkg if you want to have both kernels and boot in 2.6.37 and in 3.2.7
or
spkg -u or upgradepkg if you want to have only one kernel version 3.2.7

and run update-grub

Thanks djemos. Do I need to worry about the Nvidia driver? Those kind of things have a "blob" I think that it is called, that has to go into the kernel, don't they?
Military justice is to justice what military music is to music. - Groucho Marx
globetrotterdk
 
Posts: 261
Joined: 26. Oct 2010, 13:57
Location: Copenhagen, Denmark

Re: Driver for Asus PCE-N15 wireless card needed.

Postby djemos » 17. Mar 2012, 12:31

Thanks djemos. Do I need to worry about the Nvidia driver? Those kind of things have a "blob" I think that it is called, that has to go into the kernel, don't they?

You have to recompile after reboot the nvidia driver since kernel have changed.
Also have to install kernel-source-3.2.7 download from here http://ftp.ntua.gr/pub/linux/slackware/ ... kware64/k/
and install with installpkg or spkg -i
djemos
Salix Warrior
 
Posts: 451
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: Driver for Asus PCE-N15 wireless card needed.

Postby mimosa » 17. Mar 2012, 12:51

I've been trying this on my machine but lilo fails with the following error:

Code: Select all
Boot image: /boot/vmlinuz-huge-smp-3.2.7-smp
Fatal: Setup length exceeds 31 maximum; kernel setup will overwrite boot loader
User avatar
mimosa
 
Posts: 1807
Joined: 25. May 2010, 17:02

Re: Driver for Asus PCE-N15 wireless card needed.

Postby globetrotterdk » 17. Mar 2012, 13:11

mimosa wrote:I don't know where to get the files from (try having a look on the official Slackware website) but you cannot use slapt-get to install them once you have. It installs packages from the repos. As Akuna said, use spkg or installpkg:
Code: Select all
#installpkg kernel.foo.txz
etc or you can even put them all together in a directory (make sure it contains no other packages) and just do
Code: Select all
#pkgtool

... and yes I imagine you do need to update your bootloader.

Cheers. Can I confirm that I should only run
Code: Select all
# update-grub
? There is no need for me to manually edit /etc/default/grub ?
Military justice is to justice what military music is to music. - Groucho Marx
globetrotterdk
 
Posts: 261
Joined: 26. Oct 2010, 13:57
Location: Copenhagen, Denmark

Re: Driver for Asus PCE-N15 wireless card needed.

Postby globetrotterdk » 17. Mar 2012, 13:23

Just to confirm that I have all that I need:
Code: Select all
$ ls -l
kernel-firmware-20120202git-noarch-1.txz
kernel-headers-3.2.7-x86-1.txz
kernel-huge-3.2.7-x86_64-1.txz
kernel-modules-3.2.7-x86_64-1.txz
kernel-source-3.2.7-noarch-1.txz

Edit:
Is it recommended to run
Code: Select all
# spkg -nv
first???
Last edited by globetrotterdk on 17. Mar 2012, 13:37, edited 3 times in total.
Military justice is to justice what military music is to music. - Groucho Marx
globetrotterdk
 
Posts: 261
Joined: 26. Oct 2010, 13:57
Location: Copenhagen, Denmark

Re: Driver for Asus PCE-N15 wireless card needed.

Postby globetrotterdk » 17. Mar 2012, 13:31

mimosa wrote:Note also that you need to blacklist the old kernel, otherwise your new kernel will be automatically downgraded by the package manager.
Gslapt --> preferences --> excludes

OK, so I can either edit /etc/slapt-get/slapt-getrc or do it the easy way as you suggest :) The question is what expression do I use to exclude other kernels?
Military justice is to justice what military music is to music. - Groucho Marx
globetrotterdk
 
Posts: 261
Joined: 26. Oct 2010, 13:57
Location: Copenhagen, Denmark

Re: Driver for Asus PCE-N15 wireless card needed.

Postby globetrotterdk » 17. Mar 2012, 13:40

djemos wrote:
Thanks djemos. Do I need to worry about the Nvidia driver? Those kind of things have a "blob" I think that it is called, that has to go into the kernel, don't they?

You have to recompile after reboot the nvidia driver since kernel have changed.

If I do this after a reboot, I will need to unblacklist the nouveau driver or won't have any X on reboot will I?
Military justice is to justice what military music is to music. - Groucho Marx
globetrotterdk
 
Posts: 261
Joined: 26. Oct 2010, 13:57
Location: Copenhagen, Denmark

PreviousNext

Return to Problems

cron