RE: [leaf-user] How to add Static Route on Bering RC3

2002-12-01 Thread Andrew Braund
Once you had edited the file in Network Configuration, did
you then backup the etc package?
b:3

HTH
Andrew Braund

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Thitiporn
 Pornpirunrak
 Sent: Monday, 2 December 2002 13:41
 To: LeafUser
 Subject: [leaf-user] How to add Static Route on Bering RC3


 Hi all,
  I would like to add static route on my bering box. I try to add
 them on Network Configuration menu and interfaces like this

   eth1 .
   
   up ip route add 192.168.11.0 via 192.168.11.1 eth1

  But after i restart my firewall i didn't see that route please
 tell me why...

 thanx.N1y5i
 X22
 u)gYig=i6Z~XHzG{f:G(
 x
 Ky'1j
 K2
 qg.zX6~X6K:7~
 zw~X6O
 Kzf:GIB'y'.rZzowswrfj}Z   ]wX



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Dynalink PCI ADSL modem ALH110 - kernel panic in interrupt handler - not syncing

2002-11-28 Thread Andrew Braund
Bering v1.0-stable
AMD 586 24M ram 200M HDD

Dynalink PCI ADSL modem ALH110
The main chip on the Board is
Itex i903888EB
CSSDCS04U
ICNT230213
C 2002 ITEX

The DSL HOWTO

http://feenix.burgiss.net/ldp/adsl/overview.html
IteX PCI ADSL modems, based on the Apollo chipset,
have Linux drivers. (Modems using this chipset are sold
under a number of various brand names.)

and

http://feenix.burgiss.net/ldp/adsl/appendix.html#MODEMS
IteX PCI ADSL modem based on the Apollo chipset, also sold under
various other brand names such as Dlink and
ALH110. http://www.itexinc.com/.

makes me think that this PCI card should be OK.

The install instructions that came with the card basically say to
install the modem driver then connect via PPPoE.
Reading the Bearing docs makes me think that PCI modems
need to be installed as PPPoA but the DSL howto makes me think PPPoE
should be fine.  I'm confused!...

The driver that came on the CD with the card was for Kernel 2.4.2
itex1483-2.4.2-2.o
and when I tried to load it;

# insmod itex1483-2.4.2-2.o vpi=8 vci=35 framing=1
Using itex1483-2.4.2-2.o
insmod: unresolved symbol tvec_bases

I have found a driver from
http://leaf.sourceforge.net/devel/jnilo/bering/latest/drivers/speedtouch-pci/1483
/itex1483-2.4.16.o
which seems to load OK, the modem lights react correctly,
I get Sync.

but on reboot with the driver in /lib/modules and
called in /etc/modules by;
itex1483-2.4.2-2 vpi=8 vci=35 framing=1

I get a kernel panic.
Full dump from my serial console at;
http://63.111.28.72/panic.txt


I have looked high and low for a more appropriate driver,
any clues would be most appreciated.

Thanks in advance
Andrew Braund

PS I have been able to get ADSL working fine on this Bearing firewall
using an Alcatel Speedtouch Ethernet modem following the PPPoE
instructions in the Bearing user guide;
http://leaf.sourceforge.net/devel/jnilo/bupppoe.html



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] boot from HDD - error - Device not configured

2002-11-27 Thread Andrew Braund
Bering v1.0-stable
AMD 586 24M ram 200M HDD

I followed the LRP Hard Disk HOWTO at
http://leaf.sourceforge.net/pub/doc/howto/LRPHardDiskHOWTO.txt

I have been able to successfully mount a hard disk partition
once leaf has booted from floppy but I am having trouble getting
the boot from HDD going.


I have turned on VERBOSE and DEBUG in /linuxrc
and put a couple more debug lines in it.

My linuxrc.cfg (on hda1) has;
default linux initrd=initrd.lrp
 init=/linuxrc root=/dev/ram0 boot=/dev/hda1:msdos
 PKGPATH=/dev/fd0u1680
 LRP=root,etc,local,modules,iptables,ppp,pppoe,hdsupp_s,shorwall,dnscache,weblet
(all on one line)

I also tried removing the PKGPATH part as suggested in the
booting Bering from a M-Systems DiskOnChip howto at;
http://cvs.sf.net/cgi-bin/viewcvs.cgi/leaf/devel/bradfritz/bering_contrib/doc/bud
iskonchip.xml?rev=1.2content-type=text/vnd.viewcvs-markup

and tried with PKGPATH=/dev/hda1


On boot with no floppy in the drive,
Just prior to the mount command
/dev contains;
brw-r-  1  0  0  3, 1  Nov 28 14:27 /dev/hda1
this looks OK to me.

When it gets to the point of trying to mount the boot device
around line 184 of linuxrc using the command;

mount -r -t msdos /dev/hda1 /var/lib/lrpkg/mnt

mount gives the error message;

mount: Mounting /dev/hda1 on /var/lib/lrpkg/mnt failed: Device not configured

My searching has shown this message in relation to CDROMs - when
there is no CD in the drive.

Not sure what to try next, any clues would be most appreciated.

Thanks in advance
Andrew Braund




---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html