Unix Technical Forum

Two-dot-six working not for me

This is a discussion on Two-dot-six working not for me within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Alright maybe someone just answered but I did not find.... I've downloaded the 2.6.0 source from www.kernel.org . configured ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 07:25 AM
Maestro Muten
 
Posts: n/a
Default Two-dot-six working not for me

Alright maybe someone just answered but I did not find....

I've downloaded the 2.6.0 source from www.kernel.org. configured and
compiled. looked ok, but...

1) the mouse wheel refuses to work
2) The IDE CDRW does not CDRW. (I tried with the scsi emulation too, but
no way)
3) The nvidia driver does not compile (Where's the modversion.h file??)

I patched it up to 2.6.1 .... no better.

Why? do I have to cry? :-(

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 07:25 AM
Maestro Muten
 
Posts: n/a
Default Re: Two-dot-six working not for me

Maestro Muten ha scritto:
> Alright maybe someone just answered but I did not find....
>
> I've downloaded the 2.6.0 source from www.kernel.org. configured and
> compiled. looked ok, but...
>
> 1) the mouse wheel refuses to work
> 2) The IDE CDRW does not CDRW. (I tried with the scsi emulation too, but
> no way)
> 3) The nvidia driver does not compile (Where's the modversion.h file??)
>
> I patched it up to 2.6.1 .... no better.
>
> Why? do I have to cry? :-(
>


BTW the cdrw refuses to work with the 2.4.24 even with the scuzzy
emulation...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 07:25 AM
Denis A. Kaledin
 
Posts: n/a
Default Re: Two-dot-six working not for me

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Maestro Muten wrote:
| Alright maybe someone just answered but I did not find....
|
| I've downloaded the 2.6.0 source from www.kernel.org. configured and
| compiled. looked ok, but...

Glad to hear =)

| 1) the mouse wheel refuses to work
| 2) The IDE CDRW does not CDRW. (I tried with the scsi emulation too, but
| no way)

Well, if you have CONFIG_BLK_DEV_IDECD set to `y` in kernel's .config,
you should be able to burn CDs without any need for scsi emulation. What
does `cdrecord dev=/dev/cdrom -scanbus` return?

| 3) The nvidia driver does not compile (Where's the modversion.h file??)

Nvidia drivers do not have official support for 2.6.x kernels. Grab a
patch from http://www.minion.de/

| I patched it up to 2.6.1 .... no better.

Well, it's not worse though =)

| Why? do I have to cry? :-(

You don't =)

- --
Denis A. Kaledin, hannibal at nline dot ru
PGP Key ID: 0x92DB7AF3
"The church is near but the road is icy; the bar is far away but I will
walk carefully."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAAT+q41I5hpLbevMRAmpIAJ44twl+UjaYJ183Uecb67 QSFQignQCfQPlH
WtT3NswGForqwSPWdkJ4ofA=
=tpdv
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 07:25 AM
Ken Moffat
 
Posts: n/a
Default Re: Two-dot-six working not for me

Maestro Muten wrote:

>
> BTW the cdrw refuses to work with the 2.4.24 even with the scuzzy
> emulation...
>


fyi: I'm using 2.4.24 on debian (source from kernel.org) and my cdrw
works using hdb=scsi

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 07:25 AM
Maestro Muten
 
Posts: n/a
Default Re: Two-dot-six working not for me

Ken Moffat ha scritto:
> Maestro Muten wrote:
>
>>
>> BTW the cdrw refuses to work with the 2.4.24 even with the scuzzy
>> emulation...
>>

>
> fyi: I'm using 2.4.24 on debian (source from kernel.org) and my cdrw
> works using hdb=scsi
>


there is the magic line in the lilo.conf. but no effect (the 2.6.1
reconizes it, the 2.4.24 don't).

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 07:26 AM
Scott Cole
 
Posts: n/a
Default Re: Two-dot-six working not for me

On 2004-01-11, Maestro Muten <sichetidicolemail@mandamilospam.it> wrote:
> Ken Moffat ha scritto:
>> Maestro Muten wrote:
>>
>>>
>>> BTW the cdrw refuses to work with the 2.4.24 even with the scuzzy
>>> emulation...
>>>

>>
>> fyi: I'm using 2.4.24 on debian (source from kernel.org) and my cdrw
>> works using hdb=scsi
>>

>
> there is the magic line in the lilo.conf. but no effect (the 2.6.1
> reconizes it, the 2.4.24 don't).
>

And you have altered the /etc/fstab entry to reflect the change of this
device to scsi ( /dev/cdrom --> /dev/scd0 or /dev/sr0 )

--
Only trust pipe smoking penguins.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 07:26 AM
Ross Axe
 
Posts: n/a
Default Re: Two-dot-six working not for me

Maestro Muten wrote:
> Maestro Muten ha scritto:
>
>> Alright maybe someone just answered but I did not find....
>>
>> I've downloaded the 2.6.0 source from www.kernel.org. configured and
>> compiled. looked ok, but...
>>
>> 1) the mouse wheel refuses to work
>> 2) The IDE CDRW does not CDRW. (I tried with the scsi emulation too,
>> but no way)
>> 3) The nvidia driver does not compile (Where's the modversion.h file??)


I presume you mean the nvidia video driver? There is a patch for 2.6
floating around somewhere, I forget where though. Try Google.

>>
>> I patched it up to 2.6.1 .... no better.
>>
>> Why? do I have to cry? :-(
>>

>
> BTW the cdrw refuses to work with the 2.4.24 even with the scuzzy
> emulation...
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 07:26 AM
Richard James
 
Posts: n/a
Default Re: Two-dot-six working not for me

Maestro Muten wrote:

> Alright maybe someone just answered but I did not find....
>
> I've downloaded the 2.6.0 source from www.kernel.org. configured and
> compiled. looked ok, but...
>
> 1) the mouse wheel refuses to work
> 2) The IDE CDRW does not CDRW. (I tried with the scsi emulation too, but
> no way)
> 3) The nvidia driver does not compile (Where's the modversion.h file??)
>
> I patched it up to 2.6.1 .... no better.
>
> Why? do I have to cry? :-(


I upgraded to 2.6.0 the other day using a .config transfer from my old
kernel.

My mousewheel would not work.

The reason was that in the USB settings after the
<M> USB Human Interface Device (full HID) support
? ?[*] HID input layer support
? ?[ ] Force feedback support (EXPERIMENTAL)
? ?[ ] /dev/hiddev raw HID device support
? ? USB HID Boot Protocol drivers --->

See that final line go in there and make sure that both are unchecked.

?????????????????? USB HIDBP Mouse (simple Boot) support
? CONFIG_USB_MOUSE:

? Say Y here only if you are absolutely sure that you don't want
? to use the generic HID driver for your USB mouse and prefer
? to use the mouse in its limited Boot Protocol mode instead.

? This is almost certainly not what you want. This is mostly
? useful for embedded applications or simple mice.

? To compile this driver as a module, choose M here: the
? module will be called usbmouse.

? If even remotely unsure, say N.

There were other things I did but I think that was my main problem.

This is assuming that you use a USB mouse.

Richard
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-19-2008, 07:26 AM
R.
 
Posts: n/a
Default Re: Two-dot-six working not for me

On Sun, 11 Jan 2004 11:51:52 +0000, Maestro Muten wrote:

> Alright maybe someone just answered but I did not find....
>
> I've downloaded the 2.6.0 source from www.kernel.org. configured and
> compiled. looked ok, but...
>
> 1) the mouse wheel refuses to work
> 2) The IDE CDRW does not CDRW. (I tried with the scsi emulation too, but
> no way)
> 3) The nvidia driver does not compile (Where's the modversion.h file??)


Here are Nvidia drivers. No patching just run and install.

http://www.sh.nu/download/nvidia/linux-2.6/

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-19-2008, 07:26 AM
Neo
 
Posts: n/a
Default Re: Two-dot-six working not for me

"Maestro Muten" <sichetidicolemail@mandamilospam.it> wrote in message
news:sNaMb.91726$_P.3456077@news4.tin.it...
> Alright maybe someone just answered but I did not find....
>
> I've downloaded the 2.6.0 source from www.kernel.org. configured and
> compiled. looked ok, but...
>
> 1) the mouse wheel refuses to work
> 2) The IDE CDRW does not CDRW. (I tried with the scsi emulation too, but
> no way)
> 3) The nvidia driver does not compile (Where's the modversion.h file??)
>
> I patched it up to 2.6.1 .... no better.
>
> Why? do I have to cry? :-(


Clearly you've missed the respective options in the kernel.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:24 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com