Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.18-viper1: Mutatis Mutandis
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
antares2001
Guru
Guru


Joined: 02 Mar 2004
Posts: 339
Location: Germany

PostPosted: Wed Sep 27, 2006 7:10 pm    Post subject: Reply with quote

With vanilla-sources or ck-sources (2.6.18 both) my TV card works charming without any problems. I can compile it into kernel or as module and both works.

I also noticed that if I compile it in viper as a module and activate autoloading for modules in kernel, the nvidia-drivers (beta 9er series) don't start X any more and my PC hangs during X startup...

Hope this helps. :(
_________________
* Toshiba SM30X Notebook, Pentium-M 725 CPU, ATI Radeon 9700, 512MB RAM, 80GB
* Pentium D 820 2,8 GHz (EM64T), Geforce6, 200GB + 40GB ATA, 250GB SATA2, WinFastTV 2000XP, 1,5GB RAM
Gentoo Linux 2006.1
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1030

PostPosted: Thu Sep 28, 2006 1:56 pm    Post subject: Reply with quote

anybody help debug this kernel?

obviously there are problems with bttv and related modules.
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Thu Sep 28, 2006 6:30 pm    Post subject: Reply with quote

tranquilcool wrote:
anybody help debug this kernel?

obviously there are problems with bttv and related modules.


Try out vanilla. emerge gentoo-sources. Do you still have a problem? If you do, then it needs to be reported.
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1030

PostPosted: Fri Sep 29, 2006 11:12 am    Post subject: Reply with quote

vanilla works fine.

maybe it has something to do with the mm-patches?
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Fri Sep 29, 2006 11:24 am    Post subject: Reply with quote

tranquilcool wrote:
vanilla works fine.

maybe it has something to do with the mm-patches?


Mostly likely. Let me do some hunting. What is the name of the device? What section of the kernel do you find the module under? V4L?
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
antares2001
Guru
Guru


Joined: 02 Mar 2004
Posts: 339
Location: Germany

PostPosted: Fri Sep 29, 2006 11:51 am    Post subject: Reply with quote

Here you get an excerpt of my .config for the ck-kernel where it works:

Quote:
--- schnipp ---

#
# Video Capture Adapters
#
CONFIG_VIDEO_ADV_DEBUG=y
# CONFIG_VIDEO_VIVI is not set
CONFIG_VIDEO_BT848=m
# CONFIG_VIDEO_SAA6588 is not set
# CONFIG_VIDEO_BWQCAM is not set
# CONFIG_VIDEO_CQCAM is not set
# CONFIG_VIDEO_W9966 is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_CPIA2 is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_TUNER_3036 is not set
# CONFIG_VIDEO_STRADIS is not set
# CONFIG_VIDEO_ZORAN is not set
CONFIG_VIDEO_SAA7134=y
# CONFIG_VIDEO_SAA7134_ALSA is not set
# CONFIG_VIDEO_SAA7134_OSS is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_DPC is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_CX88 is not set

#
# Encoders and Decoders
#
CONFIG_VIDEO_MSP3400=m
# CONFIG_VIDEO_CS53L32A is not set
# CONFIG_VIDEO_TLV320AIC23B is not set
# CONFIG_VIDEO_WM8775 is not set
# CONFIG_VIDEO_WM8739 is not set
# CONFIG_VIDEO_CX2341X is not set
# CONFIG_VIDEO_CX25840 is not set
# CONFIG_VIDEO_SAA711X is not set
# CONFIG_VIDEO_SAA7127 is not set
# CONFIG_VIDEO_UPD64031A is not set
# CONFIG_VIDEO_UPD64083 is not set

#
# V4L USB devices
#
# CONFIG_VIDEO_PVRUSB2 is not set
# CONFIG_VIDEO_EM28XX is not set
# CONFIG_USB_VICAM is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_KONICAWC is not set
# CONFIG_USB_QUICKCAM_MESSENGER is not set
# CONFIG_USB_ET61X251 is not set
# CONFIG_VIDEO_OVCAMCHIP is not set
# CONFIG_USB_W9968CF is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_SE401 is not set
# CONFIG_USB_SN9C102 is not set
# CONFIG_USB_STV680 is not set
# CONFIG_USB_ZC0301 is not set
# CONFIG_USB_PWC is not set

#
# Radio Adapters
#
# CONFIG_RADIO_GEMTEK_PCI is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_MAESTRO is not set
# CONFIG_USB_DSBR is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
CONFIG_VIDEO_TUNER=y
CONFIG_VIDEO_BUF=y
CONFIG_VIDEO_BTCX=m
CONFIG_VIDEO_IR=y
CONFIG_VIDEO_TVEEPROM=m
# CONFIG_USB_DABUSB is not set

--- schnapp ---


This should give you an overview. The device I am using is a Leadtek WinTV2000 tv card identified by lspci as

Quote:
02:0c.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
02:0c.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)


Hope this helps.
_________________
* Toshiba SM30X Notebook, Pentium-M 725 CPU, ATI Radeon 9700, 512MB RAM, 80GB
* Pentium D 820 2,8 GHz (EM64T), Geforce6, 200GB + 40GB ATA, 250GB SATA2, WinFastTV 2000XP, 1,5GB RAM
Gentoo Linux 2006.1
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1030

PostPosted: Fri Sep 29, 2006 1:51 pm    Post subject: Reply with quote

# Multimedia devices
#
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L1=y
CONFIG_VIDEO_V4L1_COMPAT=y
CONFIG_VIDEO_V4L2=y

#
# Video Capture Adapters

CONFIG_VIDEO_BT848=m


#
# Encoders and Decoders
#
CONFIG_VIDEO_MSP3400=m


#
# V4L USB devices

CONFIG_USB_PWC=m


# Digital Video Broadcasting Devices
#
CONFIG_DVB=y
CONFIG_DVB_CORE=y


# Supported BT878 Adapters
#
CONFIG_DVB_BT8XX=m


relative portion of my .config emission-sources when it works.
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
antares2001
Guru
Guru


Joined: 02 Mar 2004
Posts: 339
Location: Germany

PostPosted: Wed Oct 04, 2006 8:32 am    Post subject: Reply with quote

Any progress?
_________________
* Toshiba SM30X Notebook, Pentium-M 725 CPU, ATI Radeon 9700, 512MB RAM, 80GB
* Pentium D 820 2,8 GHz (EM64T), Geforce6, 200GB + 40GB ATA, 250GB SATA2, WinFastTV 2000XP, 1,5GB RAM
Gentoo Linux 2006.1
Back to top
View user's profile Send private message
tomee
n00b
n00b


Joined: 05 Sep 2006
Posts: 38
Location: Poland

PostPosted: Sun Oct 22, 2006 11:23 pm    Post subject: Unstable :( Reply with quote

Too bad the system freezes randomly under heavy CPU load (distcc compilation) :(
Maybe I'll try Desktop instead of Low-latency Desktop and disabling compcache, but alas, it's a pity because the patchset looks tempting, plus it runs VMWare which -no2 does not.
Anyone else having similar problems?
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Sun Oct 22, 2006 11:29 pm    Post subject: Reply with quote

I think -viper2 is coming out in a few days from internal talks so please bear with vipernicus and Astorm.
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2394
Location: Legnica, Poland

PostPosted: Tue Oct 31, 2006 5:29 pm    Post subject: Reply with quote

Is it possible to add libata pata drivers into this patchset?

I know it's buggy and .. and ... and ... ;P

but driver for nForce is done and works really good with my nForce4 based motherboard..
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Oct 31, 2006 6:09 pm    Post subject: Reply with quote

I would appreciate the libata pata drivers to be included, too

since it's now the only "real" way (high performance + working with all bios settings) to get my IDE-harddrives connected the JMicron-controller to work

the non-libata Jmicron drivers works fine but not always ..., the libata-drivers "feels" more mature (just a feeling :roll: )
_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2394
Location: Legnica, Poland

PostPosted: Sun Nov 05, 2006 12:08 pm    Post subject: Reply with quote

i hope 2.6.19 will include libata pat drivers...
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
Martigen
n00b
n00b


Joined: 04 Mar 2003
Posts: 59

PostPosted: Tue Dec 05, 2006 7:44 am    Post subject: Reply with quote

Are we going to get another Viper release? It's been aaaaages :)
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2394
Location: Legnica, Poland

PostPosted: Wed Dec 06, 2006 2:36 pm    Post subject: Reply with quote

Yeah!

2.6.19-r1 is already released!
We are waiting for viper patchset ;)
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Wed Dec 06, 2006 4:06 pm    Post subject: Reply with quote

I'll probably making 2.6.19-viper1 -mm based this go-round. Won't be long before I get 2.6.19-emission1 completed.
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
f0rk
Apprentice
Apprentice


Joined: 15 Nov 2004
Posts: 273
Location: Moscow

PostPosted: Wed Dec 06, 2006 4:54 pm    Post subject: Reply with quote

Will suspend2 be able in 2.6.19-viper1 ?
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Wed Dec 06, 2006 10:08 pm    Post subject: Reply with quote

f0rk wrote:
Will suspend2 be able in 2.6.19-viper1 ?


Sure
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Sat Dec 09, 2006 7:45 pm    Post subject: Reply with quote

I'm going to dedicate this meaningless post, as my 1000th post for Veteran status! W00t!
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
StifflerStealth
l33t
l33t


Joined: 03 Jul 2002
Posts: 954

PostPosted: Sun Dec 10, 2006 2:52 pm    Post subject: Reply with quote

vipernicus wrote:
I'm going to dedicate this meaningless post, as my 1000th post for Veteran status! W00t!
I will dedicate this meaningless post to say congrats. ;) And to say thanks for your kernels. :) Even though my time is zero, I am thinking of starting my patchset up again. :P
_________________
Nothing to read in this sig. Move along.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum