(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.

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

Postby globetrotterdk » 15. Mar 2012, 11:01

I just purchased an Asus PCE-N15, PCI-Express wireless card for my home built desktop, which is running Salix64 KDE 13.37.
Code: Select all
# lspci -knn
---snip---
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter [10ec:8178] (rev 01)
   Subsystem: ASUSTeK Computer Inc. Device [1043:84b6]
---snip---
I bought the card because it was listed as supporting Linux, which it also states on the box. It is possible to download the source code for a driver, as well as the source code for an update to the driver. As a still very new Salix OS user, I am a bit stumped, as I have not yet been able to study thoroughly how to create a SlackBuild, plus that source code "update" to the driver is an added, daunting prospect. I have noticed that most distributions have a driver for the RealTek rtl8192ce chipset. Unfortunately, I haven't been able to find anything through Gslapt, Sourcery or the usual SlackBuild repositories.

I share my Epson SX425W printer wirelessly with all of the computers on my home network. I needed to purchase a wireless card because the new mobo I am using only has one legacy PCI slot, that is already in use.

Anyone have an idea as to how I can sort this driver issue out?
Last edited by globetrotterdk on 23. Mar 2012, 14:01, edited 1 time in total.
Military justice is to justice what military music is to music. - Groucho Marx
globetrotterdk
 
Posts: 258
Joined: 26. Oct 2010, 13:57
Location: Copenhagen, Denmark

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

Postby thenktor » 15. Mar 2012, 12:57

globetrotterdk wrote:I have noticed that most distributions have a driver for the RealTek rtl8192ce chipset. Unfortunately, I haven't been able to find anything through Gslapt, Sourcery or the usual SlackBuild repositories.

The driver is part of the kernel. My notebook has some rtl81xx chipset, too. IIRC the kernel of 13.37 to old for this chipset, at least I remember I've messed with compiling 2.6.39RC kernels on that notebook. So I'd suggest to install the kernel from Slackware current.
Image
burnCDDA (burns audio CDs)
last.fm (my last.fm profile)
User avatar
thenktor
Salix Wizard
 
Posts: 2393
Joined: 6. Jun 2009, 14:47
Location: Franconia

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

Postby globetrotterdk » 15. Mar 2012, 16:11

thenktor wrote:
globetrotterdk wrote:I have noticed that most distributions have a driver for the RealTek rtl8192ce chipset. Unfortunately, I haven't been able to find anything through Gslapt, Sourcery or the usual SlackBuild repositories.

The driver is part of the kernel. My notebook has some rtl81xx chipset, too. IIRC the kernel of 13.37 to old for this chipset, at least I remember I've messed with compiling 2.6.39RC kernels on that notebook. So I'd suggest to install the kernel from Slackware current.

Cheers. Any howto on that?

Edit:
I think I will need to take care with my Nvidia graphics card driver or I will loose X.org.
Military justice is to justice what military music is to music. - Groucho Marx
globetrotterdk
 
Posts: 258
Joined: 26. Oct 2010, 13:57
Location: Copenhagen, Denmark

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

Postby Shador » 15. Mar 2012, 20:25

thenktor wrote:So I'd suggest to install the kernel from Slackware current.

Download the kernel packages from current, install them, run lilo -v. Not much more to it than a usual kernel upgrade.
Image
Shador
Salix Warrior
 
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

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

Postby globetrotterdk » 16. Mar 2012, 08:35

Shador wrote:
thenktor wrote:So I'd suggest to install the kernel from Slackware current.

Download the kernel packages from current, install them, run lilo -v. Not much more to it than a usual kernel upgrade.

I have installed the following via slapt-get: kernel-firmware, kernel-generic, kernel-headers, kernel-huge, kernel-modules. I have also looked at the upgrade howto, to get some idea how to do a kernel upgrade. I am btw using grub, so I would need to know what the kernel name would change to, before I edit the relevant bits in grub and run "update-grub".
Military justice is to justice what military music is to music. - Groucho Marx
globetrotterdk
 
Posts: 258
Joined: 26. Oct 2010, 13:57
Location: Copenhagen, Denmark

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

Postby djemos » 16. Mar 2012, 09:32

You don't need kernel-generic.
kernel name should be vmlinuz-huge-3.2.7
djemos
Salix Warrior
 
Posts: 422
Joined: 29. Dec 2009, 13:45
Location: Greece

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

Postby Shador » 16. Mar 2012, 09:44

You need all kernel packages currently installed, but with the version 3.2.7. And you don't need kernel-generic. The current kernel is usually symlinked from /boot/vmlinuz so you can use that. I'd check the files in /boot and the destination of the symlink anyway before rebooting. Anything could go wrong and with a simple ls -l you can see at least which kernels and symlinks are installed.
Image
Shador
Salix Warrior
 
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

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

Postby globetrotterdk » 16. Mar 2012, 16:55

Shador wrote:You need all kernel packages currently installed, but with the version 3.2.7. And you don't need kernel-generic. The current kernel is usually symlinked from /boot/vmlinuz so you can use that. I'd check the files in /boot and the destination of the symlink anyway before rebooting. Anything could go wrong and with a simple ls -l you can see at least which kernels and symlinks are installed.

OK, I think the Nvidia driver I installed needed kernel-generic. How do I get version 3.2.7 of my currently installed kernel packages? Do I get them through slapt-get / Gslapt or do I download them manually from Slackware? If I need to get the packages through slapt-get, I assume that I have to in some fashion temporarily add some repositories to the list?
Military justice is to justice what military music is to music. - Groucho Marx
globetrotterdk
 
Posts: 258
Joined: 26. Oct 2010, 13:57
Location: Copenhagen, Denmark

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

Postby Akuna » 17. Mar 2012, 05:49

globetrotterdk wrote:OK, I think the Nvidia driver I installed needed kernel-generic.

Maybe you meant kernel-source rather ?

How do I get version 3.2.7 of my currently installed kernel packages? Do I get them through slapt-get / Gslapt or do I download them manually from Slackware? If I need to get the packages through slapt-get, I assume that I have to in some fashion temporarily add some repositories to the list?

No they are blacklisted in gslapt and adding current as repo could cause a big mess without utmost care. The best and simplest is to download the relevant kernel packages from Slackware current repository and install them 'manually' with spkg or installpkg
Image
What really matters is where you are going, not where you come from.
User avatar
Akuna
Salix Wizard
 
Posts: 1041
Joined: 14. Jun 2009, 12:25

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

Postby globetrotterdk » 17. Mar 2012, 11:23

Akuna wrote:
globetrotterdk wrote:OK, I think the Nvidia driver I installed needed kernel-generic.
Maybe you meant kernel-source rather ?

kernel-source is locked in Gslapt as well. I am not sure why kernel-generic is.

Akuna wrote:
globetrotterdk wrote: How do I get version 3.2.7 of my currently installed kernel packages? Do I get them through slapt-get / Gslapt or do I download them manually from Slackware? If I need to get the packages through slapt-get, I assume that I have to in some fashion temporarily add some repositories to the list?
No they are blacklisted in gslapt and adding current as repo could cause a big mess without utmost care. The best and simplest is to download the relevant kernel packages from Slackware current repository and install them 'manually' with spkg or installpkg

As far as I understand, Slackware doesn't have any official repositories. Any recommendations?
1) So I will need to run
Code: Select all
$ ls /var/log/packages/kernel*
download a comparable package for each (except for kernel-generic) from the Slackware current repository?
2) Then I run a
Code: Select all
# slapt-get -i
on each package.
3) Next I should be able to just run an
Code: Select all
# update-grub
command.
4) The last step would be to go through the steps I did before to install a new copy of the Nvidia driver?
Military justice is to justice what military music is to music. - Groucho Marx
globetrotterdk
 
Posts: 258
Joined: 26. Oct 2010, 13:57
Location: Copenhagen, Denmark

Next

Return to Problems