Re: swapping minor device number allocations

2000-11-29 Thread Nate Amsden
to do it you'd probably have to modularlize the tv drivers(i always do as the ones for my bttv card in the kernel are _WAY_ out of date). nate Brian McGroarty wrote: > > Begging pardon, how is this done? Bear in mind that, I'm not using > loadable kernel modules. > > On Tue, Nov 28, 2000 at 09:

Re: swapping minor device number allocations

2000-11-29 Thread Brian McGroarty
Begging pardon, how is this done? Bear in mind that, I'm not using loadable kernel modules. On Tue, Nov 28, 2000 at 09:29:47PM -0800, Nate Amsden wrote: > you try reversing the order in which the drivers load ? > > nate > > Brian McGroarty wrote: > > > > I'm not using loadable kernel modules.

Re: swapping minor device number allocations

2000-11-28 Thread Nate Amsden
you try reversing the order in which the drivers load ? nate Brian McGroarty wrote: > > I'm not using loadable kernel modules. > > My tvmixer is taking minor device 0, giving it mixer 0. This leaves > via82c686a (sound) taking mixer 1. > > What can I use on the kernel command line I can use to

swapping minor device number allocations

2000-11-28 Thread Brian McGroarty
I'm not using loadable kernel modules. My tvmixer is taking minor device 0, giving it mixer 0. This leaves via82c686a (sound) taking mixer 1. What can I use on the kernel command line I can use to force these to reverse? I've currently swapped /dev/mixer0 and /dev/mixer1 which is a bit of a hack