Whatsup - לינוקס, תוכנה חופשית וקוד פתוח בעברית

שימוש מתקדם בלינוקס - כמה בעיות בזיהוי חומרה בג'נטו.

KingYes - 24/05/2004 - 23:24
נושא ההודעה: כמה בעיות בזיהוי חומרה בג'נטו.
שלום לכולם,
אני בג'נטו לא מצליח לזהות את ה-HD בצורה נכונה, וגם את הכרטיס הרשת.

כאשר הלינוקס טוען את המודולים, בהגיעו לכרטיס הרשת, הפלט המקובל נכתב בצורה הבאה:

קוד:
May 24 23:08:39 localhost rc-scripts: Failed to bring eth0 up
May 24 23:08:39 localhost rc-scripts: ERROR:  Problem starting needed services.
May 24 23:08:39 localhost rc-scripts:         "netmount" was not started.



במנדרייק, כאשר הייתי כותב את הפקודה הבאה, הייתי מקבל את הפלט הבא:

קוד:
[root@localhost yakir]# dmesg | grep eth0
eth0: RealTek RTL8139 at 0xc9902000, 00:80:48:13:22:8c, IRQ 11
eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
eth0: no IPv6 routers present
[root@localhost yakir]#


אך בג'נטו, לא נמצא שום פלט.

לגבי ה-HD, אני לא מצליח להשתמש איתם. והנה הפלט:

קוד:
root@localhost mnt # mount /dev/hdb7 test/
mount: fs type ext3 not supported by kernel
root@localhost mnt # mount /dev/hdb8 test
/dev/hdb8 looks like swapspace - not mounted
mount: you must specify the filesystem type
root@localhost mnt # mount /dev/hdb1 test
mount: fs type vfat not supported by kernel
root@localhost mnt #



תודה לכולם. Smile
elius - 24/05/2004 - 23:48
נושא ההודעה:
[ltr:d099b189ec]
I know its a dumb question, but you got ext3 and vfat fs support on your kernel ?(if not this is the dumbest request for help ever)
What network card you got ?
[/ltr:d099b189ec]
KingYes - 24/05/2004 - 23:53
נושא ההודעה:
קוד:
[root@localhost yakir]# dmesg | grep eth0
 eth0: RealTek RTL8139 at 0xc9902000, 00:80:48:13:22:8c, IRQ 11
 eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
 eth0: no IPv6 routers present
 [root@localhost yakir]#


ד"א בבקשה אנא כתוב לי בעברית.
elius - 24/05/2004 - 23:56
נושא ההודעה:
KingYes :
קוד:
[root@localhost yakir]# dmesg | grep eth0
 eth0: RealTek RTL8139 at 0xc9902000, 00:80:48:13:22:8c, IRQ 11
 eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
 eth0: no IPv6 routers present
 [root@localhost yakir]#


ד"א בבקשה אנא כתוב לי בעברית.

I dont have hebrew writing support.
You didnt answer any of my questions....
Got those kernel modules compiled ? and what Network card are you using(what company)?
Koala - 24/05/2004 - 23:56
נושא ההודעה:
האם יש תמיכה למערכות קבצים ext3 ו-vfat בקרנל ?

הקרנל שלך צועק "הצילו".
KingYes - 25/05/2004 - 00:02
נושא ההודעה:
Koala :
האם יש תמיכה למערכות קבצים ext3 ו-vfat בקרנל ?

הקרנל שלך צועק "הצילו".


כיצד ניתן לדעת?

וד"א מה עם השאלה השניה?
KingYes - 25/05/2004 - 00:02
נושא ההודעה:
elius :
KingYes :
קוד:
[root@localhost yakir]# dmesg | grep eth0
 eth0: RealTek RTL8139 at 0xc9902000, 00:80:48:13:22:8c, IRQ 11
 eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
 eth0: no IPv6 routers present
 [root@localhost yakir]#


ד"א בבקשה אנא כתוב לי בעברית.

I dont have hebrew writing support.
You didnt answer any of my questions....
Got those kernel modules compiled ? and what Network card are you using(what company)?


קימפלתי תמיכה ב-PPP וכל השמח. Smile
Koala - 25/05/2004 - 00:06
נושא ההודעה:
KingYes :
Koala :
האם יש תמיכה למערכות קבצים ext3 ו-vfat בקרנל ?

הקרנל שלך צועק "הצילו".


כיצד ניתן לדעת?

וד"א מה עם השאלה השניה?


כמו שקימפלת את שאר הדברים בקרנל - תיכנס ל-menuconfig ותפשפש שם תחת הסעיף של מערכות קבצים. תגדיר תמיכה במערכות הנ"ל ותקמפל.

לגבי השאלה השניה - אין לי שמץ.
mksoft - 25/05/2004 - 00:10
נושא ההודעה:
קראת את מדריך ההתקנה (והכוונה לקריאה, לא רפרוף) Question

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=7
elius - 25/05/2004 - 00:11
נושא ההודעה:
KingYes :
elius :
KingYes :
קוד:
[root@localhost yakir]# dmesg | grep eth0
 eth0: RealTek RTL8139 at 0xc9902000, 00:80:48:13:22:8c, IRQ 11
 eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
 eth0: no IPv6 routers present
 [root@localhost yakir]#


ד"א בבקשה אנא כתוב לי בעברית.

I dont have hebrew writing support.
You didnt answer any of my questions....
Got those kernel modules compiled ? and what Network card are you using(what company)?


קימפלתי תמיכה ב-PPP וכל השמח. Smile


What the hell are you talking about ? Now I'm 100% sure, you didnt compile those file systems to your kernel, now go and configure your kernel, add those file system support and reboot. Read the error !!
For crying out loud its right there saying
קוד:

mount: fs type ext3 not supported by kernel


cd /user/src/linux
make menuconfig
File systems -> Ext3
DOS/FAT ... -> get it also
better compile it into the kernel and not as modules
quit, save, compile and reboot
KingYes - 25/05/2004 - 00:16
נושא ההודעה:
הכל מסומן חוץ מ:
? ? [ ] Ext3 POSIX Access Control Lists ? ?
? ? [ ] Ext3 Security Labels
KingYes - 25/05/2004 - 00:19
נושא ההודעה:
ולגבי ה-DOS/FAT/NT Filesystems, הכל מסומן חוץ מה:

< > NTFS file system support
Koala - 25/05/2004 - 00:21
נושא ההודעה:
כל הסיפור הזה מסומן כמודולים או שבנוי בתוך הקרנל ?
KingYes - 25/05/2004 - 00:24
נושא ההודעה:
של ה-DOS/FAT/NT Filesystems, כמודולים.

ושל ה-EXT3, חלקם.
Koala - 25/05/2004 - 00:25
נושא ההודעה:
כל מה שקשור למערכות קבצים צריך להיות מקומפל בתוך הקרנל ולא בתור מודולים.
אגב, זה כתוב בצורה ברורה ביותר במסמכים של ג'נטו.
KingYes - 25/05/2004 - 00:31
נושא ההודעה:
ד"א כיצד משנים שזה יהיה כבנוי בתוך הקרנל?
KingYes - 25/05/2004 - 00:37
נושא ההודעה:
ניסיתי לסמן את ה- PPP over Ethernet, אני עכשיו מריץ קימפול.

נקווה לטוב.
elius - 25/05/2004 - 00:38
נושא ההודעה:
KingYes :
ניסיתי לסמן את ה- PPP over Ethernet, אני עכשיו מריץ קימפול.

נקווה לטוב.

why ?
KingYes - 25/05/2004 - 00:40
נושא ההודעה:
יש לך אולי איזה עצה בישבילי?
KingYes - 25/05/2004 - 01:39
נושא ההודעה:
UP?
elius - 25/05/2004 - 01:42
נושא ההודעה:
KingYes :
יש לך אולי איזה עצה בישבילי?


Read what I wrote above, compile those file systems to the kernel, if you dont know how to do that RTFM !

Read the errors mount shows you !! it finds the hard-disk or other wise you wouldnt be able to load your system!! It specificly says, you dont have those file system in the kernel. What else you want it to say ? is it too hard to read what it says instead of posting right away? and on 'advance use of linux' forum....
That's for the hard-disk, I dont think anyone can explain it more simple.

About the network card, I have a feeling you got nforce 2 with eth on board. Am I right ?


Edit: and you dont need to bump it, people can still see it.
כל הזמנים הם GMT + 2 שעות