LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 02-13-2015, 01:16 AM   #1
mike_booth76
Member
 
Registered: May 2006
Posts: 40

Rep: Reputation: 4
Slackware on Cubox pro


I treated myself to one of these for Christmas hoping to run slackware ( as I've been using that for years and like it) I've finished up with Gentoo as it seems to almost worl out of the box.

With Slackware I've failed to get wireless networking going after many frustrating hours. There is little or no documentation for the Slackware port.Fatdog seem to have lost interest.

I know the wireless hardware is OK as it works on Gentoo.

Can anyone help me get this going on Slack?

Mike
 
Old 02-13-2015, 03:29 AM   #2
louigi600
Member
 
Registered: Dec 2013
Location: Italy
Distribution: Slackware
Posts: 635
Blog Entries: 20

Rep: Reputation: 81
I don't have the hardware so I can't give you any direct help ... but probably the quickest way to get it working in Slackware is to use kernel, modules and firmware from Gentoo.
 
Old 02-13-2015, 04:18 PM   #3
justwantin
Member
 
Registered: Aug 2003
Location: Melbourne, Australia
Distribution: Slackware, Slackwarearm
Posts: 878

Rep: Reputation: 120Reputation: 120
Have you tried using iwconfig and then wicd (from /extras)? That's what I use on my pi's. Seems this easiest to do, at least for me. If you already have entries in /etc/rc.d/rc.inet1.conf you will have to remove them for wicd to work.
Quote:
.... Fatdog seem to have lost interest.
Maybe he has over the past few weeks but the downloads on the website are dated 17Jan15 and he states clearly on the home page/second paragraph
Quote:
From this guide you are able to install Slackware ARM 14.1, or 14.0, on a Raspberry Pi
Configuration is another matter.

If you run iwconfig you will find out if your wireless device is recognised.
Code:
root@shed-2:~# iwconfig
wlan0     IEEE 802.11bg  ESSID:"gerrygarcia"  Nickname:"rtl_wifi"
          Mode:Managed  Frequency:2.462 GHz  Access Point: 94:44:52:0C:B4:39   
          Bit Rate:54 Mb/s   Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:****-****-****-****-****-****-****-****   Security mode:open
          Power Management:off
          Link Quality=100/100  Signal level=98/100  Noise level=0/100
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.
You can see the output from one of my pi's above that already has been configured for wireless. I used the command [iwconfig essid gerrygarcia] to set up the ESSID, then configured the rest using wicd-curses to do the rest of the setup (see attachment below).

One might question using wicd but it allows me to run anything dependent on a wireless connection after I have a wireless connection using a post connection script
Code:
bash-4.3# cat /etc/wicd/scripts/postconnect/start_logger 
$!/bin/bash

/usr/sbin/sntp -s pool.ntp.org 

mjpg_streamer -i "/usr/lib/input_uvc.so -d /dev/video0  -r 640x480 -f 20" -o "/usr/lib/output_http.so -p 8090 -w /var/mjpg-www" &

/etc/rc.d/rc.weather_logger start
Attached Thumbnails
Click image for larger version

Name:	w-curses-exmpl.png
Views:	31
Size:	59.4 KB
ID:	17571  
 
Old 02-14-2015, 03:21 AM   #4
Exaga
SARPi Maintainer
 
Registered: Nov 2012
Distribution: Slackware AArch64
Posts: 1,043

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Quote:
Originally Posted by mike_booth76 View Post
There is little or no documentation for the Slackware port. Fatdog seem to have lost interest.
Iīll assume you are referring to http://humbo.fatdog.eu - Slackware ARM on the Hummingboard.

I was working on this project solo to begin with, so progress was very slow. However, the plan was for a few of us to obtain different SolidRun devices so we could work collectively, and more efficiently, to bring Slackware ARM to the HummingBoard/Cubox-i. This unfortunately hasnīt happened yet. Free time is also a commodity in high demand, yet short supply. We currently have our hands on several different projects and Slackware ARM on the HummingBoard is not high on the grand list of priorities.

Itīs not that FatDog have lost interest. Far from it.
 
Old 02-14-2015, 03:35 AM   #5
Exaga
SARPi Maintainer
 
Registered: Nov 2012
Distribution: Slackware AArch64
Posts: 1,043

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Quote:
Originally Posted by justwantin View Post
Maybe he has over the past few weeks but the downloads on the website are dated 17Jan15 and he states clearly on the home page/second paragraph ...
That would be the Slackware ARM on a Raspberry Pi website.

Weīre currently working on the Raspberry Pi 2 installer. Itīs business as usual on the Raspberry Pi (1).
 
Old 02-16-2015, 11:34 PM   #6
mike_booth76
Member
 
Registered: May 2006
Posts: 40

Original Poster
Rep: Reputation: 4
Thanks for the advice guys. As it turned out the problem was with the Broadcom firmware.

I eventually copied all the BRCM f/ware files from a working opensuse image and hey presto.

Maybe someone else will find this helpful.

Rgds


Mike
 
Old 09-06-2016, 12:02 PM   #7
aihaike
Member
 
Registered: Feb 2006
Location: Paris, France
Distribution: Slackware, CentOS
Posts: 270

Rep: Reputation: 20
Question

Quote:
Originally Posted by mike_booth76 View Post
Thanks for the advice guys. As it turned out the problem was with the Broadcom firmware.

I eventually copied all the BRCM f/ware files from a working opensuse image and hey presto.

Maybe someone else will find this helpful.

Rgds


Mike
Hey Mike,

I don't have acces to any opensuse image.
Where else can I get those files?
Would you please provide the names?
Thank you!

Eric.
 
Old 09-07-2016, 02:52 AM   #8
mike_booth76
Member
 
Registered: May 2006
Posts: 40

Original Poster
Rep: Reputation: 4
Thumbs up

hi. The files were brcmfmac4330-sdio.bin and brcmfmac4330

Good Luck

Mike
 
  


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
LXer: CuBox-i4Pro Review LXer Syndicated Linux News 0 01-26-2015 03:32 PM
img files to download for Cubox gariad Linux - Newbie 0 10-07-2014 06:44 AM
The CuBox ? crazypenguin Linux - Embedded & Single-board computer 12 09-24-2013 09:24 PM
LXer: SolidRun CuBox Review – A Tiny PC LXer Syndicated Linux News 0 04-02-2013 03:11 PM
Slackware and XP Pro. moosegoose Slackware - Installation 4 09-12-2005 07:57 AM

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

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