Lancement Mkvtoolnix

2014-10-09 Thread Benoit JOLY
Bonjour à tous,
Je vous préviens que je suis débutant sur Linux
J'ai installé Mkvtoolnix comme indiqué sur le site 
(https://www.bunkus.org/videotools/mkvtoolnix/downloads.html)
Il y a une interface graphique (GUI) à lancer mais je ne sais pas comment 
faire: ligne de commande ou autre ? pour utiliser ce logiciel comme sous Mac/PC.
Merci de votre aide 

Benoît
  

RE: SB 128 PCI w/2.1 kernel

1999-04-03 Thread Benoit Joly
hi

look for /dev/audio... if it's not there
run /dev/MAKEDEV audio

it should work

and yes, it's an ensoniq card, sb bought them some times ago.

Benoit Joly
On 03-Apr-99 Randy Edwards wrote:
I'm playing trying to get a SoundBlaster 128 PCI card working with the
 2.2.1 kernel.  The card's id'ed as a 1275:5000 by lspci -n, so I've compiled
 it with the Ensoniq ES1370 driver in the kernel's sound options.  However, I
 can't get a squeak out of the card.  I'm pretty clueless when it comes to
 sound, despite reading the howtos and such; can someone give me some hints
 about what I'd need to do to configure this card?  TIA.
 
 -- 
  Regards,| Why would anyone want to run an operating
  .   | system that is open source and is developed
  Randy   | by hundreds of hackers worldwide? Find out
  ([EMAIL PROTECTED]) | why at http://www.golgotha.net/why-linux/
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null
 

--
E-Mail: Benoit Joly [EMAIL PROTECTED]
Date: 03-Apr-99
Time: 00:47:26

This message was sent by XFMail
--


RE: ATI 3D Pro Turbo PC2TV graphic card + ATI-TV tuner card setu

1999-04-03 Thread Benoit Joly
hi, for your 2nd question, ATI dont release spec but a guilde of geek on the
net hacked the card and there is a little support for ati tv card. ati
all-in-wonder should work and some ati addon-card (not mine at this time :( ).

just look at http://ati.veiled.net/
go in the devel section and try gatos...

it's still a devel version so be carefull to not blow your card even if ati sux
:).

my advice for peoples who wants to buy an ati card: DONT BUY ATI STUFF!
they dont and will NOT SUPPORT linux!!!

it's the last time I have an ati card. not that the card is not good, but ati
dont give us a good support.

Benoit Joly

On 02-Apr-99 David Nelson wrote:
 Hullo there!
 I have an ATI 3D Pro Turbo PC2TV with 8 Mb RAM and an ATI-TV tuner card.
 I just installed slink and X with the ATI Mach64 server for the 3rd time
 (don't ask why 3 times). Second time around, X came up with a virtual desktop
 of 1600 x 1200 and a screen resolution of 800 by 600. Perfect!
 However, this time around it will only come up with an 800 by 600 desktop...
 no more virtual desktop.
 On exiting X I see the server started up with Mode 800 by 600 and Virtual
 Resolution 800 by 600. 
 
 1) Could somebody please advise me how to get the virtual desktop back?
 
 2) Does anybody know if I can use my ATI-TV tuner card under X (ATI itself
 does not directly support Linux)?
 
 With hopeful thanks in advance,
 David Nelson
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null
 

--
E-Mail: Benoit Joly [EMAIL PROTECTED]
Date: 03-Apr-99
Time: 00:49:37

This message was sent by XFMail
--


Re: SB 128 PCI w/2.1 kernel

1999-04-03 Thread Benoit Joly

On 03-Apr-99 Randy Edwards wrote:
 look for /dev/audio... if it's not there
 run /dev/MAKEDEV audio
 
Yes, I already have a audio device:
 crw-rw-rw-   1 root audio 14,   4 Apr  1 18:18 /dev/audio
 (I added the other r/w perms myself)
 
Still no noise though.  I'm thinking that I need something else in the
 kernel configuration (I've never played with the sound settings).  Right now
 the only thing I have in the kernel configuration is Ensoniq AudioPCI
 (ES1370) flagged as asterisk to compile it right in.  The compile goes fine,
 it's just that I get no sound.  Do I need any of the OSS sound modules with
 this card?

no, dont need to load oss driver, just the es1370
what do you get at boot?

send the output of dmesg (just the part related to es1370)
send the output of /dev/sndstat

Benoit


Re: Convert FAT32 to FAT16 with windows 98.

1999-03-29 Thread Benoit Joly

On 29-Mar-99 Will Lowe wrote:
 NT dos not see FAT32 for one. But unfortunatly you can't convert from
 FAT32 to FAT16. 
 
 ;bog microsoft not reading their own filesystem ...
   Will

i got a fat32 driver for nt... but it's not a freeware.


Benoit


Re: Convert FAT32 to FAT16 with windows 98.

1999-03-29 Thread Benoit Joly

On 29-Mar-99 Ben Messinger wrote:
 Nick Rudd wrote:
 
 yes i have only windows 98 installed on my computer. I was wondering
 if there was any way that i could convert FAT 32 back into FAT16
 without reinstalling windows.
 
 Chris Smith
 
 
 Partition Magic will convert from fat16 to fat32 or vice-versa. It does
 it with a gui and is quite easy and in my experience safe. I have
 converted a partition to fat32 and then back to fat16 at a later date
 with no problems.
 
 One responder asked why would you not want to leave it fat32. My
 experience is that lilo will not work on the mbr of a fat32 drive, and
 also a fat32 drive is slower than the same drive with fat16. But that
 doesn't really matter to me anymore - now _all_ my partitions are ext2
 g.

Lilo work well with fat32 because he dont need to handle the fat32 partition
and because linux is installed on a ext2. fat32 dont change the mbr, just the
partition table and the fat of the partition. I use this setup from osr2
(win95).

Benoit Joly


RE: probleme to my ati carte 2x pro a losse my driver

1999-03-28 Thread Benoit Joly
salut, 
qu'est-ce que tu veux dire?

je comprend pas ta question.






RE: How to create /dev/eth*?

1999-03-18 Thread Benoit Joly
you dont need to create the device.

the device will be there if your kernel support the ethernet card, which is
probably not what you did.

so compile your kernel to support the ethernet card and everything should be
fine.

Benoit

On 18-Mar-99 Sudhakar Chandrasekharan wrote:
 I recently got a DSL connection at home.  When I first installed Linux in
 this machine at home it did not have an ethernet card.  I used to use ppp
 to connect to the net.  This machine is running slink from the mid-feb
 time-frame.
 
 I copied over /etc/init.d/network from another Debian box and edited the
 IP, GATEWWAY etc. parts.  I notice that I do not have /dev/eth*.  How do I
 create these /dev/eth* entries?
 
 Plug:
 
 Brad in Kingston technologies' tech support line was really helpful.  I
 called Kingston expecting the I'm sorry.  We do not support Linux
 response.  I asked Brad what chipset theit KNE110/TX PCI ethernet cards
 were based on.  He immediately pulled up a URL which talks about Linux
 support for this card (http://cesdis.gsfc.nasa.gov/linux/drivers/pnic.html)
 and emailed it to me.
 
 
 Thaths
 PS: Would appreciate if you Cc-ed me in your replies to this thread.
 -- 
 For a school with no Asian kids I think we put up a pretty darn good
science fair! -- Principal Skinner
 Sudhakar C13n   http://people.netscape.com/thaths/   Indentured Slave
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null
 

--
E-Mail: Benoit Joly [EMAIL PROTECTED]
Date: 18-Mar-99
Time: 14:10:16

This message was sent by XFMail
--


procmail

1999-03-16 Thread Benoit Joly
Hi, I want to setup procmail to forward every email sent to [EMAIL PROTECTED]

here is my .procmailrc

:0 
* [EMAIL PROTECTED]
benoit

:0  
* [EMAIL PROTECTED]
benoit  


the first command work ok... the problem is when i receive mail from debian
user, my email address is not in Cc or To section... it's on the 3rd line aft
er the Received section.

the last command dont work... what's wrong?

Benoit Joly


RE: Sound-config with isapnp

1999-03-16 Thread Benoit Joly
hi, 

why dont you use the isapnptools package in debian?
it's a great package :), and it should work very well...

so throw away your .rpm...

Benoit

On 16-Mar-99 Kurt Stallknecht wrote:
 Hello,
 I ve problems with the configuration of an Aztech soundcard. The 
 first straightforward try wasn t very satisfactory, so I wanted to 
 start a second one with isapnp. I downloded it from Red Hat and 
 installed alien for the translation into a debian-package, but it 
 didn t work. In the man-page of alien I was told that I need the 
 package-manager of Red Hat. Now I have a big Problem:
 1. I don t now much about Red Hat and so I don t know what package I 
 have to look for.
 2. How can I install the package-manager of Red Hat when I m not able 
 to convert the packages? It s something like going round a 
 circle. 
 
 Can anybody give me a hint?
 
 Thanks in advance,
 
 Kurt
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null
 

--
E-Mail: Benoit Joly [EMAIL PROTECTED]
Date: 16-Mar-99
Time: 07:08:28

This message was sent by XFMail
--


RE: XDM headaches

1999-03-10 Thread Benoit Joly
hi, 

the 2nd problem is not related to xdm but how the xserver works... by default
the owner of the xserver (user who started the xserver) is the only one who can
send things on the screen.

just use the command:  xhost +localhost 

and every user logged on your pc will
be allowed to start x apps.

Benoit Joly

On 10-Mar-99 Christian Dysthe wrote:
 Hello Debian-users,
 
   I am a Debian/Linux newbie. However, I do have hamm running well on
   my computer now. I use Xfree 3.3.3 to make my Matrox card work and
   XFCE/ with XFWM as windows manager.
 
   I was using startx to log in to accounts, but now I want to use
   XDM. I changed to runlevel 5 and added a 1 in the xdm file there to
   make XDM start my login routine. Is this the way to activate XDM?
 
   I have two problems:
 
   1. I do not seem to have a path set in my root account. Where am I to
   give the path when using XDM, and how do I set different paths for
   root and other accounts?
 
   2. I have xscreensaver set to run in my xsession files (infact, I
   just copied what I had in my xinitrc files into my xsession files).
   When I log in as root I get this error message regarding
   xscreensaver:
 
   .xsession-errors
   OddBird:~# xscreensaver
   Xlib: connection to :0.0 refused by server
   Xlib: Client is not authorized to connect to Server
   Error: Can't open display: :0.0
   OddBird:~#
 
   This does not happen when I log in to a user account. Why is this?
 
   To be honest, I do find the whole concept of XDM to be hard to grasp
   even after having read the documentation I have been able to find.
 
   TIA
 
 
 
 //Christian
 
 [EMAIL PROTECTED]
 http://www.bigfoot.com/~cdysthe
 
 
 If everything is coming your way, you are probably
 in the wrong lane
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null

--
E-Mail: Benoit Joly [EMAIL PROTECTED]
Date: 10-Mar-99
Time: 14:02:16

This message was sent by XFMail
--


RE: xdm is ignoring my ~/.Xdefaults

1999-01-31 Thread Benoit Joly
you need to name it ~/.Xdefaults-your host name
and it will work 

Benoit Joly

On 30-Jan-99 Shaleh wrote:
 Why does xdm ignore my ~/.Xdefaults file?  If I use startx, X sees it just
 fine.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null


large disk with Ontrack disk manager

1999-01-21 Thread Benoit Joly
hi, 

I just bought a quantum fireball ide ex 12.7 gig but my bios dont support large
drive.

   I read the mini-howto about Large disk and lilo seems to work with
ontrack... but the use lilo and fdisk is nebulous. what should i do and not
should do. 

I want to have some fat32 (win98), beos and linux partitions.
I also have a 2nd ide drive (but a small one 3.2 gig).


Thanks in advance

 Benoit Joly


tv card

1999-01-12 Thread Benoit Joly
hi, 

I want to buy a new tv card, 1st choice hauppauge, 2nd stb tv.

which one is the best and the most supported in linux?

my video card is a 3dXpression and I have also a ati tv tuner :(
it seems that both are compatible with my 3dXpression in windows but 
is it the same in linux?


Thanks 


Benoit Joly


samba

1998-09-25 Thread Benoit Joly
hi,

I have some problem with my samba config

my network config is: 1 linux box and 1 win95 box.
my network is ok, because I run ip masquerade on the linux box and it works.

problem 1)
I can see my win95 box from my linux box, but my win95 box dont
see my linux box.

It's probably a messed up in my config (smb.conf).


2) I have a printer on the win95 box (canon bjc-210)
how can I config my linux box to print there?
I looked in the howto, but it'smore like a cryptic language than a help file :).
It say something about /etc/printcap, but nothing about inkjet printer.

if I had some real config file, it will be great :)


thanks,

Benoit Joly
email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]



Re: sound card

1998-08-29 Thread Benoit Joly

On 28-Aug-98 [EMAIL PROTECTED] wrote:
 On 28 Aug, Brian Morgan wrote:
 Running debian 2.0 / 2.0.34 (stable) and having trouble getting my sound
 card to work.  I can get the cd rom player in X to run, but not through
 the sound card.  I didn't see anything in the device drivers setup when
 I installed debian, and wasn't sure how else to get it to work.  It's a
 creative labs soundblaster awe64e.  I installed all the sound files in
 the debian setup (using the easy to use custom menu for setting up:
 WORKS  GREAT!!!), but it still isn't working.
 
 Any thoughts?
 
 Thanks,
 
 Brian Morgan
 BTW, nice job to all you developers out there who made vast improvements
 to the debian 2.0 setup.  So much easier now than in the frozen
 version!  I installed everything I needed right from the start
 (including x, samba, and mucho other packages . . .no problem!)  Look
 out NT!
 
 
 You'll need to patch the kernel source and compile a custom kernel;
 fortunately, this is a) not hard, and b) well documented in the Sound
 Blaster AWE HOWTO, by our very own Marcus Brinkmann and c) there are
 Debian packages for everything you'll need.
 
 /usr/doc/HOWTO/mini/Soundblaster-AWE.gz
 
 (or search Yahoo for Sound Blaster AWE HOWTO - the first 22 matches
 are to copies of the HOWTO)
 
 This HOWTO made the difference for me - I needed to replace my sound
 card, as the old one bumps into my SIMM slots.  The options were yank
 half of my RAM (which I had just bought) or replace the sound card, so I
 went shopping, and Marcus' excellent HOWTO was the deciding factor in my
 getting a SoundBlaster 64 AWE.  Read the HOWTO, follow it, and yell for
 help if you get stuck.
 
 HTH,
 -- 
 Stephen Ryan   Debian GNU/Linux
 Mathematics graduate student, Dartmouth College

it's half true, sb awe64 need this patch to use advance midi part of the sb.
you can set your card without this patch (like i did) with isapnp (config file
created by pnpdump) and u need to select the sb16 driver in the sound section
but in module, not built in.  in this way, isapnp will be call before loading
the sb driver.

so if u read the howto on sb16 or sbawe64, u should find infos on the isapnp
and kernel config.


Benoit Joly


something like easy cd creator

1998-06-02 Thread Benoit Joly
hi, is there any apps like easycd creator, who dont need to make an image?,
just dragging files or wav songs to the destination before burning?


tnx

Benoit Joly
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


RE: samba

1998-05-23 Thread Benoit Joly
the problem is with option workgroup, u have to put the same in both box to
have your linux box appear in network neighborhood of your win95 box.

it's somewhere in the network config panel.


Benoit Joly
[EMAIL PROTECTED]

On 23-May-98 Greg Norris wrote:
 Hi everyone!  I've got a bo system running samba (1.9.18p7-3), and am
 trying to share a directory with a win95 box.  The actual share seems to be
 working ok (win95 can connect to it, view files, etc.), but there's still
 something that's confusing me... the linux machine refuses to show itself
 under network neighborhood on win95.  I'd really prefer that it appear
 there so that it's public shares are visible, and I don't seem to be able
 to figure out why it's not.  My /etc/smb.conf follows:
 
 --
 [global]
workgroup = snoozer
printing = bsd
printcap name = /etc/printcap
load printers = yes
guest account = nobody
invalid users = root
security = share
socket options = IPTOS_LOWDELAY TCP_NODELAY
encrypt passwords = yes
wins support = yes
os level = 65
domain master = no
local master = yes
preferred master = yes
 
 [shared]
comment = Shared Drive
path = /shared
public = yes
browseable = yes
read only = yes
create mask = 0700
directory mask = 0700
 --
 
 Any ideas?  Thanx!
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

--
E-Mail: Benoit Joly [EMAIL PROTECTED]
Date: 23-May-98
Time: 04:27:55

This message was sent by XFMail
--


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


enlarge my / directory

1998-04-10 Thread Benoit Joly
hi, i plan to enlarge my / directory but i dont know how, this is my info of
partition:

Filesystem 1024-blocks  Used Available Capacity Mounted on
/dev/hdc3 460612  35222684598 81%   /
/dev/hda1 521840  339744   182096 65%   /wmnt/c
/dev/hdc1 519824  406496   113328 78%   /wmnt/d
/dev/hda5 521832   11696   510136  2%   /wmnt/e
/dev/hda6 521832   76720   445112 15%   /wmnt/f
/dev/hda7 495640  358872   136768 72%   /wmnt/g
/dev/hdc5 519824  401056   118768 77%   /wmnt/h
/dev/hdc6 411008  16   410992  0%   /wmnt/i
/dev/hdc7 665056  32   665024  0%   /wmnt/j
/dev/hdd  661852  6618520100%   /cdrom

all partition other than /dev/hdc3 are fat16 partion

i want to remove my /dev/hdc7 and put this in a linux partition...
this part i know how, but how can i merge this new partition with the /
directory?
show i copy all from /dev/hdc3 to my new linux partition and then remove my
/dev/hdc3 and enlarge the new linux partition? 

is it possible to do this in linux? i know partition magic for windows but it
dont work with linux partition...

thanks

Benoit Joly
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


wine and video driver

1998-04-06 Thread Benoit Joly
hi all, i have a question about wine...

i have an ati tv card that provide drivers for win3.1, can i use this driver in
wine??


thanks

Benoit Joly

E-Mail: Benoit Joly [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Video card recommendations...

1998-03-25 Thread Benoit Joly
hi, all i know about these card is that ati dont release specs for ati-tv
card and for the tv feature of the ati all-in-wonder, (i have the ati-tv
and i regret it)...  so i dont think u can get a tv tuner driver soon (i
didnt find anything).
but the card(the video card) run well on xfree and in console... so if u
want to watch tv in linux, dont by ati card

Benoit Joly
a frustrated ati customer :(


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


pop3 mail reader

1998-03-23 Thread Benoit Joly
hi all, i have a pop3 account elsewherre on the net and i want a pop3 client.


i want to make multiple folder for my mail (filter) like debian-user and
other...
what should i use

Thanks

Benoit Joly


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


win95 and linux network

1998-03-18 Thread Benoit Joly
hi all, i will have two computer (mine and my parents one).
my parents computer is running win95 and mine linux, win95 and winnt.
i have an ethernet card (3com combo) on my computer and an external modem too.

i want:
1) to be able to play network games in win95
the computer will be about 30 feet away, so i cant use serial cable.
maybe i can use ether coax or 10bt cable... what is the best

what should i do then to setup the network (just give me some hints like
what should i install and setup)

2) i want to plug my modem on my computer and i want to allow parents
computer to have acces to my modem trough the network to connect to my isp.
(i think the better way is to run linux on my computer for this task but i
cant put linux on my parents box. (give me some hints)

maybe it's a bit difficult but i want to learn more about lan and deamon in
linux :), so i dont care about how much time it will take to make it works.

thanks

Benoit Joly
email: [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


security problem (tcp/ip)

1998-02-25 Thread Benoit Joly
hi,
i found that everyone on our hubs can get my ftp, and pop3 password so
easy with a sniffer.
can i do something against that, because now i dont trust tcpip transfert,
it send all my user name and password in ascii code.
wow!!

thanks

Benoit Joly
email: [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


ati tv tuner

1997-12-05 Thread Benoit Joly
hi all, i wanna know if there is a driver (beta, alpha...) for the tv
tuner, or in developpement??

i have this card and want to throw away my win95...

thanks in advances (and thanks for answers that i received for all my prob
in linux installation, now it's working good)

Benoit Joly
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: problem with PS2 mouse

1997-11-30 Thread Benoit Joly
KIN KOI LO wrote:
I want to use my PC Concepts mouse. It is a PS/2 compatable mouse. Some
people told me to install the psaux.o module first. When I use the
modconf to install the driver, I get the following error message:
device or resource is busy

Then some people told me that since the mouse is connected to the serial
port. I don't need to install the driver. Then I used the following
command to configure it:

gpm -m /dev/ttyS0 -t ps2

Again I get error messages periodically.
ttyS0: 2 input overrun(s)

Then people told me to change the UART.

setserial /dev/ttyS0 uart 8250

It doesn't work either. 

Would anyone tell me what should I do?

the device is not /dev/ttyS0 (which is the serial port)
but /dev/psaux (the ps2 port)


Benoit Joly



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


allow mount to normal user

1997-11-30 Thread Benoit Joly
hi,

now my linux box running good, thanks for your answers :)


i want to allow normal user to use mount for floppy and cdrom.
because i dont want to run apps in root account...
what should i do.

Thanks i advance.

Benoit Joly


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


awe64 problem!

1997-11-28 Thread Benoit Joly
hi,

i have some prob with my awe64...

i compiled my kernel with sb16 support irq 5, dma 1, hdma 5, ...

(i looked in my windows for these settings, so it's supose to be good)

and when i boot i can only see:

sound init started 
sound init finish

so i suppose that's because my card is pnp, and then ran 
isapnp /etc/isapnp.conf (from pnpdump)...

but when i do cat /dev/sndstat

my card doesnt seems to be detected in audio section

what's wrong??

Thanks in advance!

Benoit


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


compile error (kernel)

1997-11-27 Thread Benoit Joly
hi

i configured the kernel with make xconfig
put sb16 ... enable, awe32 sync too

and make dep, make clean

but when i did make zImage

i saw:

gcc -D__KERNEL__ -I/usr/src/kernel-source-2.0.30/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586  -c -o
sb_common.o sb_common.c
sb_common.c:21: #error You will need to configure the sound driver with
CONFIG_AUDIO option.


what should i do?

thanks

Benoit


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


compiling kernel error

1997-11-27 Thread Benoit Joly
hi

i configured the kernel with make xconfig
put sb16 ... enable, awe32 sync too

and make dep, make clean

but when i did make zImage

i saw:

gcc -D__KERNEL__ -I/usr/src/kernel-source-2.0.30/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586  -c -o
sb_common.o sb_common.c
sb_common.c:21: #error You will need to configure the sound driver with
CONFIG_AUDIO option.


what's wrong?? xconfig???
and what should i do??

thanks in advance...

Benoit





--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


imake error

1997-11-25 Thread Benoit Joly
hi, 

i try to compile afterstep 1.0 but when i did it, 
imake returned an error: unable to find imake.tmpl...

what's wrong??

and what should i do??

Benoit




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


ati 3d xpression + pc2tv

1997-11-20 Thread Benoit Joly
hi, 

i want to setup a ati 3d xpression + pc2tv (4 ram) on xfree v3.3.

i tried with XF86Setup but didnt start the server.

what should i do??

if anyone setup this card, maybe u can send me your config


Thanks

Benoit
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


swap file

1997-09-15 Thread Benoit Joly
hi, 

i want to install debian and i want to know if it's possible to share 
the
same partition for swap file of win95 and linux.

if it's possible, how to do this???


Thanks


Benoit Joly

email: [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .