OXNAS Kernel Modules (beyond 2011.06 rootfs)

This forum is for all other ARMv5 devices

OXNAS Kernel Modules (beyond 2011.06 rootfs)

Postby WarheadsSE » Fri Jun 10, 2011 2:10 pm

We've come to realize some desired modules were missed during the development and adaptation process.

In an effort to assist, I have added a chunk of drivers, and have packed them into a tar.gz for our OXNAS users. The list of all current modules can be read on pastie.org

1) Download this file: http://archlinuxarm.org/os/oxnas/oxnas-kernel-modules.tar.gz (assumed to be in your home dir for this instruction set)
2) cd /
3) tar xzvfk ~/oxnas.kernel.modules.tar.gz
4) depmod -a


This includes iptables support, various usb wireless adapter modules, usb serial adapters (FTDI & PL2303)
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: OXNAS Kernel Modules (beyond 2011.06 rootfs)

Postby nuggistar » Fri Jun 10, 2011 4:30 pm

are the modules loaded on the next reboot?
nuggistar
 
Posts: 21
Joined: Thu Jun 02, 2011 1:06 pm

Re: OXNAS Kernel Modules (beyond 2011.06 rootfs)

Postby WarheadsSE » Fri Jun 10, 2011 4:36 pm

Actually, they should then be loaded *as needed*, linux doesn't operate like windows & drivers.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: OXNAS Kernel Modules (beyond 2011.06 rootfs)

Postby nuggistar » Thu Jun 16, 2011 7:35 am

thx! i´ve done this...
how can i check if the module is loaded? and how can i setup the network?
nuggistar
 
Posts: 21
Joined: Thu Jun 02, 2011 1:06 pm

Re: OXNAS Kernel Modules (beyond 2011.06 rootfs)

Postby pepedog » Thu Jun 16, 2011 8:08 am

When I type lsmod I get lots of info on loaded modules (installed and actually used)
$this->bbcode_second_pass_code('', '[root@PBLinux ~]# lsmod
Module Size Used by
snd_usb_audio 67136 0
snd_pcm 58789 1 snd_usb_audio
snd_timer 16555 1 snd_pcm
snd_page_alloc 4547 1 snd_pcm
snd_hwdep 4749 1 snd_usb_audio
snd_usbmidi_lib 15319 1 snd_usb_audio
snd_rawmidi 15609 1 snd_usbmidi_lib
snd_seq_device 4702 1 snd_rawmidi
snd 34176 7 snd_usb_audio,snd_pcm,snd_timer,snd_hwdep,snd_usbmidi_lib,snd_rawmidi,snd_seq_device
soundcore 694 1 snd
sco 8030 2
bnep 7584 2
l2cap 38430 3 bnep
bluetooth 54115 5 sco,bnep,l2cap
ipt_MASQUERADE 1452 2
ipt_LOG 6248 9
xt_time 1685 0
xt_connlimit 2668 0
xt_helper 1065 0
xt_realm 701 0
xt_NFQUEUE 1503 0
xt_tcpmss 1107 0
xt_tcpudp 1941 22
ipt_addrtype 1527 3
xt_pkttype 761 0
iptable_raw 897 0
xt_TPROXY 4021 0
nf_tproxy_core 858 1 xt_TPROXY,[permanent]
ip6_tables 10348 1 xt_TPROXY
nf_defrag_ipv6 5243 1 xt_TPROXY
xt_CLASSIFY 679 0
xt_mark 851 1
xt_hashlimit 6708 0
xt_comment 657 18
ipt_REJECT 1903 4
xt_length 914 0
xt_connmark 1507 0
xt_owner 889 0
xt_recent 6608 0
xt_iprange 1486 0
xt_policy 2224 0
xt_multiport 1504 6
iptable_mangle 1090 1
iptable_nat 3153 1
nf_nat 12274 2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4 9775 26 iptable_nat,nf_nat
nf_defrag_ipv4 953 2 xt_TPROXY,nf_conntrack_ipv4
xt_conntrack 2155 23
nf_conntrack 50307 8 ipt_MASQUERADE,xt_connlimit,xt_helper,xt_connmark,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_conntrack
iptable_filter 970 1
ip_tables 9530 4 iptable_raw,iptable_mangle,iptable_nat,iptable_filter
x_tables 11498 31 ipt_MASQUERADE,ipt_LOG,xt_time,xt_connlimit,xt_helper,xt_realm,xt_NFQUEUE,xt_tcpmss,xt_tcpudp,ipt_addrtype,xt_pkttype,iptable_raw,xt_TPROXY,ip6_tables,xt_CLASSIFY,xt_mark,xt_hashlimit,xt_comment,ipt_REJECT,xt_length,xt_connmark,xt_owner,xt_recent,xt_iprange,xt_policy,xt_multiport,iptable_mangle,iptable_nat,xt_conntrack,iptable_filter,ip_tables
ipv6 236407 31 xt_TPROXY,nf_defrag_ipv6
fuse 57987 1
asix 11731 0
usbnet 13112 1 asix
mv_cesa 8951 0
carl9170 65880 0
mac80211 160357 1 carl9170
ath 12527 1 carl9170
cfg80211 128127 3 carl9170,mac80211,ath
rfkill 14403 3 bluetooth,cfg80211')
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: OXNAS Kernel Modules (beyond 2011.06 rootfs)

Postby sharan4o » Sun Jul 03, 2011 2:47 pm

Hi,
the link is broken. Can you please provide another one?

thanx
sharan4o
 
Posts: 2
Joined: Sun Jul 03, 2011 2:33 pm

Re: OXNAS Kernel Modules (beyond 2011.06 rootfs)

Postby WarheadsSE » Sun Jul 03, 2011 4:10 pm

Link fixed :)
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: OXNAS Kernel Modules (beyond 2011.06 rootfs)

Postby TerminalClient » Tue Jul 05, 2011 3:34 am

Hey all, newbie here.
How do I install these kernel modules? Tried wgetting the link straight into my pogoplug pro, extracted and depmod -a, reboot, but the modules don't show up at all after reboot (lsmod).
Little help please.
TerminalClient
 
Posts: 4
Joined: Tue Jul 05, 2011 3:30 am

Re: OXNAS Kernel Modules (beyond 2011.06 rootfs)

Postby tritron » Tue Jul 05, 2011 1:42 pm

Modules show only if they are being used. You can look inside lib/modules to see if we have any modules you need
tritron
 
Posts: 83
Joined: Thu Jun 16, 2011 7:16 pm

Re: OXNAS Kernel Modules (beyond 2011.06 rootfs)

Postby kiwi64ajs » Thu Jul 28, 2011 5:32 am

Hi

Would it be possible to get the ftdi_sio driver updated to at least 1.6.0 as version 1.5.0 that is currently being used does not seem to support the FT232R based adaptor I am trying to use?

Regards

Alex Shepherd
kiwi64ajs
 
Posts: 8
Joined: Tue Jul 26, 2011 8:32 am

Next

Return to Community Supported

Who is online

Users browsing this forum: No registered users and 21 guests