You are not logged in.

#1 2006-08-24 09:26:03

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

shame on me I cannot remember

I need to build 2.6.18-rc4 kernel only its been so long since I built one I am kinda  stuck

Do I use stock arch pkbuild from ABS .... or one from Wiki?

tried to build beyond ... but url failed ;-(

tomk help!


Mr Green

Offline

#2 2006-08-24 09:42:44

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: shame on me I cannot remember

Try this, courtesy of tpowa.

Offline

#3 2006-08-24 09:56:21

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: shame on me I cannot remember

Sweeet I knew you would know where to find it lol

thanks man  wink

could do with a tarball ;-(


Mr Green

Offline

#4 2006-08-24 11:34:46

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: shame on me I cannot remember

Just go back a directory on that URL - all the files are there.

Offline

#5 2006-08-24 12:30:16

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: shame on me I cannot remember

I must be going nuts cos I cannot grab em  :cry:


Mr Green

Offline

#6 2006-08-24 13:04:05

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: shame on me I cannot remember

:? I don't know what would cause that. Can you wget them from CLI?

Offline

#7 2006-08-24 13:15:28

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: shame on me I cannot remember

emmmm wget like in a term scary ... lol

I'll give it a go.....

Ok I got 'em *smacks self*

==>     Downloading linux-r1000(103).zip
--14:23:11--  ftp://152.104.238.194/cn/nic/rtl8111brtl8168b/linux-r1000(103).zip
           => `linux-r1000(103).zip'
Connecting to 152.104.238.194:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /cn/nic/rtl8111brtl8168b ... done.
==> PASV ... done.    ==> RETR linux-r1000(103).zip ... 
No such file `linux-r1000(103).zip'.

==> ERROR: Failed to download linux-r1000(103).zip
==> Aborting...

arrrgghhhhh!!!!!!

Do I need that ?


Mr Green

Offline

#8 2006-08-24 15:07:59

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: shame on me I cannot remember

It's the r1000 driver for newer Realtek NICs. If you don't need it, remove it from source= and md5sum=, and remove the 4 lines at the end of the PKGBUILD, after

# install r1000 driver for newer realtek network cards

If you do need it, they seem to have released a new version, with a different name, and a different archive format:
ftp://152.104.238.194/cn/nic/rtl8111brt … _v1.04.tgz

Offline

#9 2006-08-24 15:32:41

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: shame on me I cannot remember

Ok .... thanks tomk ... would like to build it in just in case ...

Need to add

CONFIG_BLK_DEV_JMICRON=y 

module 'm' might be better ....

to config ,... thats ok ?

<*> JMicron JMB36x support  under <*> Generic PCI IDE Chipset Support

Make sure this is set ?

/me gets on with it


Mr Green

Offline

#10 2006-08-24 17:12:51

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: shame on me I cannot remember

Emmmm

if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map -b /home/kevin/tmp/pkg -r 2.6.18-rc4-ARCH; fi
scripts/kconfig/conf -s arch/i386/Kconfig
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
patch: **** Can't open patch file ../r1000-build.patch : No such file or directory
==> ERROR: Build Failed.  Aborting...

patch is there maybe its looking in the wrong place?


Mr Green

Offline

#11 2006-08-24 18:14:48

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: shame on me I cannot remember

scripts/kconfig/conf -s arch/i386/Kconfig
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
patching file src/r1000_n.c
Hunk #1 FAILED at 43.
Hunk #2 FAILED at 1447.
2 out of 2 hunks FAILED -- saving rejects to file src/r1000_n.c.rej
==> ERROR: Build Failed.  Aborting...

Now I remember why I stopped rollin' me own ;-(


Mr Green

Offline

#12 2006-08-24 19:01:54

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: shame on me I cannot remember

try again with new files from dir, updated the kernel to git1 today and fixed also r1000 stuff

Offline

#13 2006-08-25 07:08:53

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: shame on me I cannot remember

ok  ... thanks  wink

I could have just removed those lines as tomk .....

right here we go again

I use wget to grab files is there an option to grab all file from a dir ? only -r wants to d/l everything  :?


Mr Green

Offline

#14 2006-08-25 09:22:53

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: shame on me I cannot remember

Just to let you know, tpowa also has binary packages for the kernel and most modules in that directory. I use them all the time.

Offline

#15 2006-08-25 09:42:18

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: shame on me I cannot remember

Its just that I need Jmicron modules which I think are not built in ....

May have slipped up added

CONFIG_BLK_DEV_JMICRON=m

not sure if that will work ....

Could do with some help setting it up correctly  :?


Mr Green

Offline

Board footer

Powered by FluxBB