Re:impasq

2003-05-09 Thread mel kravitz
Try,
http://www.netfilter.org/unreliable-guides/NAT-HOWTO/NAT-HOWTO.linuxdoc-4.html#ss4.1
masquerading works well for me 2.4.20 kernel, don't forget :
#echo 1 > /proc/sys/net/ipv4/ip_forward
or your gateway box will not forward packets from the internal network.
-Mel




A Personal CD Duplication System

2003-05-09 Thread COMPRO
Title: Welcome SinTec Corporation

(B
(B
(B
(B
(B
(B
(B
(B
(B
(B  
(B
(B  
(B
(B  
(B
(B
(B
(B  A
(BPersonal CD Duplication System
(B  
(B
(B  Features
(B  
(B
(B
(B  Standalone
(BIDE CD duplication system
(B
(B
(B  High
(Bspeed ¡§on-the-fly¡¨ CD to CD copying
(B
(B
(B  Support
(B52X CD Recording speed
(B  
(B
(B
(B  Push-Button
(Boperation, no computer or training required
(B
(B
(B  Intuitive
(Bmenu with LCD display for easy operation
(B
(B
(B  Copy
(Ball current CD formats (Data, Audio & Video)
(B
(B
(B  Compile
(Byour own audio disc from multiple source
(B
(B
(B  Support
(BRAW mode copying
(B
(B
(B  Upgradable
(Bto future drive technology
(B
(B  
(B  
(B  
(B  
(B
(B  Technical Specifications:
(B  
(B
(B  
(B  
(B
(B  Model
(B#
(B  CDME
(B- 952
(B
(B
(B  CD-ROM
(Bdrive
(B  High
(Bspeed CD-ROM - 54X Data, 50X Audio
(B
(B
(B  Interface
(B  ATAPI
(B/ IDE
(B
(B
(B  Supported
(BCD Format
(B  CD-Audio,
(BVideo CD, Karaoke CD,CD-ROM (Mode1/ Mode2) CD-ROM/XA (Mode
(B2 form1/form2),CD-Extra, Mixed-mode, CD-I,Photo-CD
(B
(B
(B  Operating
(BModes
(B  Copy
(BDisc, Test Copy Disc, RAW Copy, Copy Tracks, etc
(B
(B
(B  Supported
(BBlank Media
(B  CD-R,
(BCD-RW disc
(B
(B
(B  Power
(Bsupply
(B  50W
(B100V~240V AC input
(B
(B
(B  Control
(Bpanel
(B  2
(Bx16 LCD and 4 control buttons
(B
(B
(B  Dimension
(B  32
(Bx 13 x 20 cm (L x H x W)
(B
(B
(B  Weight
(B  4.5
(Bkg
(B
(B  
(B  
(B
(B
(B  
(B  
(BCopyright(c)2002
(BSinTec.com.tw, All rights reserved.
(B
(B 
(B  
(B
(B
(B	
(B
(B
(B

Re: ccc install

2003-05-09 Thread Ionut Georgescu
Hi,

sincerely, I have found installing ccc with alien and dpkg easier than
using apt-get. After spending hours hunting for the right versions, I
ended up downloading the latest versions from the HP web site and trying
my luck with alien -c. The only package that made some trouble was ccc,
as it was trying to do some cleanup work after previous installs. I had
none, as it was a fresh woody and it failed.

You can find the summary of my ccc 'experience' at 

http://www.physik.tu-cottbus.de/~george/unix/ccc.html

Good luck!
Ionut


On Thu, May 08, 2003 at 01:59:19PM -0400, Adam C Powell IV wrote:
> Richard Fillion wrote:
> 
> >I installed ccc on my box to see if i could get better performance out
> >of some apps with it instead of gcc.  I followed these instructions :
> >
> >http://www.geocrawler.com/archives/3/241/2001/3/0/5451555/
> >
> This is ancient, you can now "apt-get install ccc" and follow the 
> instructions so its script installs the ccc RPM "properly".
> 
> >And ccc now runs, but i cant compile anything. 
> >
> >[EMAIL PROTECTED]:~/dev/C$ cat helloworld.c 
> >  #include 
> >  main(){
> >   printf("Hello World\n");
> >  }
> >[EMAIL PROTECTED]:~/dev/C$ ccc helloworld.c -o helloworld
> >cc: Severe: /usr/include/stdio.h, line 34: Cannot find file 
> >specified in #include directive. (noinclfilef)
> ># include 
> >--^
> >
> I haven't seen this problem, but YMMV.
> 
> Note that I can't get cxx to work in unstable, but that shouldn't affect 
> ccc.
> 
> Please let me know if uninstalling the aliened rpm and reinstalling via 
> the .deb works.
> 
> Thanks,
> -- 
> 
> -Adam P.
> 
> GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6
> 
> Welcome to the best software in the world today cafe! 
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* "In Windows you can do everything Microsoft wants you to do; in Unix you
*can do anything the computer is able to do."




Good sustainable income

2003-05-09 Thread Cyra Rose
Hello!

 
Would you be interested in good sustainable income,and having fun building 
your own international 
e-biz-team?

I might have something that fits you. Curious to know "what's in it for 
you!" Reply this
message with SEND MORE INFO in the subject line and I'll be back with you 
soon.
 



Friendly regards,
Azenith Ruizo










How to get alsa 0.9.3 working with 2.4 kernels on Alpha

2003-05-09 Thread egel
I got Alsa 0.9.3a finally working with kernel 2.2.24 with only " #include 
 " in highmem.h 

What other hacks are needed with kernel 2.4.20 to get it working on a ALPHA.
My guesses are
1. The hack above
2. Something with this lines in adriver.h :
  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 3)
  #define need_resched() (current->need_resched)
  #endif
   Because of this error : /lib/modules/2.4.20/build/include/linux/sched.h:946: 
arguments given to macro `need_resched'
   Commenting out or changing the KERNEL_VERSION to (2, 4, 3) works
3. Something to solve this error:
 memory_wrapper.c: In function `snd_compat_vmalloc_to_page':
 memory_wrapper.c:41: `mem_map' undeclared (first use in this function)
 memory_wrapper.c:41: (Each undeclared identifier is reported only once
 memory_wrapper.c:41: for each function it appears in.)
 memory_wrapper.c:28: warning: `page' might be used uninitialized in this 
function
 make[1]: *** [memory_wrapper.o] Error 1
 make: *** [compile] Error 1
   Probably can't he find the declaration of mem_map, but I can't find it 
either.

Are the fist two hacks right or is there a better way and how to solve the 
third?

I'm using a 164SX ALPHA with Debian Woody

Wouter Rademaker 


--
This message was sent by Scoutnet Webmail.
http://www.scoutnet.nl





Re: ccc install

2003-05-09 Thread T. Weyergraf



Hi all,

>> Richard Fillion wrote:
> 
> >I installed ccc on my box to see if i could get better performance out
> >of some apps with it instead of gcc.  I followed these instructions :
> >
> >http://www.geocrawler.com/archives/3/241/2001/3/0/5451555/
> >
> This is ancient, you can now "apt-get install ccc" and follow the 
> instructions so its script installs the ccc RPM "properly".

Old ghosts always come back to haunt you ;-)
When i did the original posting about installing ccc, I was under
the impression, that the Debian-install method already was
on it's way.
I haven't tried the apt-get install for ccc, since i persistently install
my ccc by hand ( just to make sure it gets a grasp of my relativly
strange gcc/glibc/includes setup ).

If desired, I could do an "up-to-date" version of the orginal document,
just to have a fallback-method at hand. I do prefer the apt-get
method, since it's the Debian way. But unfortunately, my old document
pops up every few months or so. Since I did it, i feel somehow 
responsible for keeping it up to date.

Comments ?

Regards,
Thomas Weyergraf ( still on alpha as a happy user ;-)

-- 
Thomas Weyergraf[EMAIL 
PROTECTED]
My Favorite IA64 Opcode-guess ( see arch/ia64/lib/memset.S )
"br.ret.spnt.few" - got back from getting beer, did not spend a lot.