Re: conexant modem driver for 2.6.12

2005-08-24 Thread Rafael Espíndola
On 8/24/05, Christoph Hellwig <[EMAIL PROTECTED]> wrote:
> Please don't announce propitarty drivers on lkml, thanks.
Sorry, but my intent with this drivers is to make them as free as
possible. I have ported the old driver because the only non-free files
are the .Os . The new drivers distributed by linuxant have more
restrictive licences. I would love to see the binary modules replace
by, for example, the free modulator/demodulator implemented by Fabrice
Bellard (1), but this is a much longer project.

Rafael

1:http://fabrice.bellard.free.fr/linmodem.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: conexant modem driver for 2.6.12

2005-08-24 Thread Rafael Espíndola
On 8/24/05, Christoph Hellwig [EMAIL PROTECTED] wrote:
 Please don't announce propitarty drivers on lkml, thanks.
Sorry, but my intent with this drivers is to make them as free as
possible. I have ported the old driver because the only non-free files
are the .Os . The new drivers distributed by linuxant have more
restrictive licences. I would love to see the binary modules replace
by, for example, the free modulator/demodulator implemented by Fabrice
Bellard (1), but this is a much longer project.

Rafael

1:http://fabrice.bellard.free.fr/linmodem.html
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


unmounting a filesystem mounted by /init (initramfs)

2005-07-28 Thread Rafael Espíndola
I am trying to build a system that uses a unionfs as root. The init
script is based on the one used by gentoo and uses initramfs. The
problem is how to remount the unionfs constituents read only during
halt.

cat /proc/mounts displays /dev/hda1 (ext2) mounted rw in /memory. The
problem is that /memory is no longer visible after the init script did
a chroot and a

mount -o remount,ro /dev/hda1

says that /dev/hda1 is not mounted!

does any anyone has an idea?

Thanks,
Rafael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


unmounting a filesystem mounted by /init (initramfs)

2005-07-28 Thread Rafael Espíndola
I am trying to build a system that uses a unionfs as root. The init
script is based on the one used by gentoo and uses initramfs. The
problem is how to remount the unionfs constituents read only during
halt.

cat /proc/mounts displays /dev/hda1 (ext2) mounted rw in /memory. The
problem is that /memory is no longer visible after the init script did
a chroot and a

mount -o remount,ro /dev/hda1

says that /dev/hda1 is not mounted!

does any anyone has an idea?

Thanks,
Rafael
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: `dd` problem from cdrom

2005-03-16 Thread Rafael Espíndola
On Wed, 16 Mar 2005 15:31:14 +0100, Colin Leroy <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Using 2.6.10 and 2.6.11, trying to use dd from the ide cdrom in my
> Ibook G4 fails like this:

> /dev/hdc:
>  HDIO_GET_MULTCOUNT failed: Invalid argument
>  IO_support   =  0 (default 16-bit)
>  unmaskirq=  1 (on)
>  using_dma=  1 (on)
>  keepsettings =  0 (off)
>  readonly =  0 (off)
>  readahead= 256 (on)
>  HDIO_GETGEO failed: Invalid argument
I have a cdrom drive that does not work with DMA. Maybe yours has the
same problem.
  
> I didn't try older kernels yet; Any idea about this? Is it a kernel bug
> or a configuration issue? 
> -- 
> Colin
Rafael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: `dd` problem from cdrom

2005-03-16 Thread Rafael Espíndola
On Wed, 16 Mar 2005 15:31:14 +0100, Colin Leroy [EMAIL PROTECTED] wrote:
 Hi,
 
 Using 2.6.10 and 2.6.11, trying to use dd from the ide cdrom in my
 Ibook G4 fails like this:

 /dev/hdc:
  HDIO_GET_MULTCOUNT failed: Invalid argument
  IO_support   =  0 (default 16-bit)
  unmaskirq=  1 (on)
  using_dma=  1 (on)
  keepsettings =  0 (off)
  readonly =  0 (off)
  readahead= 256 (on)
  HDIO_GETGEO failed: Invalid argument
I have a cdrom drive that does not work with DMA. Maybe yours has the
same problem.
  
 I didn't try older kernels yet; Any idea about this? Is it a kernel bug
 or a configuration issue? 
 -- 
 Colin
Rafael
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/