Author Topic: Archlinuxarm On C3x00  (Read 148494 times)

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Archlinuxarm On C3x00
« Reply #360 on: December 17, 2015, 03:42:01 am »
Quote from: Jon_J
Hi  daalnroti,
My 2 USB to ethernet adapters both work in ArchLinuxARM
====================
Linksys USB200M 10/100 Ethernet Adapter
Device 006 ID 13b1:0018
driver, Asix
Needs a powered hub, I tried with and without powered hub.
====================
Belkin Components F5D5050 100Mbps Ethernet
Device 002 ID 050d:0121
driver (dmesg shows driver is Pegasus)
This one works fine without a powered hub. It just lit up as soon as I logged in.
====================
I haven't got my Socket Rugged 10/100 card working yet. It seems to be using pcnet_cs and spits out a lot of errors in dmesg.
In dmesg it says it is NE2000 compliant, but we know it is not. I 'll try to copy the dmesg errors to a file and post them here.
Code: [Select]
[   61.099123] pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot 0
[   61.102534] pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 217)
[   61.530586] pcnet_cs 0.0 eth0: NE2000 Compatible:
[   61.530650] io 0xc4860300, irq 217, auto xcvr, hw_addr 00:c0:1b:07:d5:3a
[   61.920598] NET: Registered protocol family 17
[   62.249062] ------------[ cut here ]------------
[   62.249182] WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:303 dev_watchdog+0x200/0x28c()
[   62.249204] NETDEV WATCHDOG: eth0 (pcnet_cs): transmit queue 0 timed out
[   62.249219] Modules linked in: af_packet pcnet_cs 8390 ads7846 pxaficp_ir sch_fq_codel ip_tables x_tables ipv6 autofs4
[   62.249346] CPU: 0 PID: 0 Comm: swapper Not tainted 4.2.3-c3x00 #1
[   62.249362] Hardware name: SHARP Borzoi
[   62.249460] [] (unwind_backtrace) from [] (show_stack+0x10/0x14)
[   62.249513] [] (show_stack) from [] (warn_slowpath_common+0x84/0xac)
[   62.249551] [] (warn_slowpath_common) from [] (warn_slowpath_fmt+0x2c/0x3c)
[   62.249589] [] (warn_slowpath_fmt) from [] (dev_watchdog+0x200/0x28c)
[   62.249644] [] (dev_watchdog) from [] (call_timer_fn.isra.33+0x20/0x94)
[   62.249683] [] (call_timer_fn.isra.33) from [] (run_timer_softirq+0x1e4/0x264)
[   62.249725] [] (run_timer_softirq) from [] (__do_softirq+0xdc/0x214)
[   62.249762] [] (__do_softirq) from [] (irq_exit+0x84/0xec)
[   62.249799] [] (irq_exit) from [] (__handle_domain_irq+0x98/0xcc)
[   62.249835] [] (__handle_domain_irq) from [] (ichp_handle_irq+0x28/0x30)
[   62.249872] [] (ichp_handle_irq) from [] (__irq_svc+0x40/0x6c)
[   62.249894] Exception stack(0xc0597f68 to 0xc0597fb0)
[   62.249928] 7f60:                   00000001 60000093 c05a4048 60000013 c0596000 c0598090
[   62.249965] 7f80: c05a3774 c0598020 c058341c c3ffcac0 a05821c4 00000000 00000000 c0597fb0
[   62.249991] 7fa0: c000aa8c c000aa98 60000013 ffffffff
[   62.250028] [] (__irq_svc) from [] (arch_cpu_idle+0x2c/0x34)
[   62.250079] [] (arch_cpu_idle) from [] (cpu_startup_entry+0xec/0x154)
[   62.250156] [] (cpu_startup_entry) from [] (start_kernel+0x2f0/0x350)
[   62.250178] ---[ end trace 757a62bf32918edd ]---

Jon

Hi Jon,

good news!

In regards to the Rugged one, try to blacklist the pcnet_cs module and do a reboot. This way it might pick up the right driver.

https://wiki.archlinux.org/index.php/Kernel...es#Blacklisting

Cheers!
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Archlinuxarm On C3x00
« Reply #361 on: December 17, 2015, 10:52:25 am »
Quote from: daalnroti
Quote from: Jon_J
Hi  daalnroti,
My 2 USB to ethernet adapters both work in ArchLinuxARM
====================
Linksys USB200M 10/100 Ethernet Adapter
Device 006 ID 13b1:0018
driver, Asix
Needs a powered hub, I tried with and without powered hub.
====================
Belkin Components F5D5050 100Mbps Ethernet
Device 002 ID 050d:0121
driver (dmesg shows driver is Pegasus)
This one works fine without a powered hub. It just lit up as soon as I logged in.
====================
I haven't got my Socket Rugged 10/100 card working yet. It seems to be using pcnet_cs and spits out a lot of errors in dmesg.
In dmesg it says it is NE2000 compliant, but we know it is not. I 'll try to copy the dmesg errors to a file and post them here.
Code: [Select]
[   61.099123] pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot 0
[   61.102534] pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 217)
[   61.530586] pcnet_cs 0.0 eth0: NE2000 Compatible:
[   61.530650] io 0xc4860300, irq 217, auto xcvr, hw_addr 00:c0:1b:07:d5:3a
[   61.920598] NET: Registered protocol family 17
[   62.249062] ------------[ cut here ]------------
[   62.249182] WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:303 dev_watchdog+0x200/0x28c()
[   62.249204] NETDEV WATCHDOG: eth0 (pcnet_cs): transmit queue 0 timed out
[   62.249219] Modules linked in: af_packet pcnet_cs 8390 ads7846 pxaficp_ir sch_fq_codel ip_tables x_tables ipv6 autofs4
[   62.249346] CPU: 0 PID: 0 Comm: swapper Not tainted 4.2.3-c3x00 #1
[   62.249362] Hardware name: SHARP Borzoi
[   62.249460] [] (unwind_backtrace) from [] (show_stack+0x10/0x14)
[   62.249513] [] (show_stack) from [] (warn_slowpath_common+0x84/0xac)
[   62.249551] [] (warn_slowpath_common) from [] (warn_slowpath_fmt+0x2c/0x3c)
[   62.249589] [] (warn_slowpath_fmt) from [] (dev_watchdog+0x200/0x28c)
[   62.249644] [] (dev_watchdog) from [] (call_timer_fn.isra.33+0x20/0x94)
[   62.249683] [] (call_timer_fn.isra.33) from [] (run_timer_softirq+0x1e4/0x264)
[   62.249725] [] (run_timer_softirq) from [] (__do_softirq+0xdc/0x214)
[   62.249762] [] (__do_softirq) from [] (irq_exit+0x84/0xec)
[   62.249799] [] (irq_exit) from [] (__handle_domain_irq+0x98/0xcc)
[   62.249835] [] (__handle_domain_irq) from [] (ichp_handle_irq+0x28/0x30)
[   62.249872] [] (ichp_handle_irq) from [] (__irq_svc+0x40/0x6c)
[   62.249894] Exception stack(0xc0597f68 to 0xc0597fb0)
[   62.249928] 7f60:                   00000001 60000093 c05a4048 60000013 c0596000 c0598090
[   62.249965] 7f80: c05a3774 c0598020 c058341c c3ffcac0 a05821c4 00000000 00000000 c0597fb0
[   62.249991] 7fa0: c000aa8c c000aa98 60000013 ffffffff
[   62.250028] [] (__irq_svc) from [] (arch_cpu_idle+0x2c/0x34)
[   62.250079] [] (arch_cpu_idle) from [] (cpu_startup_entry+0xec/0x154)
[   62.250156] [] (cpu_startup_entry) from [] (start_kernel+0x2f0/0x350)
[   62.250178] ---[ end trace 757a62bf32918edd ]---

Jon

Hi Jon,

good news!

In regards to the Rugged one, try to blacklist the pcnet_cs module and do a reboot. This way it might pick up the right driver.

https://wiki.archlinux.org/index.php/Kernel...es#Blacklisting

Cheers!
I blacklisted pcnet_cs and it appears no modules are loaded when inserting the Socket Rugged 10/100 card.
only 2 lines in dmesg
Code: [Select]
pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot0
pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 217)

lsmod
module        Size    Used by
ads7046...........8594    0
pxaficp_ir.........8038    0
sch_fq_codel......7637    1
ip_tables..........9163    0
x_tables..........11037    1 ip_tables
ipv6..............267238    16
autofs4............23501    2
Here is a photo of the Socket Rugged 10/100 CF card if anyone is interested in seeing that is different than the other Socket card with similar name.
1rst pic is Socket Rugged 10/100 CF card.
2nd pic is Socket 10/100 CF card (no "Rugged" in the name).
« Last Edit: December 17, 2015, 10:53:50 am by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Archlinuxarm On C3x00
« Reply #362 on: December 18, 2015, 07:18:57 pm »
Hi Jon,

it seems the required module would be axnet_cs. This was not included in the 4.2.3-c3x00-v0.3 release.

You can try the 4.2.3-c3x00-v0.4 release : https://github.com/greguu/linux-4.2.3-c3x00...leases/tag/v0.4

I have added the following options :

Code: [Select]
[*]     National Semi-conductor 8390 devices                                                                                        
       Asix AX88190 PCMCIA support                                                                                                
       ASIX AX88796 NE2000 clone support                                                                                          
[*]         ASIX AX88796 external 93CX6 eeprom support                                                                            
       NE2000 compatible PCMCIA support

Try also with keeping the pcnet_cs blacklisted.

Cheers!
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Archlinuxarm On C3x00
« Reply #363 on: December 19, 2015, 04:04:56 pm »
Quote from: daalnroti
Hi Jon,

it seems the required module would be axnet_cs. This was not included in the 4.2.3-c3x00-v0.3 release.

You can try the 4.2.3-c3x00-v0.4 release : https://github.com/greguu/linux-4.2.3-c3x00...leases/tag/v0.4

I have added the following options :

Code: [Select]
[*]     National Semi-conductor 8390 devices                                                                                        
       Asix AX88190 PCMCIA support                                                                                                
       ASIX AX88796 NE2000 clone support                                                                                          
[*]         ASIX AX88796 external 93CX6 eeprom support                                                                            
       NE2000 compatible PCMCIA support

Try also with keeping the pcnet_cs blacklisted.

Cheers!
Thank you including this module.
I don't have it working yet.
This is what I tried. I updated my SD card with ArchlinuxARM with the above archive and copied the 4.2.3-c3x00 directory
to /lib/modules/ and the updated zImage-4.2.3-c3x00 to /boot. I double checked the /lib/modules dir and made sure the new files were copied over.
I then booted my Zaurus into Arch with my Socket card inserted. There was no connection, I pinged google with no results.
I made sure that pcnet_cs was still blacklisted. I checked dmesg and got the same results as in my last post.
Then I used "lsmod" and "axnet_cs" was not listed.
I then used "modprobe axnet_cs" and it loaded but under lsmod, it is not being used by anything.
I then unplugged my Socket ethernet card and plugged it back in, "axnet_cs" is still loaded.
I then tried "ifconfig eth0 up" eth0 not found
I used ifconfig -a and I get 3 entries
lo
irda
lo
BTW, after unplugging the ethernet card and plugging it back in, and issuing modprobe axnet_cs again and ifconfig, my dmesg output remains the same.
Code: [Select]
pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot0
pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 217)

lsmodmodule        Size    Used by
axnet_cs.........12090   0
ads7046...........8594    0
pxaficp_ir.........8038    0
sch_fq_codel......7637    1
ip_tables..........9163    0
x_tables..........11037    1 ip_tables
ipv6..............267238    16
autofs4............23501    2

Thank you,
Jon
« Last Edit: December 20, 2015, 11:39:53 am by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Archlinuxarm On C3x00
« Reply #364 on: December 20, 2015, 01:36:59 pm »
Quote from: Jon_J
Quote from: daalnroti
Hi Jon,

it seems the required module would be axnet_cs. This was not included in the 4.2.3-c3x00-v0.3 release.

You can try the 4.2.3-c3x00-v0.4 release : https://github.com/greguu/linux-4.2.3-c3x00...leases/tag/v0.4

I have added the following options :

Code: [Select]
[*]     National Semi-conductor 8390 devices                                                                                        
       Asix AX88190 PCMCIA support                                                                                                
       ASIX AX88796 NE2000 clone support                                                                                          
[*]         ASIX AX88796 external 93CX6 eeprom support                                                                            
       NE2000 compatible PCMCIA support

Try also with keeping the pcnet_cs blacklisted.

Cheers!
Thank you including this module.
I don't have it working yet.
This is what I tried. I updated my SD card with ArchlinuxARM with the above archive and copied the 4.2.3-c3x00 directory
to /lib/modules/ and the updated zImage-4.2.3-c3x00 to /boot. I double checked the /lib/modules dir and made sure the new files were copied over.
I then booted my Zaurus into Arch with my Socket card inserted. There was no connection, I pinged google with no results.
I made sure that pcnet_cs was still blacklisted. I checked dmesg and got the same results as in my last post.
Then I used "lsmod" and "axnet_cs" was not listed.
I then used "modprobe axnet_cs" and it loaded but under lsmod, it is not being used by anything.
I then unplugged my Socket ethernet card and plugged it back in, "axnet_cs" is still loaded.
I then tried "ifconfig eth0 up" eth0 not found
I used ifconfig -a and I get 3 entries
lo
irda
lo
BTW, after unplugging the ethernet card and plugging it back in, and issuing modprobe axnet_cs again and ifconfig, my dmesg output remains the same.
Code: [Select]
pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot0
pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 217)

lsmodmodule        Size    Used by
axnet_cs.........12090   0
ads7046...........8594    0
pxaficp_ir.........8038    0
sch_fq_codel......7637    1
ip_tables..........9163    0
x_tables..........11037    1 ip_tables
ipv6..............267238    16
autofs4............23501    2

Thank you,
Jon

try a "modprobe 8390" before axnet_cs. Also I would it give it a go without the blacklisting, just in case.
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Archlinuxarm On C3x00
« Reply #365 on: December 21, 2015, 03:38:38 pm »
Hi daalnroti,
I tried modprobe 8390" before axnet_cs. I also removed the blacklisting from pcnet_cs
lsmod shows
Code: [Select]
lsmodmodule        Size    Used by
axnet_cs.........12090   0
pcnet_cs..........25233  0
8390.................6954  1 pcnet_cs
ads7046...........8594    0
pxaficp_ir.........8038    0
sch_fq_codel......7637    1
ip_tables..........9163    0
x_tables..........11037    1 ip_tables
ipv6..............267238    16
autofs4............23501    2
I think I may have found the cause for the troubles with this card.
There was a bug in the driver or the chip (ax88790) in this card.
http://www.mail-archive.com/linux-pcmcia@l...g/msg00051.html
It looks like I'll need to compile a module for this card, but am not sure where to start.
Thank you,
Jon
« Last Edit: December 21, 2015, 03:39:05 pm by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Archlinuxarm On C3x00
« Reply #366 on: December 21, 2015, 04:04:26 pm »
Quote from: Jon_J
Hi daalnroti,
I tried modprobe 8390" before axnet_cs. I also removed the blacklisting from pcnet_cs
lsmod shows
Code: [Select]
lsmodmodule        Size    Used by
axnet_cs.........12090   0
pcnet_cs..........25233  0
8390.................6954  1 pcnet_cs
ads7046...........8594    0
pxaficp_ir.........8038    0
sch_fq_codel......7637    1
ip_tables..........9163    0
x_tables..........11037    1 ip_tables
ipv6..............267238    16
autofs4............23501    2
I think I may have found the cause for the troubles with this card.
There was a bug in the driver or the chip (ax88790) in this card.
http://www.mail-archive.com/linux-pcmcia@l...g/msg00051.html
It looks like I'll need to compile a module for this card, but am not sure where to start.
Thank you,
Jon
Hi Jon,
unfortunately this patch is 9 years old and was made for kernel 2.6.15. It does not work with the kernel in use (4.2.3)
Also looking at the source of  linux/drivers/net/ethernet/8390/axnet_cs.c of the current kernel it seems it already has support for the AX88790 chipset.
There are no recent reports of this card working with newer kernels. You may have some luck playing around with the modules I compiled.
Try 8390 and axnet_cs without the pcnet_cs. The module should at least find the card and show something in dmesg. If not, then it is not supported (anymore) I guess.
Cheers.
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

danboid

  • Hero Member
  • *****
  • Posts: 881
    • View Profile
    • http://
Archlinuxarm On C3x00
« Reply #367 on: January 06, 2016, 05:14:40 pm »
Hi ALARMZers!

I hope you've had a good xmas daal and everyone else reading this!? I did eventually see your messages on IRC, daal,  about the new kernels etc! It's good to hear stuff is still happening with ALARMZ! As you all may have guessed I've not been messing with the Z much recently but I did buy a new USB wifi adapter for it on xmas eve that I've still not tried yet. It was only £3 and claimed to support Linux on the box so I figured it was too good not to buy at that price. I expect it won't work without being plugged into a powered hub but even if so it'll still be useful to have. In "computer land" I've mainly been testing the MusE DAW for Linux and the excellent Budgie desktop, which I run under Arch on my laptop now. It's essentially GNOME 3 done properly and much more lightweight! It uses about the same amount of RAM as MATE but with more features like integrated menu search, compositing and better app/desktop preview icons etc and a base that is current with / based upon the latest GNOME 3.

Today was my second day at my new job so that ensures that not only do I now have much less time for messing wth the Z but much less time for (non-work) life in general. At least I won't be sinking into debt any more!

The main reason I decided to post is to notify everyone here that there has recently been some significant work on the Linux libertas wifi driver - a series of 6 patches for the libertas driver has just been posted to the Linux wireless ML. Hopefully these will fix my CF wifi probs under modern kernels. Seeing as 4.4.0 is almost upon us I suspect it may not make it in time for that but hopefully it'll make it into 4.4.1.

Best wishes for 2016!
« Last Edit: January 06, 2016, 05:26:21 pm by danboid »
Zaurus SL-C3000 w/ MD swapped for a Kingston 32GB Ultimate 266X CF running ALARM
Banana Pi running ALARM on a WD Scorpio SATA II HD
System76 Gazelle Pro i7 laptop w/ SAMSUNG 840 EVO SSD running Arch x64

How to install Arch on your C3x00 Zaurus https://github.com/danboid/ZALARM-install

TheWalt

  • Full Member
  • ***
  • Posts: 176
    • View Profile
Archlinuxarm On C3x00
« Reply #368 on: January 07, 2016, 08:30:10 am »
Happy New Year!

Like Danboid my work load has increased significantly so my Z time has dropped, well to zero really.  Long story short we are a 4 man department, one position was eliminated, one person retired, and the other besides myself is now on long term medical leave due to back issues.

My next 6 months is pretty well scheduled at this point and I don't see a ton of free time so my participation is going to be slim to none.

I'll keep an eye here and try to do updates when possible.
- Gemini PDA | WiFi - Android 7.1.1
- GPD Pocket | Ubuntu Mate 18.10
- Zaurus SL-C3100 | ArchLinuxARM

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Archlinuxarm On C3x00
« Reply #369 on: January 12, 2016, 04:03:57 am »
Hi All,

Happy new Year 2016 !

the Z still alive and I will upload shortly a new kernel for testing as well as a new rootfs for SD card.

Hope you find some time to play with it and give some feedback in the corresponding threads.

Cheers!
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Archlinuxarm On C3x00
« Reply #370 on: January 12, 2016, 09:52:03 am »
Happy New Year to you all!

Glad to see everyone's still around if not too busy going into 2016.....

Hopefully, we can all have more fun with our little Z's this year. But like others, work and life seems to be getting more in the way than I'd like......but will try to keep up with what's going on here...

Will certainly want to test out the new kernel and rootfs when it's available......thanks, daalnroti....

All the best,

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Archlinuxarm On C3x00
« Reply #371 on: January 19, 2016, 02:11:48 am »
Quote from: ArchiMark
Happy New Year to you all!

Glad to see everyone's still around if not too busy going into 2016.....

Hopefully, we can all have more fun with our little Z's this year. But like others, work and life seems to be getting more in the way than I'd like......but will try to keep up with what's going on here...

Will certainly want to test out the new kernel and rootfs when it's available......thanks, daalnroti....

All the best,

Mark

Hi Mark,

no worries, hope you find time to play with your Z. I aim to use the 4.4.x series kernel for a long term ALARM base.
I try to dedicate some of my free time to this project and keep it going. As always, any feedback and support is very welcome.

Cheers!
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Archlinuxarm On C3x00
« Reply #372 on: January 19, 2016, 06:45:22 pm »
Quote from: daalnroti
Quote from: ArchiMark
Happy New Year to you all!

Glad to see everyone's still around if not too busy going into 2016.....

Hopefully, we can all have more fun with our little Z's this year. But like others, work and life seems to be getting more in the way than I'd like......but will try to keep up with what's going on here...

Will certainly want to test out the new kernel and rootfs when it's available......thanks, daalnroti....

All the best,

Mark

Hi Mark,

no worries, hope you find time to play with your Z. I aim to use the 4.4.x series kernel for a long term ALARM base.
I try to dedicate some of my free time to this project and keep it going. As always, any feedback and support is very welcome.

Cheers!

Hi Daalnroti,

Thanks, sounds good.....

Will provide feedback once I've installed and used your new release....

Just let someone else know about ALARMZ.....hopefully, they will check it out....

Regards,

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

Volt

  • Newbie
  • *
  • Posts: 1
    • View Profile
Archlinuxarm On C3x00
« Reply #373 on: August 15, 2017, 06:18:21 pm »
Hi all,

I was able to install ALARM on my C3200, which is pretty exciting. And it looks like suspend works by hitting "On/Off", which is cool as hell. Out of curiosity, what kinds of functionality are folks still trying to get working?

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Archlinuxarm On C3x00
« Reply #374 on: August 16, 2017, 02:22:29 am »
Quote from: Volt
Hi all,

I was able to install ALARM on my C3200, which is pretty exciting. And it looks like suspend works by hitting "On/Off", which is cool as hell. Out of curiosity, what kinds of functionality are folks still trying to get working?

Hi Volt,

first, great to have another user. Thanks for giving ALARM a go on your C3200.

Well, we try to keep the C1000/C3200 alive with an up to date kernel and hope to maintain most of the core functionality.

Personally, I do not have the time to get a fully customised distribution going with a graphical interface and all the apps.

Arch lets you do that easily if you dig through their Wiki and Forum. However, Xorg is pretty demanding on RAM and hardly usable imho.

Using clever console apps like tmux etc you can get much productivity as a SSH client due to the good keyboard.

The C3x00 hardware is pretty well supported, there are a few glitches and some features need testing.

Outstanding issues are at this stage:

- C1000 support - There are still issues with kexecboot,backlight init and other things.
- Framebuffer console blanking causes a white screen the first time, the following blanks are "off" and black.
- Official kernel 4.7+ support, currently there are SPI issues and other things not working in mainline, current kernels are patched with backports from 4.6.7
- Kernel 4.12 introduced a minor keymapping issue. (you need to use left or right shift keys to get all uppercase letters)

What does work on C3x00:

- Ext4 and F2FS for OS
- NTFS, FAT for storage if needed
- USB storage and HID
- SD cards
- CF cards
- WiFi on USB and CF for supported cards
- CF card LAN works for supported cards
- Suspend / Resume
- Online charging (you need to re-plug the power cord after a boot)
- ALSA (Sound)

well, we are only a few users , so your feedback and testing is welcome.

Feel free to ask for help here in the forum or join the IRC channel.

Cheers,

Greguu
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)