You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(20) |
Sep
(4) |
Oct
(29) |
Nov
(24) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(9) |
Feb
(26) |
Mar
(10) |
Apr
(4) |
May
(5) |
Jun
(13) |
Jul
(53) |
Aug
(15) |
Sep
(42) |
Oct
(30) |
Nov
(92) |
Dec
(45) |
2002 |
Jan
(36) |
Feb
(63) |
Mar
(24) |
Apr
(21) |
May
(30) |
Jun
(59) |
Jul
(34) |
Aug
(17) |
Sep
(57) |
Oct
(104) |
Nov
(21) |
Dec
(16) |
2003 |
Jan
(31) |
Feb
(56) |
Mar
(40) |
Apr
(55) |
May
(45) |
Jun
(38) |
Jul
(48) |
Aug
(33) |
Sep
(13) |
Oct
(19) |
Nov
(7) |
Dec
(9) |
2004 |
Jan
(15) |
Feb
(20) |
Mar
(1) |
Apr
(1) |
May
(6) |
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
|
Dec
(1) |
2005 |
Jan
(18) |
Feb
(3) |
Mar
(2) |
Apr
(2) |
May
|
Jun
(6) |
Jul
|
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(9) |
Feb
|
Mar
|
Apr
(16) |
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: David G. M. <dgl...@gm...> - 2001-09-20 09:18:44
|
In an attempt to build a Trinux ISO CD with PCMCIA support, I have done the following. 1) Take the original iso "trinux-80rc2-2.4.5.iso". 2) Mount it throught a loopback losetup /dev/loop0 trinux-80rc2-2.4.5.iso mount /mnt/cdrom /dev/loop0 -t iso9660 3) Tar the countent into a file and untar somewhere else (this is because iso9660 is read only) 4) Remove the boot.img file. 5) Insert next to the directory the file "trinux-0.80rc2-pcmcia.img" renamed as boot.img. 6) use the "Unix shell script" to build a new iso file. 7) Burn on a CD and try. As expected the CD boot, but I get message that we only support vfat and minix for locating the package, where my package are obviously on an iso9660. I also attempted to boot the normal "trinux-80rc2-2.4.5.iso" and start the pcmcia stuff by hand, but the CD does not contain the package "pcmcia-bin" nor "/etc/init.d/pcmcia". I may be more lucky by having a copy of the CD "trinux-80rc2-2.4.5.iso" on my hard disk (vfat) and "merge"(???) it with the content of "trinux-0.80rc2-pcmcia.img". I need the following help: 1) Where are the source to rebuild "trinux-0.80rc2-pcmcia.img" with iso9660 support. 2) In the futur would it be possible to insert that iso9660 support by default. 3) If I want to merge the tux directory of the ISO (cd) and the IMG (floppy), wich version should overwrite the other. Any other suggestion are welcome. David GLAUDE PS: I try to boot WITHOUT a floppy drive (I have one but not always available). |
From: David G. M. <dgl...@gm...> - 2001-09-20 08:41:54
|
>From: "Matthew Franz" <mat...@ya...> >To: "David GLAUDE Mailing" <dgl...@gm...> >Sent: Thursday, September 20, 2001 6:09 AM >Subject: Re: [Trinux-talk] Howto make a bootable CD (ISO) with PCMCIA support? Summary: I try to boot Trinux ISO CD on a laptop => need to modify the CD. > Here's something to try with the exiting CD-ROM but I think. > Unfortunately, there are still a lot of > problems with CD-booting on laptops (especially if you > don't have a floppy drive). Booting Knoppix ISO CD on my laptop work nicely. > I believe the pcmcia module packages are on the CD-ROM > -- can't remember exactly where off the top of my > head, but they should be with all the others. Anyway, > after it loads -- go the the directory and a do > > #pkgadd pcmcia-xirc2ps > #pkgadd pcmcia-coremods > #pkgadd pcmcia-bin Strange, the two first are on the CD, but not pcmcia-bin (wich is only on the pcmcia floppy)... > then > # /etc/init.d/pcmcia this should definitely get the > modules loaded and kick off card manager /etc/init.d does not contain pcmcia... Maybe because I don't have pcmcia-bin. > > I was wondering if I just need to mount the iso > > (losetup on /dev/loop0), > > remove the image of the floppy from the original iso, > I don't think that will work, because I think it ISOs > are only read only. Yes, but I mount it, tar it, untar somewhere else, then work on that copy to modify it. Work in progress, I will keep you updated if I have a working solution. |
From: David G. M. <dgl...@gm...> - 2001-09-19 22:15:21
|
Hello, I have successfully booted a Desktop with Trinux ISO CD image. And I have successfully booted my laptop with a RAW floppy image. But when I boot the laptop from the CD my ethernet is not visible. But I would like to build a bootable CD that will work with my laptop (PCMCIA Xircom). I was wondering if I just need to mount the iso (losetup on /dev/loop0), remove the image of the floppy from the original iso, insert the floppy image with pcmcia support, and rebuild the iso using the script. Is it that simple OR do I have to also change the structure within the CDROM (changing the tux directory and taking from the pcmcia floppy, in wich case I need more detail on the procedure)? David GLAUDE |
From: Frederick F. Jr. <ha...@sk...> - 2001-09-18 04:49:24
|
On Monday, September 17, 2001, at 10:47:11 PM, Ricci @ ismart wrote: > Can you tell me the tricks? Actually, I have already damaged two > Mini-CD-ROM. Is that Easy CD Creator cannot create bootable Mini-CD-ROM? I just created one tonight with the trinux-80rc2-2.4.5.iso and Nero Burning Rom. Worked great on the first mini-CDR...seemed to take longer with the Lead In/Lead Out than it did for the rest of the CD. :-) ---- Frederick Fisher Jr. - ha...@sk... The Bat! 1.53d | Windows 98 4.10.2222 ---- |
From: Ricci @ i. <ri...@is...> - 2001-09-18 03:47:55
|
Hello Matthew, Can you tell me the tricks? Actually, I have already damaged two Mini-CD-ROM. Is that Easy CD Creator cannot create bootable Mini-CD-ROM? Thanks. Ricci -----Original Message----- From: Matthew Franz [mailto:mf...@ci...] Sent: Tuesday, September 18, 2001 5:19 AM To: Ricci @ ismart Cc: tri...@li... Subject: Re: [Trinux-talk] Is it possible to create the bootable ISO on Mini-CD-R > > Hello All, > > The Trinux CD-R is rather small size which is less than 192MB. Is it > possible to creat the bootable CD-R on a Mini-CD-ROM? That is smaller in > size and waste less space. > > Do you know whether MiniCD-ROM can be created as bootable CD? > Yes, it works. -mdf |
From: Matthew F. <mf...@ci...> - 2001-09-18 03:07:18
|
> > Hello All, > > The Trinux CD-R is rather small size which is less than 192MB. Is it > possible to creat the bootable CD-R on a Mini-CD-ROM? That is smaller in > size and waste less space. > > Do you know whether MiniCD-ROM can be created as bootable CD? > Yes, it works. -mdf |
From: Ricci @ i. <ri...@is...> - 2001-09-18 03:04:55
|
Hello All, The Trinux CD-R is rather small size which is less than 192MB. Is it possible to creat the bootable CD-R on a Mini-CD-ROM? That is smaller in size and waste less space. Do you know whether MiniCD-ROM can be created as bootable CD? Thanks. Ricci |
From: Bob R. <ri...@ei...> - 2001-09-18 01:44:01
|
Hi, I'm having a problem getting firewalk to work in Trinux. I've tried both the rc1 2.2.19 and rc2 2.4.5 kernel, using the 'net' and 'pcmcia' floppy boot image on three different machines with as many different ethernet cards (mostly 3com). Regarless of which options i issue to firewalk, i get the same type of response. It runs down the list of incrementing TTL's and simply puts a '*' for each response. The following is a sample scan Ramping up hopcounts to binding host... probe: 1 TTL: 1 port 33434: * probe: 2 TTL: 2 port 33434: * probe: 3 TTL: 3 port 33434: * probe: 4 TTL: 4 port 33434: * probe: 5 TTL: 5 port 33434: * probe: 6 TTL: 6 port 33434: * probe: 7 TTL: 7 port 33434: 0 ports open, 0 ports unknown 7 probes sent, 0 replies received I've switched source and desination ports, different gateways/targets, different number of hops btw gateway and target, different protocols/etc and all i get is the above (with appropriate changes to port and TTL). I can see the ICMP time exceeded coming back in through tcpdump, so i know the packets are being written to the network and the ICMP's are making it back. I've had the same problem running firewalk on different boxes, different network cards/etc. I'm to the point where i think it's just flat broken, but i wanted to hit at least this list to see if anyone has seen this behavior before. Is hping2 the only alternative for this style of network scanning? Thanks!!! Bob |
From: Matthew F. <mf...@ci...> - 2001-09-07 15:16:15
|
Sorry for the delay: see http://sourceforge.net/project/showfiles.php?group_id=3301&release_id=44917 or click on the downloads page from http://trinux.sf.net/ -mdf > Hello, > I read http://trinux.sourceforge.net/install.html that ..... > > Trinux can be installed on a bootable CD-ROM. A UNIX shell script is available for building and burning a bootable Trinux ISO. > > But the link to the script seems to be broken. > Where can i get the script and maybe some more information how to > build and burn it. > > The reason is that i want to have a booting cd with your modified > bzimage for my dlink ethernetcard (which works great). > > -- > THX > Klaus Mahling mailto:ma...@gm... > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > ------------------------------------- Matthew Franz mf...@ci... Security Research Engineer Security Technologies Assessment Team |
From: mahling <ma...@gm...> - 2001-09-07 09:13:35
|
Hello, I read http://trinux.sourceforge.net/install.html that ..... Trinux can be installed on a bootable CD-ROM. A UNIX shell script is available for building and burning a bootable Trinux ISO. But the link to the script seems to be broken. Where can i get the script and maybe some more information how to build and burn it. The reason is that i want to have a booting cd with your modified bzimage for my dlink ethernetcard (which works great). -- THX Klaus Mahling mailto:ma...@gm... |
From: Matthew F. <mat...@ya...> - 2001-09-07 03:39:29
|
I was aware of problems with booting off a CD-ROM (without a floppy drive present) that caused a several-minute hang, but this is the first I've heard about the problem you've described. There is an issue with busybox hiding the kernel boot messages so it is difficult to see if it is freezing on specific hardware component. Is there anything unusal about your laptop. Does it make a difference if the PCMCIA cards are plugged in. I would guess not since it does not appear that the kernel is completely booting or the linuxrc script is executed. -mdf --- Kyle Jones <ua...@ca...> wrote: > Im trying to boot the PCMCIA boot disk on my NEC > Versa > 2000D. > This is what it says: > boot: > Loading initrd.gz............ > Loading bzimage........... > Uncompressing Linux... Ok, booting the kernel. > _ > And then it stops there. I have tried downloading > the > image several times, and dd'ing it onto differnet > disks, and running cmp to check if I am writing what > I > think I am... Linux(not Trinux) has worked before on > the system... So whats going wrong? Id REALLY like > the > help! > Thanks in advance. > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com |
From: Kyle J. <ua...@ca...> - 2001-09-07 00:22:46
|
Im trying to boot the PCMCIA boot disk on my NEC Versa 2000D. This is what it says: boot: Loading initrd.gz............ Loading bzimage........... Uncompressing Linux... Ok, booting the kernel. _ And then it stops there. I have tried downloading the image several times, and dd'ing it onto differnet disks, and running cmp to check if I am writing what I think I am... Linux(not Trinux) has worked before on the system... So whats going wrong? Id REALLY like the help! Thanks in advance. |
From: mahling <ma...@gm...> - 2001-09-05 19:18:49
|
Dear Matthew, I read http://trinux.sourceforge.net/install.html that ..... Trinux can be installed on a bootable CD-ROM. A UNIX shell script is available for building and burning a bootable Trinux ISO. But the link to the script seems to be broken. Where can i get the script and maybe some more information how to build and burn it. The reason is that i want to have a booting cd with your modified bzimage for my dlink ethernetcard (which works great). -- THX Klaus Mahling mailto:ma...@gm... |
From: Matthew F. <mf...@ci...> - 2001-09-05 19:09:30
|
> Are there any other things that need to be done? (eg, using rdev to set > some magic options in the kernel image, etc.) Would it be possible for > me to see a copy of the kernel .config you are using these days? I'd > like to at least rule out kernel options as a variable. > I tarred up all the configs for the 0.80rc2 versions and put them in http://www.io.com/~mdfranz/trinux/kernel/ - mdf ------------------------------------- Matthew Franz mf...@ci... Security Research Engineer Security Technologies Assessment Team |
From: J. R. v. B. <jr...@cs...> - 2001-09-05 19:02:47
|
Hey Matthew - The kernel's bundled w/ Trinux work like a charm - I can boot to them via loadlin from a DOS partition, through lilo, or from a floppy. The default redhat kernels (which all include initrd and ramdisk support), as well as the ones I've built all fail, even with all other configurations being identical. I've seen this behavior now on two different machines, one a dual processor Pentium 6, and the other a single processor Celeron. I just tried passing mem=XXX to the kernel, but that didn't help. ;-( Are there any other things that need to be done? (eg, using rdev to set some magic options in the kernel image, etc.) Would it be possible for me to see a copy of the kernel .config you are using these days? I'd like to at least rule out kernel options as a variable. Thanks for your help!! Best, -Rob Matthew Franz wrote: > > Did the existing kernels work? I have seen that error message on some > Celeron's if you don't pass the amount of RAM to kernel (i.e. mem=256M) > All you should need is to specify and ramdisk and check the initial > ramdisk (initrd) option and you should be all right. > > - mdf > > > I'm trying to compile a new kernel for use w/ Trinux (I need the DAC960 > > driver built in), but am having trouble mounting the ram disk as the > > root device. I expect the problem may be w/ the kernel options I chose, > > but I haven't been able to find a configuration that works. I found a > > link to the .config used to build Trinix in the list archives > > (http://trinux.sourceforge.net/config.html), but the file no longer > > exists. Is the .config available elsewhere? > > > > To give you some background, here's what I've tried: > > > > * several kernel versions (2.2.[16,17,19], and 2.4.9) > > * all configs include ramdisk support, initrd, minix, ext2, and vfat > > * I've tried booting using loadlin and lilo (both of which work w/ the > > kernel images include w/ Trinux) > > * I've tried using rdev to set the root device on the kernel image to > > /dev/ram0 > > > > Unfortunately, every time I boot using one of the kernels I've compiled, > > I get the following message: > > > > Kernel Panic: can't mount root device on 01:00 > > > > At this point, I've tried all of the kernel configs that seem like they > > might help, and read through the initrd docs looking for clues. Any > > help would be most appreciated!! > > > > Best, > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk |
From: Matthew F. <mf...@ci...> - 2001-09-05 17:31:35
|
Did the existing kernels work? I have seen that error message on some Celeron's if you don't pass the amount of RAM to kernel (i.e. mem=256M) All you should need is to specify and ramdisk and check the initial ramdisk (initrd) option and you should be all right. - mdf > I'm trying to compile a new kernel for use w/ Trinux (I need the DAC960 > driver built in), but am having trouble mounting the ram disk as the > root device. I expect the problem may be w/ the kernel options I chose, > but I haven't been able to find a configuration that works. I found a > link to the .config used to build Trinix in the list archives > (http://trinux.sourceforge.net/config.html), but the file no longer > exists. Is the .config available elsewhere? > > To give you some background, here's what I've tried: > > * several kernel versions (2.2.[16,17,19], and 2.4.9) > * all configs include ramdisk support, initrd, minix, ext2, and vfat > * I've tried booting using loadlin and lilo (both of which work w/ the > kernel images include w/ Trinux) > * I've tried using rdev to set the root device on the kernel image to > /dev/ram0 > > Unfortunately, every time I boot using one of the kernels I've compiled, > I get the following message: > > Kernel Panic: can't mount root device on 01:00 > > At this point, I've tried all of the kernel configs that seem like they > might help, and read through the initrd docs looking for clues. Any > help would be most appreciated!! > > Best, |
From: J. R. v. B. <jr...@cs...> - 2001-09-05 15:54:19
|
Greetings! I'm trying to compile a new kernel for use w/ Trinux (I need the DAC960 driver built in), but am having trouble mounting the ram disk as the root device. I expect the problem may be w/ the kernel options I chose, but I haven't been able to find a configuration that works. I found a link to the .config used to build Trinix in the list archives (http://trinux.sourceforge.net/config.html), but the file no longer exists. Is the .config available elsewhere? To give you some background, here's what I've tried: * several kernel versions (2.2.[16,17,19], and 2.4.9) * all configs include ramdisk support, initrd, minix, ext2, and vfat * I've tried booting using loadlin and lilo (both of which work w/ the kernel images include w/ Trinux) * I've tried using rdev to set the root device on the kernel image to /dev/ram0 Unfortunately, every time I boot using one of the kernels I've compiled, I get the following message: Kernel Panic: can't mount root device on 01:00 At this point, I've tried all of the kernel configs that seem like they might help, and read through the initrd docs looking for clues. Any help would be most appreciated!! Best, -Rob von Behren |
From: mahling <ma...@gm...> - 2001-09-05 13:50:42
|
Hello Trinux-talk, i use the newest net-trinux.img. Now i try savehome to save the home dir. In /tux/config/home is written ftp:www.klaus-mahling.de:klaus when i use the savehome command and put in the password i get the message that the username and/or password is incorrect. But when i try ftp wihin trinux from the commandline like ftp www.klaus-mahling.de and put in the same username and password like above it works. Any ideas what i´m making wrong ? -- THX Klaus Mahling mailto:ma...@gm... |
From: takeshi <ta...@4d...> - 2001-09-05 03:26:43
|
Dear Trinux users. I am Trinux beginner but use Debian on desktop-PC. I am trying to install Trinux and making firewall on note-PC. But, my PCMCIA ethernet card is not working with my note-PC. Please advice me. I did the following tests. PC: ThinkPad 365X ( RAM=24Mbyte) and IBM external FDD unit. I checked used IRQ and IO base address with Windows95. Tested PCMCIA ethernet card: ( Cardmgr messages are the same.) PLANEX ENW-3503-T( NE2000 compatible but NIC chip is Winbond W89C926. ) Corega EtherII PCC-T KANSAI ELECTRIC CO.,LTD KLA-PCM/T Corega FEther PCC-TXF Using image: trinux-0.80rc2-pcmcia.img Using editor :nano Cardmgr messages(ONLY 1set of ENW-3503-T to slot0): *card recognize OK ( product info, manfid, function displayed ) product info: "Ethernet","Adapter","2.0" manfid 0x0149,0xc1ab *Cardmgr messages are "socket 0 :NE2000 compatible ethernet card", "modules /lib/modules/2.4.5/8390.o not available", "executing: 'modprobe pcnet_cs'", "modprobe exited with status 2", "get dev info on sokect 0 failed: Resource temporarily unavailable", "Attempting to configure network...", "PCMCIA modules running", and "eth0: error fetching interface information: Device not found ...". #cat /proc/interrupts ( Trinux running ) 0:system timer 1:key board 2:cascade 6:FDD 15:i82365 #cat /proc/ioports ( only relation port ) 0x3c0-0x3df:VGA 0x3e0-0x3e1:i82365 0xcf9-0xcff:pci conf1 #cat /proc/modules ds 2 i82365 2 pcmcia-core 0 Yes, of course i tried to change IRQ, base IO address on Sysconfig.sys, and /pcmcia-bin/etc/pcmcia/config.opts. Do you need more information? Then i will add. Thank you. *** Takeshi Yoshida Fukuoka/JAPAN *** *** JR6IKJ *** |
From: Matthew F. <mf...@ci...> - 2001-09-03 12:18:41
|
> Dear Matthew, > the D-Link DFE530TX netcard makes problems because she needs the > pci-scan.o too. Please see on > http://www.scyld.com/network/via-rhine.html . > Unfortunately i am not able to compile with 2.4.5 kernel. Maybe you > can do for me ? > The other way is to have a trinux-vision with at last a 2.1.18 kernel > but i don=B4t found this one. > Thanks for the link. I'll try to build the pci-scan module later today when I go into work. - mdf |
From: mahling <ma...@gm...> - 2001-09-03 08:29:06
|
Dear Matthew, the D-Link DFE530TX netcard makes problems because she needs the pci-scan.o too. Please see on http://www.scyld.com/network/via-rhine.html . Unfortunately i am not able to compile with 2.4.5 kernel. Maybe you can do for me ? The other way is to have a trinux-vision with at last a 2.1.18 kernel but i don´t found this one. -- THX Klaus Mahling mailto:ma...@gm... |
From: Matthew F. <mf...@ci...> - 2001-09-02 23:06:57
|
> 2. Which way it is possible to use the mc.tkg. When i start mc it > breaks down the console with a overflow message. > Any ideas ? I assume you have the term.tgz package installed? Perhaps it is a problem with the keymap. Keymap and non-US keyboard support is kind of broken at the moment, I think. > > Trinux seems to be a very fantastic solution for me to backup and > restore about 10 win-clients with nfs and the linux-server. This is > the reason why i try this all and my problem is i=B4ve to do this work > tomorrow. > You can also mount NT shares as well if that is more convenient using the smbmount.tgz and smbcore.tgz package. I think man smbmount or man smbmnt will give some info on how. I definitely want to move Trinux in that direction. Thanks for your patience. -mdf ------------------------------------- Matthew Franz mf...@ci... Security Research Engineer Security Technologies Assessment Team |
From: Matthew F. <mat...@ya...> - 2001-09-02 22:51:28
|
The via-rhine module is in: http://www.trinux.org/modules/2.4.5/kernel/drivers/net/via-rhine.o Copy this to your boot floppy and add the name of the module (via-rhine.o) to the file Use an ASCII text editor (notepad *not* wordpad) to edit the file \tux\config\modules on the floppy. - OR - If you are within trinux you can do: # fmount # cd /floppy/tux/config # echo "via-rhine.o" >> modules # cd / # sync # fumount Then after you reboot you can do # dmesg | more this will page through the kernel boot messages or # lsmod to see if it got loaded. The module will be put in /lib/modules so you should be able to insmod it manually. What is pci-scan? Did you attempt to install the via-rhine module and it gave you an error. My guess is that the pci-scan is only needed if pci support is compiled as a module--which it is not. Unfortunately, I'm in between DSL provides (damn Rhythms!) so I don't have decent access to my Trinux development boxes which are at work. -mdf --- mahling <ma...@gm...> wrote: > Hello Trinux-talk, > is there anybody who is able to compile a pci-scan.o > and a via-rhine.o > with the kernel 2.4.5, because i don´t have this > kernel on my > computers running. I need this files to run a d-link > DFE 530 TX > netcard to run with trinux. > > > > -- > THX > Klaus Mahling > mailto:ma...@gm... > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com |
From: mahling <ma...@gm...> - 2001-09-02 22:19:15
|
Hello Trinux-talk, is there anybody who is able to compile a pci-scan.o and a via-rhine.o with the kernel 2.4.5, because i don´t have this kernel on my computers running. I need this files to run a d-link DFE 530 TX netcard to run with trinux. -- THX Klaus Mahling mailto:ma...@gm... |
From: Christian <cm...@ag...> - 2001-09-02 16:27:31
|
Hello Mahling = > i use trinux-0.80rc2-net.img. I need nfs support. which way i have to > do it. I=B4ve try it for many hours but don=B4t found a solution. i also use the trinux0.8 with net-package loading. !!The mount command (in busybox) does support nfs.!! -is your net device working -did you get a ip adress from your DHCP server -did you download all the packages from the trinux ftp server (at last busybox)? -can you ping to your nfs server? -is you NFS-server configured properly (can you nfs mount from another server)? Just use the mount command: mount -t nfs nfs_servername:/exportet_directory /your_mounting_directory_on_the_trinux_box I allways download win95 images with tis mount method. best regards Christian DK |