Search found 10 matches

by Hannibal
Fri Jan 21, 2011 6:16 am
Forum: Hardware / Installation Issues
Topic: Alix install
Replies: 4
Views: 6505

Re: Alix install

check your connection details set in Grub

seems to be a wrong baud rate or something like that

or try and error and open a new serial connection checking out some other baud rates.
by Hannibal
Wed Nov 10, 2010 9:30 am
Forum: Gargoyle Development
Topic: Alix LEDs
Replies: 0
Views: 4245

Alix LEDs

Hi, would be a nice to have feature .. modules modprobe leds-alix modprobe ledtrig-default-on modprobe ledtrig-heartbeat modprobe ledtrig-gpio modprobe ledtrig-timer (you dont need all of these to get heartbeat or disk-act running) Sys Heartbeat echo heartbeat > /sys/class/leds/alix\:1/trigger Disk ...
by Hannibal
Tue Sep 28, 2010 9:25 am
Forum: Hardware / Installation Issues
Topic: Installing Gargoyle on Virtualbox
Replies: 7
Views: 8918

Re: Installing Gargoyle on Virtualbox

1) "Flashing" the Alix img from the web interface This completes and reboots but leaves me with no working interfaces, which isn't particularly useful as a router. I assume this is because the Alix build has no support for the virtualised hardware. And I don't know how to mount a JFFS par...
by Hannibal
Sat Jul 17, 2010 9:01 am
Forum: General Discussion
Topic: Possible to disable wired LAN ports?
Replies: 8
Views: 8001

Re: Possible to disable wired LAN ports?

i manage a network with about 20users with the same problem. i solved this by assigning static ip's to given mac addresses and blocking whole Internet access. Then simply added some quota rules for given ip/mac combination. So everything works fine till someone reach his quota. The only way to get a...
by Hannibal
Thu Mar 11, 2010 5:59 am
Forum: General Discussion
Topic: USB Storage
Replies: 2
Views: 4485

Re: USB Storage

you'll need some packages to access ntfs or vfat

Code: Select all

kmod-fs-vfat
kmod-fs-ntfs
ntfs-3g
then you have to mount it manually by console

Code: Select all

mount <src> <dst>
maybe you need to specify fs-type by using "-t"-parameter

to automount the device on system startup edit /etc/config/fstab
by Hannibal
Sun Feb 07, 2010 9:17 am
Forum: Other Issues
Topic: iptables "Bad Argument" in firewall util
Replies: 1
Views: 3123

iptables "Bad Argument" in firewall util

Hi, i've edited the /etc/ethers manually and got some errors when initializing the firewall. This happens because of not filtering empty lines... adding sed '/^[ \t]*$/d' solve this issue. /usr/lib/gargoyle_firewall_util/gargoyle_firewall_util.sh LINE: 316 before: block_static_ip_mismatches() { bloc...
by Hannibal
Sat Jun 27, 2009 2:19 pm
Forum: Hardware / Installation Issues
Topic: Alix-Board(x86) - kamikaze 8.09.1
Replies: 7
Views: 11316

Re: Alix-Board(x86) - kamikaze 8.09.1

works for me too .. big thx ;)

think i had some errors in my .config

now next try .. compiling with TARGET_x86_generic_Alix
by Hannibal
Sat Jun 27, 2009 8:11 am
Forum: Hardware / Installation Issues
Topic: Alix-Board(x86) - kamikaze 8.09.1
Replies: 7
Views: 11316

Re: Alix-Board(x86) - kamikaze 8.09.1

adding "expat" as dependency of mesa (package/Xorg/lib/mesa/Makefile) seems to fix that error but... next one is on the way checking for XSERVERCFLAGS... configure: error: Package requirements (randrproto >= 1.2 renderproto fixesproto >= 4.0 damageproto >= 1.1 xcmiscproto xextprot o xproto...
by Hannibal
Sat Jun 27, 2009 5:32 am
Forum: Hardware / Installation Issues
Topic: Alix-Board(x86) - kamikaze 8.09.1
Replies: 7
Views: 11316

Re: Alix-Board(x86) - kamikaze 8.09.1

fully build custom with revision 16278 set deselected any video or audio modules checking expat.h usability... no checking expat.h presence... no checking for expat.h... no configure: error: Expat required for DRI. make[3]: *** [/trunk/custom-src/build_dir/i386/Mesa-7.2/.configured_yyyyyyyyyyyyyyyyy...
by Hannibal
Fri Jun 26, 2009 7:30 am
Forum: Hardware / Installation Issues
Topic: Alix-Board(x86) - kamikaze 8.09.1
Replies: 7
Views: 11316

Alix-Board(x86) - kamikaze 8.09.1

I've tried to install gargoyle on my alix board but when i compile it by myself it fail several times.
Did gargoyle even run on x86 and kamikaze v8.09.1?

thanks