Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
amd64-release of "small gentoo", liveCD with JMicron-support
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
BdON
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2007
Posts: 127

PostPosted: Sun Jan 28, 2007 9:02 pm    Post subject: Reply with quote

kernelOfTruth wrote:
nice to hear, that you switched from ubuntu, I had also a long odyssey from redhat, ubuntu, debian, suse, ... to Gentoo :wink:

Yeah I wanted something more powerful/customizable that Ubuntu, and gentoo was one of the only ones that did that and was stable for amd64 architechure.

kernelOfTruth wrote:
download the last "stable" kernel from:

http://www2.kernel.org/pub/linux/kernel/v2.6/

to patch e.g. 2.6.19 to 2.6.20-rc5:
download linux-2.6.19.tar.bz2

Does this part not matter which kernel I currently have, right? actually no step does? Just trying to understand what it is I'm doing exactly.

kernelOfTruth wrote:

download the attansic patch from the above posted site / ftp-mirror:

ftp://hogchain.net/pub/linux/attansic/kernel_driver/atl1-2.0.5-linux-2.6.20.rc5.patch.bz2

1) download everything kernel-related

2) now move everything to one common folder

for step 1), do you mean just those 3 files or other files also at the hogchain.net server? and for 2), I edited my above post and am still a little unclear about that
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: Sun Jan 28, 2007 9:44 pm    Post subject: Reply with quote

I can't give you more detailed information at the moment (hard studying :wink: ),

but I hope that link gives you some answers:

http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html

I'll be able to answer at earliest tomorrow / during the next days ...

may you will have figured it out until then (I also learned a lot by myself by reading through forum-posts)
_________________
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
BdON
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2007
Posts: 127

PostPosted: Mon Jan 29, 2007 2:31 pm    Post subject: Reply with quote

Thanks, I found out a way and believe I have successfully patched it. Thanks for your help and CD
Back to top
View user's profile Send private message
Xyzk
n00b
n00b


Joined: 02 Oct 2006
Posts: 69

PostPosted: Mon Jan 29, 2007 7:38 pm    Post subject: Reply with quote

I have problem- your newest version for amd64 does not detect my internet connection :/ Normal gentoo does, so it`s a mystery to me. anyone know how to help?


At begining of the instalation i have something like this:
Code:
network interface eth0 does not exist
Please verify hardware or kernel module (driver)
*ERROR: net.eth0 failed to start
*ERROR: cannot start netmount as net.eth0 could not start
*ERROR: netmount failed to start
*Service local started


I have been using same internet connection on previous instalation, and there was nothing like this :/ It detected my internet connection automatically, without any changes.



My result of ifconfig -a
Code:

eql     Link encap:Serial Line IP
         MASTER MTU:576
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:5
         RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

lo      Link enxap:Local Loopback
         inet addr:127.0.0.1 Mask:255.0.0.0
         inet.6 addr: ::1/128 Scope:host
         UP LOOPBACK RUNNING MTU:16436 Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:5
         RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)



shaper0       Link encap:Ethernet HWaddr 00:00:00:00:00:00
                   [NO FLAGS] MTU:1500 Metric:1
                   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                   collisions:0 txqueuelen:10
                   RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)




sit0    Link encap:IPv6-in-IPv4
         NOARP  MTU:1480 Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
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: Mon Jan 29, 2007 9:38 pm    Post subject: Reply with quote

have you loaded the corresponding driver / module for your network adapter?

for example:

Code:
modprobe sky2


for
Quote:
Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 20)


then established a dhcp lease ?
Code:
dhcpcd eth0


??

to find out which card you have:

Code:
lspci

_________________
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
Xyzk
n00b
n00b


Joined: 02 Oct 2006
Posts: 69

PostPosted: Mon Jan 29, 2007 9:54 pm    Post subject: Reply with quote

I have written "modprobe sky2" and ewerything went well now.
Thank you!
Back to top
View user's profile Send private message
benjordan06
n00b
n00b


Joined: 13 Sep 2005
Posts: 26
Location: Kentucky, USA

PostPosted: Tue Jan 30, 2007 7:06 pm    Post subject: Reply with quote

Thank you kerneloftruth for making these isos. :D

Last edited by benjordan06 on Wed Jan 31, 2007 4:03 am; edited 3 times in total
Back to top
View user's profile Send private message
Xyzk
n00b
n00b


Joined: 02 Oct 2006
Posts: 69

PostPosted: Tue Jan 30, 2007 8:27 pm    Post subject: Reply with quote

I also have a problem (again) this time- i cannot see the full list of modules. Argh!
Back to top
View user's profile Send private message
benjordan06
n00b
n00b


Joined: 13 Sep 2005
Posts: 26
Location: Kentucky, USA

PostPosted: Wed Jan 31, 2007 1:17 pm    Post subject: Reply with quote

I installed using the amd_64 r6 cd, everything boots fine except the kernel doesnt have attansic ethernet support

Sooo, i read Kerneloftruth's "sample procedure" and followed it as such:
downloaded and extracted all files, patched the kernel with patch-2.6.20-rc5.bz2 and the attansic patch.
used genkernel with my old .config and --menuconfig to add the attansic support, as well as added some Jmicron PATA support shown here: http://forums.gentoo.org/viewtopic-t-535681.html

Now, with the same config as before + more support added to it, it wont boot. I can still boot my old kernel by modifying grub to point at it during boot time.

I do not have my desktop with me, but I believe the error I got was like this:
Determining root device...
The root block device is unspecified or not detected.
Please specify a device to boot, or "shell" for a shell...
boot() ::

...but my error mentioned the proper drive it was supposed to be booting from. (/dev/sdb)

For reference, my drives are accessible in linux as such:
/dev/sda (windows NTFS main drive)
/dev/sdb (linux drive)
/dev/sdc (windows NTFS storage, it is slave PATA)
/dev/cdrom (master PATA)

I am running an ASUS p5b-e with core 2 duo e6300.

Any help is appreciated! :D
Back to top
View user's profile Send private message
Xyzk
n00b
n00b


Joined: 02 Oct 2006
Posts: 69

PostPosted: Wed Jan 31, 2007 4:08 pm    Post subject: Reply with quote

After all problems, now i have another one :P Internet don`t want to launch again. Im just after instalation and i wanted to install kde, but it don`t want to connect to any server :/
Back to top
View user's profile Send private message
benjordan06
n00b
n00b


Joined: 13 Sep 2005
Posts: 26
Location: Kentucky, USA

PostPosted: Wed Jan 31, 2007 4:48 pm    Post subject: Reply with quote

Xyzk wrote:
After all problems, now i have another one :P Internet don`t want to launch again. Im just after instalation and i wanted to install kde, but it don`t want to connect to any server :/


do you see the nic?
try ifconfig -a and check for eth0

does eth0 have an ip address?
if not, ifconfig eth0 192.168.1.100 netmask 255.255.255.0 or whatever you network is setup as.
if you have dhcpcd installed, try using that.

did you copy your resolv.conf?
try pinging your gateway, then try pinging 64.233.167.99 (google.com), then www.google.com.
If you can hit your gateway, and googles ip, but not www.google.com, its a dns issue.

just a few things to try
Back to top
View user's profile Send private message
Xyzk
n00b
n00b


Joined: 02 Oct 2006
Posts: 69

PostPosted: Wed Jan 31, 2007 4:57 pm    Post subject: Reply with quote

Hmm it`s not finding eth0... not good.... i must look for solution.
Back to top
View user's profile Send private message
i3laze
n00b
n00b


Joined: 31 Jan 2007
Posts: 13

PostPosted: Wed Jan 31, 2007 8:07 pm    Post subject: Reply with quote

Guys, I'll share experience a bit..

I've got ICH8R with 2x250 RAID0 on it. + DVD-Rom on JMicron controller (MB GigaByte GA-965P-DS4, you know).

My working sequence was:
"gentoo-irqpoll dodmraid"

heh :) just because "gentoo dodmraid" was giving me "Kernel Panic" on dmraid detection..
Back to top
View user's profile Send private message
benjordan06
n00b
n00b


Joined: 13 Sep 2005
Posts: 26
Location: Kentucky, USA

PostPosted: Wed Jan 31, 2007 9:00 pm    Post subject: Reply with quote

i3laze wrote:
Guys, I'll share experience a bit..

I've got ICH8R with 2x250 RAID0 on it. + DVD-Rom on JMicron controller (MB GigaByte GA-965P-DS4, you know).

My working sequence was:
"gentoo-irqpoll dodmraid"

heh :) just because "gentoo dodmraid" was giving me "Kernel Panic" on dmraid detection..


thanks for the reply...
My p5b-e mobo booted fine without any flags, and I was able to access all drives. If i used irqpoll, I got a kernel panic.
I am still unsure what my new kernel is missing that is not allowing me to boot right.
Would I be able to copy the livecd kernel for use in a permanent system? Everything was working during the livecd.
Back to top
View user's profile Send private message
i3laze
n00b
n00b


Joined: 31 Jan 2007
Posts: 13

PostPosted: Wed Jan 31, 2007 10:50 pm    Post subject: Reply with quote

oh.. this is my first step-by-step Linux installation..

Flood question (about bios raid):
i should only interract with it via "/dev/mapper/xxICH8Rxxx" device, sure?

i'm partitioning my hdd right now.. the question is:

mke2fs "/dev/mapper/xxxICH8Rxxx2" gives me some strange things:
"not enough blocks"
"smth about superblock"
"no device"
etc..

i've got Space-symbol " " in Raid's Volume name.. maybe That is wrong? (i Can rename "raid-volume name" via Intel utility)

i've got only one (xxxIHC8Rxxx) device in "/dev/mapper/.."
it's ok, that i try to "mke2fs /dev/mapper/DEVICE2" or smth like that?
Back to top
View user's profile Send private message
stoil
Tux's lil' helper
Tux's lil' helper


Joined: 12 Apr 2006
Posts: 144
Location: Bulgaria

PostPosted: Thu Feb 01, 2007 3:45 am    Post subject: Reply with quote

I had some spaces at the end of my raid volume name and this was kind of a problem - I thought if they are at the end they are not part of the name. However to avoid problems I renamed it and now all is fine. I could access it even with spaces but with escaping spaces and I really prefer normal way.
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: Mon Apr 23, 2007 6:41 pm    Post subject: Reply with quote

Ladies and gentleman I'm proud to announce small gentoo r7 for amd64 / x64_64 / intel64 / core2 duo
a GNU/Gentoo Linux derived minimal install livecd


release features / updates:

- ext4dev-support
- reiser4-support (1.0.6 for cryptcompress-support)
- 2.6.20-viper* based (kudos to vipernicus & predatorfreak (thanks for your exec-shield-patch)
- directfb with mplayer & links2 (-> videos with mplayer)
- updated with paludis, the first "Gentoo" livecd with paludis ?
- r1000-driver support (try it out, don't know if it works)
- shutdown & reboot works again
- attansic atl1-support
- jmicron-support :roll:
- much more S-ATA & SCSI-Controller support
- ipw3945-support (I hope I didn't forget to patch it in :wink: )[/b]
- ...

this shall be the last "official" release, since I consider it feature-"complete" for my needs (I also don't have that much time anymore)

newer releases will only be made if I need them due to lack of drivers / features

have a nice day :wink:

have fun with Gentoo :D
_________________
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


Last edited by kernelOfTruth on Sat Apr 28, 2007 8:00 am; edited 1 time in total
Back to top
View user's profile Send private message
i3laze
n00b
n00b


Joined: 31 Jan 2007
Posts: 13

PostPosted: Mon Apr 23, 2007 10:12 pm    Post subject: Reply with quote

Good Work Man!!))
Take a good weekend after!!)) :D

[waiting for your mirrors to update..)]
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 Apr 24, 2007 8:28 am    Post subject: Reply with quote

i3laze wrote:
Good Work Man!!))
Take a good weekend after!!)) :D

[waiting for your mirrors to update..)]


thanks :D

all mirrors (5) should now be up-to-date
_________________
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
mudrii
l33t
l33t


Joined: 26 Jun 2003
Posts: 789
Location: Singapore

PostPosted: Sat Apr 28, 2007 4:44 am    Post subject: Reply with quote

Big Thx for you effort
Could you please post the mirrors for small gentoo r8
I can not find it on any mirror.
Only r7 is available > amd64-r7.tar.bz2
Regards
_________________
www.gentoo.ro
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: Sat Apr 28, 2007 8:01 am    Post subject: Reply with quote

mudrii wrote:
Big Thx for you effort
Could you please post the mirrors for small gentoo r8
I can not find it on any mirror.
Only r7 is available > amd64-r7.tar.bz2
Regards


DAMN 8O I'm making so much typos
sorry :oops: , the latest amd64 release is meant to be r7 :wink:
_________________
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
mudrii
l33t
l33t


Joined: 26 Jun 2003
Posts: 789
Location: Singapore

PostPosted: Mon Apr 30, 2007 9:44 am    Post subject: Reply with quote

Thx for explanation
_________________
www.gentoo.ro
Back to top
View user's profile Send private message
yngwin
Developer
Developer


Joined: 19 Dec 2002
Posts: 4219
Location: Suzhou, China

PostPosted: Mon Apr 30, 2007 12:30 pm    Post subject: Reply with quote

I get ERROR 403: Forbidden at the www.kernel-of-truth.net and kerneloftruth.neucode.org mirrors. Sendspace works, but is very slow (50K/s).
Thanks for the new version!
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
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: Mon Apr 30, 2007 1:14 pm    Post subject: Reply with quote

yngwin wrote:
I get ERROR 403: Forbidden at the www.kernel-of-truth.net and kerneloftruth.neucode.org mirrors. Sendspace works, but is very slow (50K/s).
Thanks for the new version!


thanks for reporting, fixed, it was some minor permissions problem :wink:

your welcome :D
_________________
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
kernelOfTruth
Watchman
Watchman


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

PostPosted: Mon Oct 22, 2007 11:33 pm    Post subject: Reply with quote

since this livecd series is discontinued for an uncertain time

I'd like to point to an nice slackware based amd64-livedvd:

bluewhite64

original post
_________________
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
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6
Page 6 of 6

 
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