Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Zen-Sources: 2.6.26-rc3-zen0

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
209 posts
  • Page 3 of 9
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
Author
Message
rmh3093
Advocate
Advocate
User avatar
Posts: 2138
Joined: Wed Aug 06, 2003 10:36 pm
Location: Albany, NY

  • Quote

Post by rmh3093 » Tue May 20, 2008 5:08 pm

mroconnor wrote:Sounds good rmh, I'll run those commands. Will git-http-fetch work reliably? I have no git access behind my FW.
yeah we were supposed to get http working a while ago, forgot to pursue it
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Top
HecHacker1
Apprentice
Apprentice
User avatar
Posts: 213
Joined: Thu Jun 26, 2003 5:39 am
Location: UCSD
Contact:
Contact HecHacker1
Website

  • Quote

Post by HecHacker1 » Wed May 21, 2008 8:38 am

Does zen have the latest git of ext4? I recently switched back to ext4 from reiser4, and it has improved a lot in terms of stability.

But its not as fast anymore because it lost the delayed allocation feature during the merge to mainline.

The latest patches seem to have initial support for delalloc in ext4
http://article.gmane.org/gmane.comp.fil ... .ext4/6590

If not, then i'll try patching it myself later because i suspect delalloc is still buggy. reiser4 is better, but will never get into mainline.

Has anybody got vmware-modules to build with this kernel? It seems proc_root and some other things were removed from 2.6.26. I can build vmware fine with 2.6.25.
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Wed May 21, 2008 9:34 pm

Ermm, zen has stable patches from ext4-patch-queue. I also think we have delalloc/mballoc support.

dodo
#zen-sources on irc.rizon.net
Top
sedorox
Apprentice
Apprentice
User avatar
Posts: 207
Joined: Fri Feb 13, 2004 2:17 am

  • Quote

Post by sedorox » Wed May 21, 2008 11:29 pm

HecHacker1 wrote: Has anybody got vmware-modules to build with this kernel? It seems proc_root and some other things were removed from 2.6.26. I can build vmware fine with 2.6.25.
I'm wondering the same thing. I use VMWare extensively throughout the day, but sadly I can't use 2.6.26 series kernels yet. I'm also not really that good with code, so I would have no idea where to begin to fix this. This is just kinda a Me Too Post... However, I do love the zen-sources kernels, keep up the good work!
Home Desktop: Ryzen 3900X 3.8ghz | 32G Ram | 2x 1TB NVMe
Previous 7 Year Build: Intel i5-2400 3.1ghz | 16G Ram | 1x 60G SSD, 1x 1TB HDD
Top
rmh3093
Advocate
Advocate
User avatar
Posts: 2138
Joined: Wed Aug 06, 2003 10:36 pm
Location: Albany, NY

  • Quote

Post by rmh3093 » Thu May 22, 2008 12:21 am

sedorox wrote:
HecHacker1 wrote: Has anybody got vmware-modules to build with this kernel? It seems proc_root and some other things were removed from 2.6.26. I can build vmware fine with 2.6.25.
I'm wondering the same thing. I use VMWare extensively throughout the day, but sadly I can't use 2.6.26 series kernels yet. I'm also not really that good with code, so I would have no idea where to begin to fix this. This is just kinda a Me Too Post... However, I do love the zen-sources kernels, keep up the good work!
ahh I tested the virtualbox modules.... they do compile against .26, I didnt test vmware though
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Top
drescherjm
Advocate
Advocate
Posts: 2792
Joined: Sat Jun 05, 2004 5:46 am
Location: Pittsburgh, PA, USA

  • Quote

Post by drescherjm » Thu May 22, 2008 12:00 pm

BTW with 2.6.26-rc3-zen0 the modules would not build because of the toshiba acpi module.

Code: Select all

  CALL    scripts/checksyscalls.sh
  CC [M]  drivers/acpi/toshiba_acpi.o
drivers/acpi/toshiba_acpi.c: In function 'old_driver_emulation_init':
drivers/acpi/toshiba_acpi.c:674: error: implicit declaration of function 'create_proc_info_entry'
make[2]: *** [drivers/acpi/toshiba_acpi.o] Error 1
make[1]: *** [drivers/acpi] Error 2
make: *** [drivers] Error 2
I disabled that module because I have a dell laptop and it compiled fine.
John

My gentoo overlay
Instructons for overlay
Top
mroconnor
Guru
Guru
User avatar
Posts: 402
Joined: Fri Feb 24, 2006 3:02 pm
Location: USA

  • Quote

Post by mroconnor » Thu May 22, 2008 3:37 pm

I hate to be a pain in the azz with this HDAPS thing but it seems to have stopped working int rc3-zen0. I tried switching from built-in to a module but the module doesn't load. Any ideas?

On another note, did something change in the SATA/PATA code? I recently went to use my DVD drive(which I hardly ever use but needed to rip a CD) and realized that it wasn't recognized. I check to see if there is a /dev/sg0 or something along that line in /dev but nope. It worked fine in the 2.6.25 zen kernels and I pretty sure i havent changed my .config.

As always thanks in advance and Dos Equis to rmh. ;)
Top
rmh3093
Advocate
Advocate
User avatar
Posts: 2138
Joined: Wed Aug 06, 2003 10:36 pm
Location: Albany, NY

  • Quote

Post by rmh3093 » Thu May 22, 2008 4:43 pm

drescherjm wrote:BTW with 2.6.26-rc3-zen0 the modules would not build because of the toshiba acpi module.

Code: Select all

  CALL    scripts/checksyscalls.sh
  CC [M]  drivers/acpi/toshiba_acpi.o
drivers/acpi/toshiba_acpi.c: In function 'old_driver_emulation_init':
drivers/acpi/toshiba_acpi.c:674: error: implicit declaration of function 'create_proc_info_entry'
make[2]: *** [drivers/acpi/toshiba_acpi.o] Error 1
make[1]: *** [drivers/acpi] Error 2
make: *** [drivers] Error 2
I disabled that module because I have a dell laptop and it compiled fine.
well its fixed now... why were you using that on a dell anyway?
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Top
rmh3093
Advocate
Advocate
User avatar
Posts: 2138
Joined: Wed Aug 06, 2003 10:36 pm
Location: Albany, NY

  • Quote

Post by rmh3093 » Thu May 22, 2008 4:47 pm

mroconnor wrote:I hate to be a pain in the azz with this HDAPS thing but it seems to have stopped working int rc3-zen0. I tried switching from built-in to a module but the module doesn't load. Any ideas?

On another note, did something change in the SATA/PATA code? I recently went to use my DVD drive(which I hardly ever use but needed to rip a CD) and realized that it wasn't recognized. I check to see if there is a /dev/sg0 or something along that line in /dev but nope. It worked fine in the 2.6.25 zen kernels and I pretty sure i havent changed my .config.

As always thanks in advance and Dos Equis to rmh. ;)
i dont know whats up with hdaps, i asked dodo since he has a TP, but he is being a bum playing with his PSP and hasnt tested it, maybe i forgot to push the branch....

as for your cdrom, idk what could be causing your issues, im using the same config relating to sata as I did in .25 and everything is working fine, k3b detects my burner with out a problem, all I can suggest now is double check menuconfig
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Top
mroconnor
Guru
Guru
User avatar
Posts: 402
Joined: Fri Feb 24, 2006 3:02 pm
Location: USA

  • Quote

Post by mroconnor » Thu May 22, 2008 5:00 pm

PSP?! I need to get one of those!!

My grub.conf looks like this:

Code: Select all

### Gentoo ###
### Available Kernels####
#
### Gentoo ###
root (hd0,0)
title Gentoo Linux Zen-Source 2.6.25-zen2 - STABLE
kernel /boot/vmlinuz-2.6.25-zen2-07807-g099af7b root=/dev/sda3 libata.atapi_enabled=1 combined_mode=libata acpi_sleep=s3_bios,s3_mode udev
#
### Gentoo ###
root (hd0,0)
title Gentoo Linux Zen-Source 2.6.26-rc3-zen0 - EXPERIMENTAL
kernel /boot/vmlinuz-2.6.26-rc3-zen0 root=/dev/sda3 libata.atapi_enabled=1 combined_mode=libata acpi_sleep=s3_bios,s3_mode udev
#
### Gentoo ###
root (hd0,0)
title Gentoo Linux Zen-Source 2.6.26-rc2-zen2-dirty - WORKING
kernel /boot/vmlinuz-2.6.26-rc2-zen2-dirty root=/dev/sda3 libata.atapi_enabled=1 combined_mode=libata acpi_sleep=s3_bios,s3_mode udev
#
I wonder if I don't need the appended 'libata.atapi_enabled=1 combined_mode=libata' ?

I'll check the .configs against each other. Thanks.
Top
mroconnor
Guru
Guru
User avatar
Posts: 402
Joined: Fri Feb 24, 2006 3:02 pm
Location: USA

  • Quote

Post by mroconnor » Thu May 22, 2008 5:11 pm

Ok in zen-sources-2.6.25-x I have this

Code: Select all

 CONFIG_ATA_PIIX
but I dont see any drivers listed in the CONFIG_ATA section of zen-sources-2.6.26-x. I think that is my issue.
Top
drescherjm
Advocate
Advocate
Posts: 2792
Joined: Sat Jun 05, 2004 5:46 am
Location: Pittsburgh, PA, USA

  • Quote

Post by drescherjm » Thu May 22, 2008 6:01 pm

rmh3093 wrote:well its fixed now... why were you using that on a dell anyway?
Never bothered disabling it from a .config from previous kernels.
John

My gentoo overlay
Instructons for overlay
Top
rmh3093
Advocate
Advocate
User avatar
Posts: 2138
Joined: Wed Aug 06, 2003 10:36 pm
Location: Albany, NY

  • Quote

Post by rmh3093 » Thu May 22, 2008 7:19 pm

mroconnor wrote:Ok in zen-sources-2.6.25-x I have this

Code: Select all

 CONFIG_ATA_PIIX
but I dont see any drivers listed in the CONFIG_ATA section of zen-sources-2.6.26-x. I think that is my issue.
oh its there, cause thats the same driver I use

Code: Select all

Symbol: ATA_PIIX [=y]                                                   │  
  │ Prompt: Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support                  │  
  │   Defined at drivers/ata/Kconfig:105                                    │  
  │   Depends on: ATA && ATA_SFF && PCI                                     │  
  │   Location:                                                             │  
  │     -> Device Drivers                                                   │  
  │       -> Serial ATA (prod) and Parallel ATA (experimental) drivers (ATA │  
  │         -> ATA SFF support (ATA_SFF [=y])        
EDIT: actually I remember having this issue when i first switch to .26.... you need to enable ATA_SFF
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Top
mroconnor
Guru
Guru
User avatar
Posts: 402
Joined: Fri Feb 24, 2006 3:02 pm
Location: USA

  • Quote

Post by mroconnor » Thu May 22, 2008 8:16 pm

I'll pull this evening and let you know.
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Thu May 22, 2008 8:39 pm

/me hugs his psp ;(

Well, i finally got round to testing hdaps. Right now i'm trying it on gentoo-sources, and then @ zen. I'll edit this when i finish.


dodo
#zen-sources on irc.rizon.net
Top
HecHacker1
Apprentice
Apprentice
User avatar
Posts: 213
Joined: Thu Jun 26, 2003 5:39 am
Location: UCSD
Contact:
Contact HecHacker1
Website

  • Quote

Post by HecHacker1 » Fri May 23, 2008 12:33 am

dodo1122 wrote:Ermm, zen has stable patches from ext4-patch-queue. I also think we have delalloc/mballoc support.

dodo
the mount option delalloc does not exist, so i guess this kernel doesn't have the ext4 git patches.

i'm back to 2.6.25 zen because i need vmware.

this page mentions it, but in another language:
http://209.85.141.104/search?q=cache:YL ... cd=1&gl=us
Top
rmh3093
Advocate
Advocate
User avatar
Posts: 2138
Joined: Wed Aug 06, 2003 10:36 pm
Location: Albany, NY

  • Quote

Post by rmh3093 » Fri May 23, 2008 3:43 am

HecHacker1 wrote:
dodo1122 wrote:Ermm, zen has stable patches from ext4-patch-queue. I also think we have delalloc/mballoc support.

dodo
the mount option delalloc does not exist, so i guess this kernel doesn't have the ext4 git patches.

i'm back to 2.6.25 zen because i need vmware.

this page mentions it, but in another language:
http://209.85.141.104/search?q=cache:YL ... cd=1&gl=us
i doubt you will see those patches in zen anymore till they get to stable, i think its pretty stupid for anyone to run unstable filesystems, unstable anything else im all for, but unstable fs's just cause headaches
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Top
mroconnor
Guru
Guru
User avatar
Posts: 402
Joined: Fri Feb 24, 2006 3:02 pm
Location: USA

  • Quote

Post by mroconnor » Fri May 23, 2008 5:16 am

no dice on HDAPS.

dodo did you have better luck then i did? I get 'unable to load module' even though i didnt build it as a module.
Top
Gentree
Watchman
Watchman
User avatar
Posts: 5350
Joined: Tue Jul 01, 2003 12:51 am
Location: France, Old Europe

  • Quote

Post by Gentree » Sun May 25, 2008 10:28 pm

Hi,

I just build rc3 and it boots my reiser4 system without a hitch however rebuilding the nvidia-drivers against the new kernel fails.

I'm locked down to nvidia-drivers-1.0.9626 because more recent fails on my gfx card.

I saw a note somewhere that you had done some work to get zen working on NV, is this
an expected issue or can it be got around?

Code: Select all

_STR(nv)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /usr/portage/tmp/portage/x11-drivers/nvidia-drivers-1.0.9626/work/NVIDIA-Linux-x86-1.0-9626-pkg0/usr/src/nv/.tmp_nv.o /usr/portage/tmp/portage/x11-drivers/nvidia-drivers-1.0.9626/work/NVIDIA-Linux-x86-1.0-9626-pkg0/usr/src/nv/nv.c
/usr/portage/tmp/portage/x11-drivers/nvidia-drivers-1.0.9626/work/NVIDIA-Linux-x86-1.0-9626-pkg0/usr/src/nv/nv.c:110: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
/usr/portage/tmp/portage/x11-drivers/nvidia-drivers-1.0.9626/work/NVIDIA-Linux-x86-1.0-9626-pkg0/usr/src/nv/nv.c: In function 'nvos_create_alloc':
/usr/portage/tmp/portage/x11-drivers/nvidia-drivers-1.0.9626/work/NVIDIA-Linux-x86-1.0-9626-pkg0/usr/src/nv/nv.c:454: error: 'nv_pte_t_cache' undeclared (first use in this function)
Before anyone knocks my card it's a "NV11 [GeForce2 MX400]" . It gives great image and above all is the most recent card I could find without a FAN, ie truely silent. I have a GeForce4 but it makes 10dB more noise than the rest of the system and is badly OTT for a non games machine.

Does this preclude me from using zen or can it be fixed?

Thanks for any help.
8)
Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86
Top
roadnottaken
n00b
n00b
Posts: 9
Joined: Fri May 02, 2008 8:57 pm

  • Quote

Post by roadnottaken » Mon May 26, 2008 12:14 am

You can still use 2.6.25-zen2.

Code: Select all

git pull git://repo.or.cz/r/linux-2.6/zen-sources.git
BOFH excuse #318:

Your EMAIL is now being delivered by the USPS.
Top
yngwin
Retired Dev
Retired Dev
User avatar
Posts: 4572
Joined: Thu Dec 19, 2002 1:22 pm
Location: Suzhou, China

  • Quote

Post by yngwin » Mon May 26, 2008 11:05 am

Gentree wrote:Before anyone knocks my card it's a "NV11 [GeForce2 MX400]" . It gives great image and above all is the most recent card I could find without a FAN, ie truely silent.
Then you didn't look very far. There are several passively cooled newer cards on the market. I have an MSI nVidia 8600GT passive, which I'm happy with. It's perfectly fine for occasional gaming, although it won't do Crysis at highest settings. :wink: It sells here in Holland for around 75 euros.
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Top
kaosone
Guru
Guru
User avatar
Posts: 446
Joined: Sun Feb 01, 2004 2:42 am
Contact:
Contact kaosone
Website

  • Quote

Post by kaosone » Mon May 26, 2008 1:30 pm

sorry if this is a bit offtopic... but if i have a patch for the kernel, that works pretty much only for me i guess (needed to fix an adapter psx->usb, some of my keys where mapped as axis and not to a button)
i use zen sources git, what's the best way to integrate my patch with zen-sources?
i want that every time i checkout my patch is applied to the kernel, and if there are some hunks rejected just being warned so i can fix it up, or something like that.
i'm a noob to git but i'm pretty sure it's totally possible, i just don't know how :\
Top
rmh3093
Advocate
Advocate
User avatar
Posts: 2138
Joined: Wed Aug 06, 2003 10:36 pm
Location: Albany, NY

  • Quote

Post by rmh3093 » Mon May 26, 2008 1:59 pm

kaosone wrote:sorry if this is a bit offtopic... but if i have a patch for the kernel, that works pretty much only for me i guess (needed to fix an adapter psx->usb, some of my keys where mapped as axis and not to a button)
i use zen sources git, what's the best way to integrate my patch with zen-sources?
i want that every time i checkout my patch is applied to the kernel, and if there are some hunks rejected just being warned so i can fix it up, or something like that.
i'm a noob to git but i'm pretty sure it's totally possible, i just don't know how :\
i have one of those ps2/usb controller adapters as well, is that what you are talking about? i havent used it in a while but psx/ps2 controllers are the best... just post the patch here, come on irc and sent it to us, or e-mail us, we can incorporate it
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Top
kaosone
Guru
Guru
User avatar
Posts: 446
Joined: Sun Feb 01, 2004 2:42 am
Contact:
Contact kaosone
Website

  • Quote

Post by kaosone » Mon May 26, 2008 2:41 pm

yes, it's a psx2usb adapter. i bought one, and all worked fine except for 3 buttons
with jstest came out the buttons where mapped to an axis and not to a button (well can be a bug of the adapter, i don't know)
i made a quick hack to make these button working, just creating 4 more buttons and remapping the axis to those buttons. i highly doubt this patch can be of any intrest for anyone except me, because is not a fix on the joypad handling codebase, but a dirty remap (probably most of the adapters can work just out of the box ;) )
Top
rmh3093
Advocate
Advocate
User avatar
Posts: 2138
Joined: Wed Aug 06, 2003 10:36 pm
Location: Albany, NY

  • Quote

Post by rmh3093 » Mon May 26, 2008 6:02 pm

kaosone wrote:yes, it's a psx2usb adapter. i bought one, and all worked fine except for 3 buttons
with jstest came out the buttons where mapped to an axis and not to a button (well can be a bug of the adapter, i don't know)
i made a quick hack to make these button working, just creating 4 more buttons and remapping the axis to those buttons. i highly doubt this patch can be of any intrest for anyone except me, because is not a fix on the joypad handling codebase, but a dirty remap (probably most of the adapters can work just out of the box ;) )
well, i know that the touchscreen driver does the same type of crap, many touchscreens use the same chip but one on some screen the x axis will be inverted on others the y and on some both are inverted, i will have to dig my adapter out and see if its working or not, if your buttons were mapped to an axis, does that mean you axis were mapped to buttons, we might be able ot modify the patch to be configurable though menuconfig that way anyone could use the patch
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Top
Post Reply

209 posts
  • Page 3 of 9
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy