Re: [newbie] Windows and LiLo

2004-04-25 Thread Marco Terzuoli
Alle 14:35, domenica 25 aprile 2004, Stephen Kuhn ha scritto:
try this as well:

other=/dev/hdd1
label=windows

 On Sun, 2004-04-25 at 22:21, JRH wrote:
  Stephen,
 
  Did as you suggested, and still no joy!
 
  I select windows at the lilo screen, and it just hangs there now
  have to use the reset switch to get it back again.
 
  I have pasted my lilo.conf file contents below. Doubtless to say, I'm
  doing something wrong here... but what?? :-)
 
  Feel free to have a look, and make any mods as you see fot, if you think
  it would help me!

 As below - try this modification:

 image=/dev/hdd
 label=windows
 root=/dev/hdd1

 * Save the file
 * Rerun lilo

 See if that does the trick...BUT...

 Bear in mind, though, that Windows does NOT like to be installed nor
 booted from any other partition than the first partition on the primary
 drive - good ol' Microsoft, ay?

 What I've always done to make SURE that Windows and linux can live
 happily together is to create my partitions first, install Windows
 first, then in the remaining space install linux - that way, Microsoft
 can have the damn first partition on the primary drive and thence be a
 happy slugpuppy without further issue.

 stephen kuhn - owner
 ==
 illawarra computer services
 a kuhn media australia company
 http://kma.0catch.com
 --
   * This message was composed on a 100% Microsoft free computer *
   We expressly refuse to utilise Microsoft DRM encoded documents
 --
 You know what I'd really, really like? What I'd pay MONEY for? A ZX81
 with a disc drive. I *understood* the ZX81. It was so easy to interface
 stuff to it. (alt.fan.pratchett)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Laptop

2004-04-23 Thread Marco Terzuoli
Hi,
I am due to buy a laptop computer, but I know that linux mandrake (and
probably other distros as well) have problems working on certain laptops.
Do you have any suggestion about which model I should buy?
Thanks,
Marco



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] QT and QCanvasView

2004-04-17 Thread Marco Terzuoli
Hi,
I am developing a QT project in which I would like to draw an image
somewhere on a form (in a frame for example or anyway in some space within
the form). I am currently able to create a form and draw into it, but when
it comes to drawing onto a frame I only get a small piece draw, whereas the
rest is hidden and I can only see it using scrollbars.
The code I use to create the QCanvasView is this:

  QImage image(width,height,32);

  some code to initialize the image

  QPixmap pix(image);
  QCanvas *c = new QCanvas( width,height );
  QCanvasView *cv = new QCanvasView( c ,frame);
  c-setBackgroundPixmap(pix);
  c-update();
  cv-show();

In this code frame is of class QFrame. If I set frame=0 new windows are open
and everything works fine within them, but if I use a real frame the error
I have told occurs.
What can I do?
Thanks



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] USB pen

2004-04-14 Thread Marco Terzuoli
Hi,
I have a USB pen drive and would like to use it under Mandrake 9.2 with
kernel 2.4.22-4mdk (the standard Mandrake 9.2 kernel). I could make it work
perfectly under Mandrare 10.0 CE just using the option noacpi as a boot
parameter, but if I try it under 9.2 I get an error (the system cannot load
uhci and ohci, so no USB support is given).
I tried acpi=off and pci=noacpi. They give no error and my USB modem works
perfectly, still I cannot use my pen when I plug it in. Actually if I type
lsusb I get nothing concerning it, but only:

Bus 004 Device 001: ID :
Bus 003 Device 001: ID :
Bus 002 Device 001: ID :
Bus 001 Device 001: ID :
Bus 001 Device 002: ID 0483:0137 SGS Thomson Microelectronics

Using dmesg to see error messages I get

usb_control/bulk_msg: timeout
usb.c: USB device not accepting new address=32 (error=-110)
hub.c: new USB device 00:10.3-2, assigned address 33

The addresses that are tried start from 21 (they are tried one after the 
other). I alse post my lsmod... maybe it's useful to someone:

Module  Size  Used byTainted: P
nls_iso8859-15  4060   0  (autoclean)
isofs  28148   0  (autoclean)
vfat   11820   0  (autoclean)
fat38040   0  (autoclean) [vfat]
nls_iso8859-1   3484   1  (autoclean)
ntfs   77292   1  (autoclean)
radeon108512  17
agpgart48292   3  (autoclean)
pppoatm 4280   1
ppp_generic24292   3  (autoclean) [pppoatm]
slhc6564   0  (autoclean) [ppp_generic]
unicorn_usb_atm   791616   1
snd-seq-midi5056   0  (autoclean) (unused)
snd-emu10k1-synth   5276   0  (autoclean) (unused)
snd-emux-synth 31900   0  (autoclean) [snd-emu10k1-synth]
snd-seq-midi-emul   6924   0  (autoclean) [snd-emux-synth]
snd-seq-virmidi 4588   0  (autoclean) [snd-emux-synth]
snd-seq-oss32000   0  (unused)
snd-seq-midi-event  6080   0  [snd-seq-midi snd-seq-virmidi snd-seq-oss]
snd-seq42544   2  [snd-seq-midi snd-emux-synth 
snd-seq-midi-emul snd-seq-virmidi snd-seq-oss snd-seq-midi-event]
snd-pcm-oss43652   0
snd-mixer-oss  14200   0  [snd-pcm-oss]
snd-emu10k170948   2  [snd-emu10k1-synth]
snd-pcm79588   0  [snd-pcm-oss snd-emu10k1]
snd-timer  18436   0  [snd-seq snd-pcm]
snd-page-alloc  9044   0  [snd-emu10k1 snd-pcm]
snd-rawmidi17760   0  [snd-seq-midi snd-seq-virmidi snd-emu10k1]
snd-util-mem3040   0  [snd-emux-synth snd-emu10k1]
snd-seq-device  5832   0  [snd-seq-midi snd-emu10k1-synth 
snd-emux-synth snd-seq-oss snd-seq snd-emu10k1 snd-rawmidi]
snd-hwdep   6304   0  [snd-emu10k1]
snd-ac97-codec 45720   0  [snd-emu10k1]
snd41380   2  [snd-seq-midi snd-emux-synth snd-seq-virmidi 
snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-emu10k1 
snd-pcm snd-timer snd-rawmidi snd-util-mem snd-seq-device snd-hwdep 
snd-ac97-codec]
soundcore   6340   0  [snd]
nfsd   75280   0  (autoclean)
af_packet  14856   0  (autoclean)
ide-floppy 16128   0  (autoclean)
ide-tape   48816   0  (autoclean)
ide-cd 33956   1  (autoclean)
cdrom  32608   0  (autoclean) [ide-cd]
floppy 55932   0
ide-scsi   11376   0
scsi_mod  106176   1  [ide-scsi]
ehci-hcd   19212   0  (unused)
usb-uhci   25136   0  (unused)
usbcore74988   1  [unicorn_usb_atm ehci-hcd usb-uhci]
rtc 9004   0  (autoclean)
ext3   60048   2
jbd39264   2  [ext3]

To end with, I post the part of lsusb -v concerning the device the pen is 
supposed to plug into (at least under Mandrake 10.0 it was this device that 
it plugged into...):

Bus 004 Device 001: ID :
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass9 Hub
  bDeviceSubClass 0 Root Hub
  bDeviceProtocol 1
  bMaxPacketSize0 8
  idVendor   0x
  idProduct  0x
  bcdDevice2.04
  iManufacturer   3 Linux 2.4.22-10mdk ehci_hcd
  iProduct2 VIA Technologies, Inc. USB 2.0
  iSerial 1 00:10.3
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   25
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0
bmAttributes 0x40
  Self Powered
MaxPower0mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   

Re: [newbie] USB pen

2004-04-14 Thread Marco Terzuoli
Alle 15:33, mercoledì 14 aprile 2004, Miark ha scritto:
 On Wed, 14 Apr 2004 17:25:44 +0200, Marco wrote:
  I have a USB pen drive and would like to use it under Mandrake
  9.2 with kernel 2.4.22-4mdk (the standard Mandrake 9.2
  kernel)still I cannot use my pen when I plug it in.

 I use usbview to see what's registering or not. Simpler. Anyway,
 I have a secure digital card reader that I use to copy files onto
 my Zaurus SD card. If I boot with the reader plugged in, but the
 card not in, it doesn't work. If I boot with the card in it, it
 works, and from then on I can insert and remove the card at will
 and it continues to work. Actually, I think I found that if I log
 out of KDE, then re-log in, that'll sometimes wake it up, too. I
 haven't figured out all the rules to making it work.

 That said, if you plug in your USB drive and then reboot, can you
 then use it?

 Miark

No, I cannot use it in that case and I cannot see it with lsusb. But if I plug 
my USB modem in and out the system recognizes it correctly.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] USB pen

2004-04-14 Thread Marco Terzuoli
Alle 20:10, mercoledì 14 aprile 2004, Ronald J. Hall ha scritto:
 On Wednesday 14 April 2004 09:33 am, Miark wrote:
 - I
 -haven't figured out all the rules to making it work.
 -
 -That said, if you plug in your USB drive and then reboot, can you
 -then use it?
 -
 -Miark

 I've got the Kangaroo USB drive here under 9.2 and I found it to be a bit
 problematic with supermount/devfs so I disabled them for this drive. Edited
 /etc/fstab a bit, and put a permanent icon on my desktop. It works great
 after that. I just stick it in, then click on the icon and it mounts. I do
 have to umount it before removing it though (right-click on the icon,
 actions, umount. Or from a term).

 Don't know how that would work under 10.0 though. (I'm gonna have to
 upgrade soon!)

Can you please tell me the exact configuration of your usb drive in 
/etc/fstab. I think that's just what I need

Thanks



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] USB pen

2004-04-14 Thread Marco Terzuoli
Alle 20:10, mercoledì 14 aprile 2004, Ronald J. Hall ha scritto:
 On Wednesday 14 April 2004 09:33 am, Miark wrote:
 - I
 -haven't figured out all the rules to making it work.
 -
 -That said, if you plug in your USB drive and then reboot, can you
 -then use it?
 -
 -Miark

 I've got the Kangaroo USB drive here under 9.2 and I found it to be a bit
 problematic with supermount/devfs so I disabled them for this drive. Edited
 /etc/fstab a bit, and put a permanent icon on my desktop. It works great
 after that. I just stick it in, then click on the icon and it mounts. I do
 have to umount it before removing it though (right-click on the icon,
 actions, umount. Or from a term).

 Don't know how that would work under 10.0 though. (I'm gonna have to
 upgrade soon!)

Also, I need to know how to disable supermount and above all devfs for one 
single drive. If I change kernel parameters it affects all drives and I end 
up with some problems.

Thanks again
marco



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] rar compression software

2004-04-07 Thread Marco Terzuoli
On www.rpmfind.net you can find more up-to-date packages of rar (version
3.3). The problem is that they are not specifically designed for Mandrake,
so I don't know if they will work correctly. Anyway as far as I know this
site is the best to get any sort of rpm.

Marco

- Original Message -
From: Lyvim Xaphir [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: martin brandt [EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 7:58 PM
Subject: Re: [newbie] rar compression software


 On Mon, 2004-03-29 at 09:34, martin brandt wrote:
  Hello,
  I was wondering if anyone could recommend some software to compress to
.rar. Id
  use rar for linux but thats retail if i want to use the compression
commands.
  Anyone know any other programs that allow me to compress into .rar?
 
  Thanks a lot, Martin Brandt

 The best place to get rar is from Vincent Danen's excellent site:

 http://www.rpmhelp.net/

 Where you can get the rar rpm for all relatively recent versions of
 Mandrake, plus qmail rpms, plus a few other rpms that are hard to find
 elsewhere.

 Rar is one of the best compressor/archiver programs that there is.

 LX









 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Sound Blaster Live

2004-04-03 Thread Marco Terzuoli
I've tried that but it doesn't work either... Point is I've got both SB and
a sound card integrated in my motherboard, which uses the via82xx module.
Whatever options I choose, it is the intedgrated card which plays sound,
whereas the SB remains shut up. Even selecting Sound Blaster from KMix
doesn't change a thing. I tried to edit /etc/modules.conf to exclude the via
drivers but they are loaded anyway Does anyone know how not to let them
be loaded at boot time?

- Original Message -
From: Dennis Myers [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 03, 2004 2:51 AM
Subject: Re: [newbie] Sound Blaster Live


 On Friday 02 April 2004 09:54 am, Marco Terzuoli wrote:
  Hi,
  I have just installed Mandrake 10.0 Community and I have a problem
having
  my Sound Blaster Live working correctly. Actually the installer
recognizes
  it and (hopefully) installs the correct driver, but there is no way of
  hearing anything, except from interferences from the microphone and such
  things (which anyhow means that in some weird way the system
communicates
  with the sound card). I tried to fix things up using KMix and the sound
  configuration tool to switch from ALSA to OSS and stuff like that, but I
  could only manage to get rid of the interferences, which means I hear
  nothing at all Also, I would like to point out that I had some
problems
  running xmms... it actually starts, but usually crashes withins seconds
  (even though sometimes, with no apparent reason, it works well
meaning
  that I can see the freequency bars going up and down, of course I hear
  nothing). Looking through the net I found that it is due to some glib
  problem, but no solution to it was given, so if someone knows what to do
  please tell me. Thanks everybody,
  Marco
 
  PS
  I'm sorry if some of you got this message twice, but I received an error
  saying that it could not be delivered to all of the users in the list, s
o I
  sent it again
 Marco, try this, go into the Mandrake Control Center and choose hardware
and
 click on the sound card  you have showing on the left, then on the right
side
 click run configuration. There is usually three driver choices once it
gets
 to that point, if it shows yours using the snd-emu10k1 choose to use just
the
 emu10k1 and vice versa, it may show audigy, choose either of the others,
one
 of them will work. HTH
 --
 Dennis M. Linux user #180842








 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Sound Blaster Live

2004-04-02 Thread Marco Terzuoli
Title: RE: [newbie] good and bad news mandrakesoft security.



Hi,
I have just installed Mandrake 10.0 Community and I 
have a problem having my Sound Blaster Live working correctly. Actually the 
installer recognizes it and (hopefully) installs the correct driver, but there 
is no way of hearing anything, except from interferences from the microphone and 
such things (which anyhow means that in some weird way the system communicates 
with the sound card).
I tried to fix things up using KMix and the sound 
configuration tool to switch from ALSA to OSS and stuff like that, but I could 
only manage to get rid of the interferences, which means I hear nothing at 
all
Also, I would like to point out that I had some 
problems running xmms... it actually starts, but usually crashes withins seconds 
(even though sometimes, with no apparent reason, it works well meaning that 
I can see the freequency bars going up and down, of course I hear nothing). 
Looking through the net I found that it is due to some glib problem, but no 
solution to it was given, so if someone knows what to do please tell 
me.
Thanks everybody,
Marco


[newbie] Sound Blaster Live

2004-04-02 Thread Marco Terzuoli




Hi,
I have just installed Mandrake 10.0 Community and I 
have a problem having my Sound Blaster Live working correctly. Actually the 
installer recognizes it and (hopefully) installs the correct driver, but there 
is no way of hearing anything, except from interferences from the microphone and 
such things (which anyhow means that in some weird way the system communicates 
with the sound card).
I tried to fix things up using KMix and the sound 
configuration tool to switch from ALSA to OSS and stuff like that, but I could 
only manage to get rid of the interferences, which means I hear nothing at 
all
Also, I would like to point out that I had some 
problems running xmms... it actually starts, but usually crashes withins seconds 
(even though sometimes, with no apparent reason, it works well meaning that 
I can see the freequency bars going up and down, of course I hear nothing). 
Looking through the net I found that it is due to some glib problem, but no 
solution to it was given, so if someone knows what to do please tell 
me.
Thanks everybody,
Marco

PS
I'm sorry if some of you got this message twice, but I received an error 
saying that it could not be delivered to all of the users in the list, so I sent 
it again


[newbie] Sound Blaster Live

2004-04-02 Thread Marco Terzuoli




Hi,
I have just installed Mandrake 10.0 Community and I 
have a problem having my Sound Blaster Live working correctly. Actually the 
installer recognizes it and (hopefully) installs the correct driver, but there 
is no way of hearing anything, except from interferences from the microphone and 
such things (which anyhow means that in some weird way the system communicates 
with the sound card).
I tried to fix things up using KMix and the sound 
configuration tool to switch from ALSA to OSS and stuff like that, but I could 
only manage to get rid of the interferences, which means I hear nothing at 
all
Also, I would like to point out that I had some 
problems running xmms... it actually starts, but usually crashes withins seconds 
(even though sometimes, with no apparent reason, it works well meaning that 
I can see the freequency bars going up and down, of course I hear nothing). 
Looking through the net I found that it is due to some glib problem, but no 
solution to it was given, so if someone knows what to do please tell 
me.
Thanks everybody,
Marco