linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Where are 2.6.x upgrade notes?
@ 2004-01-13  7:55 Greg Stark
  2004-01-13 10:58 ` Maciej Soltysiak
  0 siblings, 1 reply; 9+ messages in thread
From: Greg Stark @ 2004-01-13  7:55 UTC (permalink / raw)
  To: linux-kernel


I'm trying to upgrade to 2.6.1 and running into a number of roadblocks. Before
I start asking stupid questions on mailing lists I'm wonder if there's a
document that lists the typical problems people will run into upgrading?

So far I've bumped into and knew or found how to solve:

. Need to install module-init-tools package

. Need to migrate modules.conf to modprobe.conf
  In my case it doesn't load sound drivers without it

. Alsa starts muted (Everyone knows that right?)

I still have a few problems that I'm stumped on:

. I still get no sound even though every channel is unmuted and the volume
  raised and there are no errors.

  Incidentally, which version of Alsa is included in 2.6.1? Is it the 1.0.1
  release? Or a pre 1.0 release? There are no version numbers anywhere that I
  can find in the dmesg output or the source.

. Mouse wheel doesn't work in X

Surely these are common problems that everyone's faced and there's a simple
Upgrade FAQ somewhere like there was with 2.4?

-- 
greg


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Where are 2.6.x upgrade notes?
  2004-01-13  7:55 Where are 2.6.x upgrade notes? Greg Stark
@ 2004-01-13 10:58 ` Maciej Soltysiak
  2004-01-13 19:59   ` Dave Jones
  2004-01-14  7:45   ` No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?] Greg Stark
  0 siblings, 2 replies; 9+ messages in thread
From: Maciej Soltysiak @ 2004-01-13 10:58 UTC (permalink / raw)
  To: Kernel Mailinglist

> Upgrade FAQ somewhere like there was with 2.4?
Kind of, yes. A lengthy document, but still...
I think the 'Known Gotchas' section could be extended by
new problems that might appear. ALSA being muted issue
is not included there.
http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt

Regards,
Maciej


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Where are 2.6.x upgrade notes?
  2004-01-13 10:58 ` Maciej Soltysiak
@ 2004-01-13 19:59   ` Dave Jones
  2004-01-14  7:45   ` No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?] Greg Stark
  1 sibling, 0 replies; 9+ messages in thread
From: Dave Jones @ 2004-01-13 19:59 UTC (permalink / raw)
  To: Maciej Soltysiak; +Cc: Kernel Mailinglist

On Tue, Jan 13, 2004 at 11:58:14AM +0100, Maciej Soltysiak wrote:

 > I think the 'Known Gotchas' section could be extended by
 > new problems that might appear. ALSA being muted issue
 > is not included there.

I take patches..

		Dave


^ permalink raw reply	[flat|nested] 9+ messages in thread

* No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?]
  2004-01-13 10:58 ` Maciej Soltysiak
  2004-01-13 19:59   ` Dave Jones
@ 2004-01-14  7:45   ` Greg Stark
  2004-01-14  7:51     ` Ralf Hildebrandt
                       ` (2 more replies)
  1 sibling, 3 replies; 9+ messages in thread
From: Greg Stark @ 2004-01-14  7:45 UTC (permalink / raw)
  To: Maciej Soltysiak; +Cc: Kernel Mailinglist

"Maciej Soltysiak" <solt@dns.toxicfilms.tv> writes:

> > Upgrade FAQ somewhere like there was with 2.4?
>
> Kind of, yes. A lengthy document, but still...
> I think the 'Known Gotchas' section could be extended by
> new problems that might appear. ALSA being muted issue
> is not included there.

Well I think ALSA being muted will catch lots of people. As luck would have it
it was the one thing I knew about in advance and it didn't help. As far as I
can tell the Alsa i810 driver just doesn't produce audio at all. I tried both
the kernel source and the 1.0.1 source. Thankfully the OSS drivers still work.

But I'm still stuck with no mouse wheel. I'm really weirded out by this. I've
tried both /dev/psaux and /dev/input/mouse0 and neither allow X to receive
anything for the mouse wheel. 

I'm using protocol MousemanPlusPS/2 with this logitech M-C48 mouse, which has
always worked fine in the past. I just verified it still works fine under
2.4.23pre4 with the same version of X.

Does it work for anyone else?

-- 
greg


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?]
  2004-01-14  7:45   ` No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?] Greg Stark
@ 2004-01-14  7:51     ` Ralf Hildebrandt
  2004-01-14 23:57     ` Thomas Molina
  2004-01-17 15:20     ` Joaquim Fellmann
  2 siblings, 0 replies; 9+ messages in thread
From: Ralf Hildebrandt @ 2004-01-14  7:51 UTC (permalink / raw)
  To: Kernel Mailinglist

* Greg Stark <gsstark@mit.edu>:

> Well I think ALSA being muted will catch lots of people. As luck would have it
> it was the one thing I knew about in advance and it didn't help. As far as I
> can tell the Alsa i810 driver just doesn't produce audio at all. I tried both
> the kernel source and the 1.0.1 source. Thankfully the OSS drivers still work.

It sure works here.

-- 
Ralf Hildebrandt (Im Auftrag des Referat V a)   Ralf.Hildebrandt@charite.de
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-916
Referat V a - Kommunikationsnetze -             AIM.  ralfpostfix

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?]
  2004-01-14  7:45   ` No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?] Greg Stark
  2004-01-14  7:51     ` Ralf Hildebrandt
@ 2004-01-14 23:57     ` Thomas Molina
  2004-01-17 15:20     ` Joaquim Fellmann
  2 siblings, 0 replies; 9+ messages in thread
From: Thomas Molina @ 2004-01-14 23:57 UTC (permalink / raw)
  To: Greg Stark; +Cc: Maciej Soltysiak, Kernel Mailinglist



On Wed, 14 Jan 2004, Greg Stark wrote:

> "Maciej Soltysiak" <solt@dns.toxicfilms.tv> writes:
> 
> > > Upgrade FAQ somewhere like there was with 2.4?
> >
> > Kind of, yes. A lengthy document, but still...
> > I think the 'Known Gotchas' section could be extended by
> > new problems that might appear. ALSA being muted issue
> > is not included there.
> 
> Well I think ALSA being muted will catch lots of people. As luck would have it
> it was the one thing I knew about in advance and it didn't help. As far as I
> can tell the Alsa i810 driver just doesn't produce audio at all. I tried both
> the kernel source and the 1.0.1 source. Thankfully the OSS drivers still work.

I am using ALSA with 2.6.  I needed to enable the OSS emulation API to get 
sound working for me.  

 
> But I'm still stuck with no mouse wheel. I'm really weirded out by this. I've
> tried both /dev/psaux and /dev/input/mouse0 and neither allow X to receive
> anything for the mouse wheel. 
> 
> I'm using protocol MousemanPlusPS/2 with this logitech M-C48 mouse, which has
> always worked fine in the past. I just verified it still works fine under
> 2.4.23pre4 with the same version of X.
> 
> Does it work for anyone else?

I have a Logitech cordless optical mouse.  I run it with IMPS/2 protocol 
in both console and X mode.  My XF86Config shows mouse input devices at 
/dev/psaux and /dev/input/mice.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?]
  2004-01-14  7:45   ` No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?] Greg Stark
  2004-01-14  7:51     ` Ralf Hildebrandt
  2004-01-14 23:57     ` Thomas Molina
@ 2004-01-17 15:20     ` Joaquim Fellmann
  2004-01-17 20:37       ` Greg Stark
  2 siblings, 1 reply; 9+ messages in thread
From: Joaquim Fellmann @ 2004-01-17 15:20 UTC (permalink / raw)
  To: Greg Stark; +Cc: Maciej Soltysiak, Kernel Mailinglist

On Wed, 2004-01-14 at 08:45, Greg Stark wrote:

> I'm using protocol MousemanPlusPS/2 with this logitech M-C48 mouse, which has
> always worked fine in the past. I just verified it still works fine under
> 2.4.23pre4 with the same version of X.
> 
> Does it work for anyone else?

I had the same problem. Switching protocol from MousemanPlusPS/2 to
ImPS2 in XF86Config-4 fixed it.

-- 
Joaquim


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?]
  2004-01-17 15:20     ` Joaquim Fellmann
@ 2004-01-17 20:37       ` Greg Stark
  2004-01-17 23:18         ` Vojtech Pavlik
  0 siblings, 1 reply; 9+ messages in thread
From: Greg Stark @ 2004-01-17 20:37 UTC (permalink / raw)
  To: mljf; +Cc: Greg Stark, Maciej Soltysiak, Kernel Mailinglist


Joaquim Fellmann <mljf@altern.org> writes:

> I had the same problem. Switching protocol from MousemanPlusPS/2 to
> ImPS2 in XF86Config-4 fixed it.

One Mr Pavlik solved the same issue on bugzilla:

    ------- Additional Comment #1 From Vojtech Pavlik 2004-01-14 09:35 ------- 
    Use protocol "ExplorerPS/2" in XFree86. This may not seem logical, but
    because 2.6 handles the Logitech mouse protocol itself and presents a more
    common Microsoft-like protocol to applications that don't know how to use
    its native event protocol.

I wonder how the IM and Explorer protocols relate.

-- 
greg


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?]
  2004-01-17 20:37       ` Greg Stark
@ 2004-01-17 23:18         ` Vojtech Pavlik
  0 siblings, 0 replies; 9+ messages in thread
From: Vojtech Pavlik @ 2004-01-17 23:18 UTC (permalink / raw)
  To: Greg Stark; +Cc: mljf, Maciej Soltysiak, Kernel Mailinglist

On Sat, Jan 17, 2004 at 03:37:25PM -0500, Greg Stark wrote:

> Joaquim Fellmann <mljf@altern.org> writes:
> 
> > I had the same problem. Switching protocol from MousemanPlusPS/2 to
> > ImPS2 in XF86Config-4 fixed it.
> 
> One Mr Pavlik solved the same issue on bugzilla:
> 
>     ------- Additional Comment #1 From Vojtech Pavlik 2004-01-14 09:35 ------- 
>     Use protocol "ExplorerPS/2" in XFree86. This may not seem logical, but
>     because 2.6 handles the Logitech mouse protocol itself and presents a more
>     common Microsoft-like protocol to applications that don't know how to use
>     its native event protocol.
> 
> I wonder how the IM and Explorer protocols relate.

ExplorerPS/2 is a superset of ImPS/2. The kernel virtual mouse device
(/dev/input/mice) supports both protocols, and standard PS/2 as well.

-- 
Vojtech Pavlik
SuSE Labs, SuSE CR

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-01-17 23:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-13  7:55 Where are 2.6.x upgrade notes? Greg Stark
2004-01-13 10:58 ` Maciej Soltysiak
2004-01-13 19:59   ` Dave Jones
2004-01-14  7:45   ` No mouse wheel under 2.6.1 [Was: Re: Where are 2.6.x upgrade notes?] Greg Stark
2004-01-14  7:51     ` Ralf Hildebrandt
2004-01-14 23:57     ` Thomas Molina
2004-01-17 15:20     ` Joaquim Fellmann
2004-01-17 20:37       ` Greg Stark
2004-01-17 23:18         ` Vojtech Pavlik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).