Forums

Skip to content

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

2.6.18-rc4-no2 "To be..." | (Super Fix/Stability Attempt?)

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
83 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
Author
Message
eremini
Apprentice
Apprentice
User avatar
Posts: 157
Joined: Fri May 27, 2005 8:41 am

  • Quote

Post by eremini » Mon Aug 28, 2006 2:45 pm

thanks for that, I think I'll leave unionfs alone, don't wanna mess with CVS snapshots, but I will use the squashfs patch. Thanks a lot, I am learning today :)

Edit: seems half of that patch has been incorporated upstream
Top
dr.bombay
n00b
n00b
User avatar
Posts: 39
Joined: Thu May 05, 2005 1:31 am
Location: Los Angeles

ndiswrapper & 2.6.18-rc4-no2

  • Quote

Post by dr.bombay » Thu Aug 31, 2006 4:05 pm

say cheater-conrad, I remerged 2.6.18-rc4-no2, and recomplied it, still ndiswrapper willnot build, please help if you can, here is the build error;
http://pastebin.ca/156122
I just escaped from microsoft please help I dont want to ever go back
Top
_dA_CyANIDe
Apprentice
Apprentice
User avatar
Posts: 196
Joined: Wed Mar 30, 2005 9:48 pm
Location: Czech Republic

Re: ndiswrapper & 2.6.18-rc4-no2

  • Quote

Post by _dA_CyANIDe » Thu Aug 31, 2006 8:56 pm

dr.bombay wrote:say cheater-conrad, I remerged 2.6.18-rc4-no2, and recomplied it, still ndiswrapper willnot build, please help if you can, here is the build error;
http://pastebin.ca/156122
Hi,

change CHECKSUM_HW to CHECKSUM_PARTIAL in ndis.c file. After that it should be ok. :wink:
AMD64 X2 3800+, 1GB RAM, Gigabyte GF7600
-----
Firewalls cannot block stupidity!
Top
dr.bombay
n00b
n00b
User avatar
Posts: 39
Joined: Thu May 05, 2005 1:31 am
Location: Los Angeles

Re: ndiswrapper & 2.6.18-rc4-no2

  • Quote

Post by dr.bombay » Thu Aug 31, 2006 9:37 pm

_dA_CyANIDe wrote:
dr.bombay wrote:say cheater-conrad, I remerged 2.6.18-rc4-no2, and recomplied it, still ndiswrapper willnot build, please help if you can, here is the build error;
http://pastebin.ca/156122
Hi,

change CHECKSUM_HW to CHECKSUM_PARTIAL in ndis.c file. After that it should be ok. :wink:
where do I find it at, and thank you for your help. I tried #slocate ndis.c and this is what I get;
# slocate ndis.c
/usr/src/linux-2.6.17-emission6/drivers/usb/gadget/rndis.c
/usr/src/linux-2.6.17-rc3-no2/drivers/usb/gadget/rndis.c
/usr/src/linux-2.6.18-rc4-no2/drivers/usb/gadget/rndis.c
/usr/src/linux-2.6.17-emission7/drivers/usb/gadget/rndis.c

Your assistances is appreciated
I just escaped from microsoft please help I dont want to ever go back
Top
vipernicus
Veteran
Veteran
User avatar
Posts: 1462
Joined: Mon Jan 17, 2005 10:35 pm
Location: Your College IT Dept.
Contact:
Contact vipernicus
Website

Re: ndiswrapper & 2.6.18-rc4-no2

  • Quote

Post by vipernicus » Fri Sep 01, 2006 12:46 am

dr.bombay wrote:
_dA_CyANIDe wrote:
dr.bombay wrote:say cheater-conrad, I remerged 2.6.18-rc4-no2, and recomplied it, still ndiswrapper willnot build, please help if you can, here is the build error;
http://pastebin.ca/156122
Hi,

change CHECKSUM_HW to CHECKSUM_PARTIAL in ndis.c file. After that it should be ok. :wink:
where do I find it at, and thank you for your help. I tried #slocate ndis.c and this is what I get;
# slocate ndis.c
/usr/src/linux-2.6.17-emission6/drivers/usb/gadget/rndis.c
/usr/src/linux-2.6.17-rc3-no2/drivers/usb/gadget/rndis.c
/usr/src/linux-2.6.18-rc4-no2/drivers/usb/gadget/rndis.c
/usr/src/linux-2.6.17-emission7/drivers/usb/gadget/rndis.c

Your assistances is appreciated
How-to:

Code: Select all

Add FEATURES="keepwork keeptemp" to /etc/make.conf
cd /usr/portage/net-wireless/ndiswrapper
ebuild ndiswrapper-1.17.ebuild unpack
cd /var/tmp/portage/ndiswrapper-1.17/work/ndiswrapper-1.17/
nano -w driver/ndis.c
Do a CTRL+W to search, and search for CHECKSUM_HW & change to CHECKSUM_PARTIAL (there will be several instances probably)
Once done, do an emerge ndiswrapper
Remove FEATURES that were added
Maybe you should try ndiswrapper-1.21, it is hard masked. It may already have this fix applied to it.
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Top
seren
Guru
Guru
User avatar
Posts: 448
Joined: Sat Aug 27, 2005 8:37 am
Location: Wisconsin

  • Quote

Post by seren » Fri Sep 01, 2006 2:51 am

some reason i booted rc4-no2 and my keyboard didnt work, the numlock light was stuck on but no keystrokes went through. the only thing changed in my .config from no1 to no2 were preempt and some things which i cant recall that changed in make oldconfig. its VIA VT8235 Chipset. its a PS/2 keyboard.

Code: Select all

jaymzbox linux # grep KEYBOARD .config
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
thx

seren
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sat Sep 16, 2006 12:35 pm

cheater1034, could you please create a reverse-patch for unionfs ?

Thanks in advance
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Sun Sep 17, 2006 12:46 am

kernelOfTruth wrote:cheater1034, could you please create a reverse-patch for unionfs ?

Thanks in advance
Hello, I will have a new no-sources release up very soon, and due to instability anyway, I'll drop it then.
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
Post Reply

83 posts
  • Previous
  • 1
  • 2
  • 3
  • 4

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

 

 

magic