إعـــــــلان

تقليص
لا يوجد إعلان حتى الآن.

مشكلة فى كرت الشبكة

تقليص
X
 
  • تصفية - فلترة
  • الوقت
  • عرض
إلغاء تحديد الكل
مشاركات جديدة

  • مشكلة فى كرت الشبكة

    أنا أستخدم نظام suse 9.3 ولكن كرت الشبكة لم يعرف
    كرت الشبكة : DFE-538TX
    اى نوعه Dlink
    يوجد تعريف فى الإسطوانة به 3 ملفات
    ولكنى لم أستطع التنصيب
    الملفت هى:
    rtl8139.c
    readme.txt
    makefile
    رابط الملفات هو: linux.rar - 0.02MB
    من فضلكم ساعدونى أنا انتظر أكثر من شهر
    Ahmed Abdo

  • #2
    من فضلكم ساعدونى لأنى وصلت لمرحلة اليأس
    Ahmed Abdo

    تعليق


    • #3
      المرجو نسخ محتوى الملف readme.txt هنا
      شيء ثاني ال rtl8139 أنا جربت العديد من التوزيعات و كلها تتعرف عليها. لا أعلم بخصوص السيوزي 9.3
      ما هو ناتج الأمر lspci و lsmod
      User N4m3 | FLoOoD HacKeR
      e-mail | e@Hotmail.com | zo@Hotmail.com
      ZoNe-H
      FaceBook

      تعليق


      • #4
        readme

        كود:
        *************************************************
        **   DFE-538TX PCI  Fast Ethernet Adapter      **
        **                                             **
        **   LINUX driver                              **
        *************************************************
        
        Introduction:
        =============
        
            The instructions are for linux driver installation. You must
            compile the source code to generate RTL8139.o and use insmod command to
            insert RTL8139.o as module.
        
        Contents of the Subdirectory:
        =============================
        
            readme.txt                This file.
            RTL8139.c                 The linux core driver source code file
            Makefile                  Makefile for generating driver object file
            
        Kernel Supported
        ================
            This driver support linux kernel version 2.4.x/2.5.x now.
        
        Installation
        ============
            1) Create a temporary directory:
                # mkdir /temp
        
            2) Change to the temporary directory:
                #cd /temp
        
            3) Copy driver (sl_linux.tgz) from CD-ROM to the temporary directory, and follow the commands: 
               # mount -t iso9660 /dev/cdrom /mnt
               # cp /mnt/sl_linux.tgz /temp
        
            4) untar the archive file:
               # tar xzvf sl_linux.tgz
               # cd RTL8139
            
            5) Compile the driver source files and it will generate RTL8139.o, and
               copy it to correct driver installation path (The installation directory
               is different in different kernel versions. In 2.4.x kernel, the path is 
               /lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
               the path is /lib/modules/KERNEL_VERSION/net/)
               # make install
        
            6) Check configuration file (/etc/modules.conf or /etc/conf.modules,it 
               depend on your Linux distribution) for loading kernel modules. Make sure
               there is the following content in the configuration file, where # is 
               interface number :
                alias eth# RTL8139 
          
            7) Reboot now:
                shutdown -r now 
        
            8) Install your driver module (If the driver module is in the wrong place,
               an error message will appear, and say that can't find the driver 
               module):
                insmod RTL8139.o
        
            8) Use ifconfig command to assign the IP address, where # is network 
               interface number:
                ifconfig eth# <IP>
        
            9) Check the interface works:
                ping <remote_host_IP>
        
        Uninstallation
        ==============
            Please enter the following commands to uninstall your driver:
              # make uninstall
        
        Module Parameter:
        =================
        The following parameters can be set when we install the driver module. You can add this parameters when
        you execute 'insmod' command to install the driver 
              # insmod RTL8139.o  work_node =0x00
        
        work_mode
          work_mode is used for setting the speed and duplex mode of NIC.Value is as followed:
                AUTOSELECT 0x00
        	M10-HALF   0x01
        	M10-FULL   0x02
        	M100-HALF  0x04
        	M100-FULL  0x08
         	
        If you want to use other modes,it can be changed by the following steps:
                # ifdown eth0
                # rmmod RTL8139
                # insmod RTL8139.o work_mode= ****
        Ahmed Abdo

        تعليق


        • #5
          أخي الكريم أول شيء هل قمت بعملية كومبايل للبرنامج rtl8139.c ؟؟؟
          أعمل له كومبايل أخي ومن ثم قم بإضافته الى الكيرنل ...
          المهم الحين أعمل له كومبايل وسأساعدك بتكملة الباقي ... بس ياريت تعمل كومبايل بالأول ماشي يا رييس ؟؟؟ أهم شيء اليأس مرفوض :onfire:
          إِنَّمَـا الأُمَـمُ الأَخْـلاقُ مَا بَقِيَـتْ ... فَـإِنْ هُمُ ذَهَبَـتْ أَخْـلاقُهُمْ ذَهَبُـوا

          إذا المرء لا يرعاك إلا تكلفاً ... فدعه ولا تكثر عليه التأسفا
          ففي الناس أبدال وفي الترك راحة ... وفي القلب صبر للحبيب ولو جفا
          فما كل من تهواه يهواك قلبه ... ولا كل من صافيته لك قد صفا
          إذا لم يكن صفو الوداد طبيعة ... فلا خير في خل يجيء تكلفا
          ولا خير في خل يخون خليله ... ويلقاه من بعد المودة بالجفا
          وينكر عيشاً قد تقادم عهده ... ويظهر سراً كان بالأمس في خفا

          [ مواقع مفيدة: أروع موقع القرآن الكريم |مدونتي |Twitter |نظام طارق ]

          تعليق


          • #6
            لا أعرف كيفية عمل كومبايل يا أخى
            أنا نفذت الخطوات فى ملف ال readme.txt
            ولكن خطوة كومبايل مجهولة
            كيف أعمل كومبايل لملف rtl8139.c إلى rtl8139.o ؟
            أرجوا المساعدة لأنى جديد فى نظام اللينكس
            Ahmed Abdo

            تعليق


            • #7
              ثانيا: التوزيعة عرفت الهارد بس للقراءة فققط وحاولت أعمل Permission مينفعش؟
              بس المشكلة الأهم هى كرت الشبكة لأن النظام من غير نت؟
              ما هى طرق ال compile وإدماجه فى الKernel ؟
              Ahmed Abdo

              تعليق


              • #8
                Kernel Supported
                ================
                This driver support linux kernel version 2.4.x/2.5.x now


                ما هي إصدارة الكرنل عندك ؟ لمعرفة ذلك نفذ uname -r

                و ما هي نتيجة الأمر التالي (انسخه في الترمنال) :
                كود:
                ls /lib/modules/`uname -r`/kernel/drivers/net/ | grep 8139
                User N4m3 | FLoOoD HacKeR
                e-mail | e@Hotmail.com | zo@Hotmail.com
                ZoNe-H
                FaceBook

                تعليق


                • #9
                  Kernel Version: 2.6.11.4-20a-default
                  أما نتيجة الأمر
                  8139cp.ko
                  8139too.ko
                  ما العمل؟
                  Ahmed Abdo

                  تعليق


                  • #10
                    أنت لن تحتاج إلى الدرايفر الموجود في القرص.
                    ما نتيجة الأوامر التالية؟
                    كود:
                    lsmod | grep 8139
                    cat /etc/modprobe.conf
                    cat /etc/modprobe.conf.local
                    User N4m3 | FLoOoD HacKeR
                    e-mail | e@Hotmail.com | zo@Hotmail.com
                    ZoNe-H
                    FaceBook

                    تعليق


                    • #11
                      أنا أكتب بالورقة والقلم لنقل محتويات التيرمينال الهارد لا يسمح بالكتابة
                      وشكرا لك على الإهتمام
                      سأفعل ما طلبت وسأعود سريعا
                      Ahmed Abdo

                      تعليق


                      • #12
                        الأمر الأول: command not found
                        الأمر الثانى : صفحة كبيرة أولها install eth0
                        الأمر الثالث: Please add a local extension to the file
                        أنا بجد حاسس بالعجز مع النظام ده
                        Ahmed Abdo

                        تعليق


                        • #13
                          من فضلكم أى حد يرد على
                          لا أحب أن أعترف بالهزيمة ولكن ربما سأعود إلى الويندوز
                          شكرا وأرجوا المساعدة
                          Ahmed Abdo

                          تعليق


                          • #14
                            الأمر الأول نفذه و أنت root
                            أنا حاسس أن كرت الشبكة عندك متعرفة و لكن يكفي تحرير الإعدادات. هل جربت بواسطة yast ؟
                            User N4m3 | FLoOoD HacKeR
                            e-mail | e@Hotmail.com | zo@Hotmail.com
                            ZoNe-H
                            FaceBook

                            تعليق


                            • #15
                              و غريبة أن الأمر lsmod ما يشتغل معاك !!
                              User N4m3 | FLoOoD HacKeR
                              e-mail | e@Hotmail.com | zo@Hotmail.com
                              ZoNe-H
                              FaceBook

                              تعليق

                              يعمل...
                              X