SliTaz SliTaz Forum

You are not logged in.

#1 2014-05-28 20:30:25

hitsware
Member
Registered: 2013-06-26
Posts: 55

http://www.picaxe.com/Software

http://www.picaxe.com/Software

Could the AxePad for Linux be installed to Slitaz ?

(in a simple manner) ..... smile

Offline

#2 2014-05-28 20:36:05

necrophcodr
Member
Registered: 2014-02-20
Posts: 101

Re: http://www.picaxe.com/Software

Did you try downloading it and installing it?

Offline

#3 2014-05-28 20:51:59

pankso
Administrator
Registered: 2026-06-27
Posts: 341
Website

Re: http://www.picaxe.com/Software

Try that:

$ mkdir axepad && cd axepad

$ wget http://www.picaxe.com/downloads/linaxepad.tar.gz

$ tar xzf linaxepad.tar.gz

$ ./LinAXEpad

You can also click on LinAXEpad from the file manager to execute the binary.

- Christophe

Offline

#4 2014-05-28 21:09:53

hitsware
Member
Registered: 2013-06-26
Posts: 55

Re: http://www.picaxe.com/Software

I downloaded it.

It is a .tar.gz file.

Extracted it and (Duuuuuh)

No install needed.

It just runs.

That's a switch ?

Offline

#5 2014-05-28 21:17:51

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: http://www.picaxe.com/Software

People will start thinking your lazy if you always want confirmation before doing anything.

You learn when you fail not when you succeed.

If it fails then post what you tried and how it failed.

Offline

#6 2014-05-29 00:02:47

hitsware
Member
Registered: 2013-06-26
Posts: 55

Re: http://www.picaxe.com/Software

snag #1 .... terminal not found

http://www.picaxe.com/docs/axe027.pdf  (pgs 10-11)

[attachment=30444,1522]

fwiw works with slax

Offline

#7 2014-05-29 01:46:11

lexeii
Administrator
Registered: 2012-03-21
Posts: 1,853

Re: http://www.picaxe.com/Software

Error text:

[c]modprobe: module ftdi_sio not found in modules.dep[/c]

So you need kernel module called ftdi_sio.

Search for file with this name: http://pkgs.slitaz.org/search.sh?file=ftdi_sio

Bingo!

Package called “linux-dialup” contains file you need.

So let's install it.

Open terminal. To become super user type command su and press Enter key. Then type super user's password (note1: password is root if you not changed it; note2: password input is hidden, its OK) and press Enter key.

Now type command to install package mentioned above:

[c]tazpkg -gi linux-dialup[/c]

Press Enter. And if you have internet connection package will be installed from SliTaz repository.

To exit press Ctrl+D twice.

Offline

#8 2014-05-29 14:19:05

hitsware
Member
Registered: 2013-06-26
Posts: 55

Re: http://www.picaxe.com/Software

Aleksej .... Thanks !

Installed linux-dialup-3.2.53.tazpkg

Same error

Doe's installing that pkg make 'ftdi_sio' a 'kernal module'

I opened the package and found ftdi_sio.ko.xz

Offline

#9 2014-06-01 20:47:34

lexeii
Administrator
Registered: 2012-03-21
Posts: 1,853

Re: http://www.picaxe.com/Software

Hi hitsware,

Maybe kernel module not match kernel version? What is your output of the next command?

[c]uname -a[/c]

Offline

#10 2014-06-01 22:49:46

hitsware
Member
Registered: 2013-06-26
Posts: 55

Re: http://www.picaxe.com/Software

........

[attachment=30548,1529]

Offline

#11 2014-06-01 23:51:43

lexeii
Administrator
Registered: 2012-03-21
Posts: 1,853

Re: http://www.picaxe.com/Software

Searching net, possibly you need

[c]depmod -a[/c]

after package (with kernel module) installation. And then try your [c]modprobe[/c] again. All as root user.

Offline

#12 2014-06-02 12:55:04

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: http://www.picaxe.com/Software

@hitsware

The kernel version your running 2.6.37 is 4.0

The module package you installed linux-dialup-3.2.53.tazpkg is from 5.0-rc2

The kernel version and module version must be the same to work.

Slitaz kernel module package: linux-<type>-<kernel version>.tazpkg

The packages you install while running the 2.6.37 kernel must come from the 4.0/stable repo.

Open terminal,su to root user,connected to internet.

[c]tazpkg remove linux-dialup[/c]

[c]tazpkg clean-cache[/c]

[c]tazpkg set-release 4.0[/c]

[c]tazpkg -gi linux-dialup[/c]

This should install linux-dialup-2.6.37.tazpkg

Offline

#13 2014-06-02 21:43:36

hitsware
Member
Registered: 2013-06-26
Posts: 55

Re: http://www.picaxe.com/Software

Still the same problem.

Thanks guys for the help,

but on a closer look at

AxePad, I don't think it

will do what I want, so I

won't spend more time on it.

MegaRegards smile

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]