LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-02-2013, 08:30 AM   #166
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174

it can be it doesn't work with kernel 3.6.11: try with the packages kernel_raspi, raspi-boot and kernel-modules from

http://ponce.cc/slackware/slackwarea...extras-3.2.27/

(raspberrypi's devs don't maintain the 3.2.27 branch anymore)
 
1 members found this post helpful.
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 02-02-2013, 08:37 AM   #167
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Rep: Reputation: 2
I guess I should issue un upgradepkg Command instead of installpkg... Then first I think I must save the image, for later use.
 
Old 02-02-2013, 08:49 AM   #168
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by mitusf View Post
I guess I should issue un upgradepkg Command instead of installpkg
yes, with /dev/mmcblk0p1 already mounted on /boot (check with df): at kernel update, some files on that partition must be updated too.

Last edited by ponce; 02-02-2013 at 08:52 AM.
 
1 members found this post helpful.
Old 02-02-2013, 12:18 PM   #169
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Rep: Reputation: 2
Ok ponce, I have tried the 3.2.27 packages but it doesn't work either. Now I'm upgrading to last packages to test them too.
 
Old 02-02-2013, 01:22 PM   #170
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
with 3.2.27 look for errors in dmesg
Code:
dmesg | grep firmware
should show something if the firmware has problem loading: use the raspbian's firmware files with this kernel if you think they work, or try also the stock ones.

try also to modprobe the stuff manually and see if something shows in the latest lines of dmesg ("dmesg | tail") or as output.
 
Old 02-02-2013, 02:29 PM   #171
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Rep: Reputation: 2
Thanks ponce, I think i might have done it with guanxs's drivers that he indicated. Thanks guanx. But still I have one question: why the device is ra0 and not wlan0? Still I must test it that it works with wicd, and then set it as AP. But I hope it works, although it seems to have his own's configurations, and I hope it dosn't interfere with Slackware's configurations.

Last edited by mitusf; 02-02-2013 at 02:40 PM.
 
Old 02-03-2013, 12:28 PM   #172
rouvas
Member
 
Registered: Aug 2006
Location: Greece
Distribution: Slackware.12.2
Posts: 104
Blog Entries: 3

Rep: Reputation: 21
Just got my RasPi and got Slackware installed and working on it.

The installer provided at Dave's Collective ( http://www.daves-collective.co.uk/ra...stalling.shtml ) was giving me the Rainbow Screen Of Death.

I finally succeeded, by using the 16GB image from http://stanleygarvey.com/Slackberry/download.php

Looking forward to a lot of fun!
 
Old 02-03-2013, 03:08 PM   #173
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Rep: Reputation: 2
Hi again,

I'm trying to start hostapd but it fails with this messages:
Quote:
Configuration file: /etc/hostapd/hostapd.conf
nl80211 not found.
nl80211 driver initialization failed.
rmdir[ctrl_interface]: No such file or directory
@guanx: because you have the same driver, maybe you encountered the same problem with hostapd. Can you help?

I believe (from what I've read) that it is because it has no firmware - that driver from ralink doesn't have any firmware with it, it is only the driver.
 
Old 02-03-2013, 05:44 PM   #174
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by mitusf View Post
Hi again,

I'm trying to start hostapd but it fails with this messages:


@guanx: because you have the same driver, maybe you encountered the same problem with hostapd. Can you help?

I believe (from what I've read) that it is because it has no firmware - that driver from ralink doesn't have any firmware with it, it is only the driver.
Which driver are you using? Please note in post #160 I only used the firmware and not the driver from the manufacturer.

With the driver from Linux 3.7.x I am having no problem setting up either an AP (Master) or a station (Managed) with RT5370, except that I cannot have multiple virtual interfaces up at the same time.
 
Old 02-03-2013, 06:42 PM   #175
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Rep: Reputation: 2
Quote:
Which driver are you using? Please note in post #160 I only used the firmware and not the driver from the manufacturer.
I'm using the driver for rt5370 from ralink page that you indicated and after compiling it results several object files (.o and .ko) and then I run insmod rt5370sta.ko.

But I looked again and now I am compiling it again with 2 different options/modifications which might cause it to function like I want to. So, there is no firmware, maybe your version differs.

Last edited by mitusf; 02-03-2013 at 06:57 PM.
 
Old 02-03-2013, 07:00 PM   #176
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by mitusf View Post
... So, there is no firmware, maybe your version differs.
Yes there is. With the official Linux driver and not the manufacturer driver you need the firmware. The firmware link is misspelled as "rmware" on the manufacturer's webpage. The first two letters of "Firmware" are missing. The official Linux driver for RT5370 is RT2800USB (module "rt2800usb.ko").

I have never tried and never suggested to use the manufacturer's driver. But since you are already using that, could you try if you can bring up multiple virtual interfaces at the same time, with different ESSIDs? If yes, then the manufacturer's driver is worth trying.

Last edited by guanx; 02-03-2013 at 07:05 PM.
 
Old 02-03-2013, 07:30 PM   #177
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Rep: Reputation: 2
Quote:
could you try if you can bring up multiple virtual interfaces at the same time
I think it has. There is a compiling option "Suport for multiple cards" (maybe virtual) in os/linux/config.mk but I haven't compiled the driver with it.

I have downloaded the firmware but I see that it was already there (rt2870.bin in /lib/firmware) so it doesn't work.
 
Old 02-03-2013, 07:35 PM   #178
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by mitusf View Post
I think it has. There is a compiling option "Suport for multiple cards" (maybe virtual) in os/linux/config.mk ...
Thank you! I'll take a look then.
 
Old 02-05-2013, 03:22 AM   #179
Laodiceans
Member
 
Registered: Jan 2006
Distribution: Slackware
Posts: 188

Rep: Reputation: 18
Hey people!
Why we don't use the raspberry-pi forum for a true Slackware ARM section.

It would be nice see more of you there.

http://www.raspberrypi.org/phpBB3/vi...p?f=56&t=21805
 
Old 02-05-2013, 08:19 AM   #180
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Rep: Reputation: 2
I have managed to make the TP-Link TL-WN727N wireless adapter work with the linux drivers. It was right, the drivers existed, they only needed the firmware update (like drmozes suggested) from slackwarearm patches directory, only that when I updated the firmware, before that, I messed with the modules so this is the reason that it didn't work. Now, I installed slackwarearm again and it works.

Also, ponce, maybe you should know that your last install image has a problem: after finishing the install, somehow when rebooting it mounts the / partition rw when it needs to be ro for checking. There it gives some errors, I think.

Last edited by mitusf; 02-05-2013 at 08:20 AM.
 
  


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
Raspberry Pi project Dutch Master Linux - General 12 08-05-2012 06:48 AM
[SOLVED] VLC on ARMEDSlack compile fails ryerke Slackware 6 10-14-2011 11:24 AM
armedslack-13.37 - can't run any KDE apps? ahmadj Slackware 4 08-26-2011 08:09 AM
is it possible to install armedslack on a icy box IB-NAS6210 gtludwig Slackware 5 05-19-2011 09:15 PM
armedslack 13.37 tmfizzle Slackware 3 05-17-2011 09:56 AM

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

All times are GMT -5. The time now is 06:12 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