تبلیغات :
ماهان سرور
آکوستیک ، فوم شانه تخم مرغی ، پنل صداگیر ، یونولیت
دستگاه جوجه کشی حرفه ای
فروش آنلاین لباس کودک
خرید فالوور ایرانی
خرید فالوور اینستاگرام
خرید ممبر تلگرام

[ + افزودن آگهی متنی جدید ]




صفحه 44 از 177 اولاول ... 344041424344454647485494144 ... آخرآخر
نمايش نتايج 431 به 440 از 1769

نام تاپيک: همه چیز درباره مودمها در گنو/لینوکس

  1. #431
    حـــــرفـه ای rootnt's Avatar
    تاريخ عضويت
    Mar 2005
    محل سكونت
    تهران
    پست ها
    3,759

    پيش فرض

    الان (توی فدورا ۷) هم کرنلتون همونه؟
    موقع نصب و هنگام انتخاب بسته ها باید کرنل مناسب رو انتخاب کنید
    الان هم با برنامه مدیریت بسته هاتون از روی cd نسخه درست کرنل رو نصب کنید
    ---------------------------------------
    یا rpm درستشو از توی cd با دستور rpm -i در خط فرمان نصبش کنید
    بعد از اینکه نصب کردید تا اونجا که یادمه این کرنلهای کامپایل شده همه کار رو خودشون انجام می دهند حتی تنظیم گراب
    به همین دلیل شما راحت سیستمتو ریست می کنی و بعد باید کرنل جدید در لیست بوت شما دیده بشه و با اون وارد لینوکس بشید
    حالا ببینم خودت چی کار می کنی

  2. #432
    پروفشنال ALI16437's Avatar
    تاريخ عضويت
    Jun 2006
    پست ها
    937

    پيش فرض

    فکر کنم بااین دیگه مشکل حله حالا دوتا کرنل دارم.




    این عکسو نگاه کن من فایل رو دانلود کردم و از حالت فشرده خارج کردم سپس توی مسیر فوق کپی کردم.
    /usr/src
    حالا فرمانهای فوق اجرا نمیشه عکس روببین

    این هم readme داخلش :
    rootnt عزیز یک نگاه به این نوشتهها هم بنذار که ایا به این لینوکس میخوره.
    خودم بعدش اضافاتشو پاک میکنم.
    ReadMe file for the
    Intel(R) 536ep V9x DF modem Linux driver

    contents:
    1. License
    2. Release Notes
    3. Installation/Uninstallation
    4. File Descriptions
    5. International Users
    6. Beta Tester appreciation
    7. Security issues
    8. Compilation issues
    a. Instructions for Debian Users
    b. Kernel Source
    9. What is the Hamregistry?
    10. what's v92 and v44?
    11. The Hamregistry tool (for persistance)
    12. Known Bugs/Issues
    13. Comments, ideas, problems, fixes

    -------------------------------------------------------------------------------
    1. LICENSE

    IMPORTANT - read the file "LICENSE.txt" for the INTEL SOFTWARE LICENSE
    AGREEMENT BEFORE COPYING, INSTALLING OR USING.

    -------------------------------------------------------------------------------
    2. Release Notes

    This release is not compatible with kernels prior to 2.4.
    This release supports 2.4.x and 2.6.x kernels. It is not compatible to 2.2.x kernels.

    The softmodem binary was compiled with gcc version 3.2

    v92 support added: modem on hold AT command set,
    PCM upstream, v44, and quick connect are implemented.
    Linux Compatability tests are performed on the latest or previous
    versions of the following distributions: Mandrake, RedHat, and SuSE

    -------------------------------------------------------------------------------
    3. INSTALLATION

    Prerequisites:
    1. root access
    2. bash shell to run install scripts
    3. an Intel536ep modem
    4. KERNEL SOURCE HEADERS FOR THE KERNEL YOU ARE RUNNING.
    (found on your distribution's CD)

    6 steps to install
    1. login as ROOT
    2. extract the archive into a directory with "tar -zxvf <archivename>.tgz"
    3. cd into the directory it created.
    4. Type: make clean
    5. Type: make 536
    6. Type: make install
    This will create a /dev/modem device file. This file is used as an interface to
    modem by all applications: minicom, kpppd, efax, etc. Please configure the applications
    to use /dev/modem if neccessary.

    The installation script has been designed for the following distributions
    release versions

    mandrake-release
    SuSE-release
    redhat-release
    debian_version (including Corel)
    slackware-version
    conectiva-version
    bluepoint-release
    redflag-release
    Unknown distributions install modules and utilities but
    will not install boot scripts!.

    Please examine the Intel536_inst and Intel536_boot scripts if you have a different distribution.

    The driver registers itself as character device
    major number 240, minor number 1.


    ATTENTION: if the driver compiles but the script just wont work for you.
    Here are the bare minimum steps to get your modem to work.

    0. log in as root.
    1. insmod -f Intel536.o (Intel536.ko for kernel 2.6)
    2. you can start "hamregistry &" at this point if you wish.
    3. rm /dev/536ep
    4. mknod /dev/536ep c 240 1 (note "240" is the default, if it does not
    work see what /proc/devices says 536ep's major number is)
    5. ln -s /dev/536ep /dev/modem
    6. start a comm application like minicom and use the modem.
    7. see section 3 (International Users) for info on setting the correct
    country settings.

    Uninstallation.
    Linux modem driver is started by the boot script Intel536_boot. The script location
    is distribution specific, usually /etc/init.d. So to uninstall the modem, delete
    this file, and stop the modules using command: rmmod Intel537
    make uninstall does this for redhat.

    -------------------------------------------------------------------------------
    4. FILE DESCRIPTIONS

    Intel536_inst installation script to install 536 modules and supporting files


    files copied to /lib/modules/(kernel-version)/misc
    Intel536.o (Intel536.ko) modem driver

    files copied to /etc/rc.d/... (path differes per distribution)
    Intel536_ boot scrip to start and stop driver module

    files copied to /usr/sbin
    hamregistry hamregistry is the "registry" like tool that the modem uses to
    get and store persistant data such as county info and profile strings.

    files copied to /etc
    hamregistry.bin file that stores the initial persistant data for modem.

    -------------------------------------------------------------------------------
    5. INTERNATIONAL USERS

    hamregistry will store the last country setting you
    set in the modem.

    in minicom (or equivalent comm application)
    the commmand to change country setting is "AT+GCI="
    the command takes a t.35 country code in hexadecimal.
    below is a list of currently supported t.35 country codes.
    you can also put this "AT" command in the init string of
    the comm application you are using.

    if you are a CTR-21 country I think you should be able to
    choose a CTR-21 country on the list and be ok. but
    that's no guarantee.
    The same goes for countries that are "USA" compatable.
    (this table also exist in the source file wwh_dflt.c that
    ships with the Intel536ep driver)

    country code t.35 code
    ---------------------------
    USA 1 B5
    KOR 82 61
    ECU 593 35
    BOL 591 14
    CHL 56 15
    COL 57 27
    PAN 507 85
    PER 51 88
    SAU 966 98
    THA 66 A9
    VNM 84 BC
    SWE 46 A5
    DNK 45 31
    FIN 358 3C
    NOR 47 82
    ISL 354 52
    IRL 353 57
    ISR 972 58
    LIE 423 68
    ESP 34 A0
    TUR 90 AE
    DEU 49 42
    AUT 43 0A
    CHE 41 A6
    CYP 357 2D
    GRC 30 46
    ITA 39 59
    LUX 352 69
    NLD 31 7B
    GBR 44 B4
    BEL 32 0F
    FRA 33 3D
    PRT 351 8B
    PAK 92 84
    JPN 81 00
    RUS 7 B8
    AUS 61 09
    MYS 60 6C
    CHN 86 26
    HKG 852 50
    SGP 65 9C
    NZL 64 7E
    ARG 54 07
    BRA 55 16
    MEX 52 73
    TWN 886 E3
    IND 91 53
    PHL 63 89
    IDN 62 54
    BHS 103 0B
    BRB 104 0E
    BMU 105 12
    GTM 502 49
    HTI 509 4E
    HND 504 4F
    JAM 1 5B
    NIC 505 7F
    PRY 595 87
    PRI 121 8C
    SUR 597 A3
    TTO 117 AC
    URY 598 B7
    VEN 58 BB
    ZWE 263 C4
    GUY 592 4D
    EST 372 E0
    HUN 36 51
    SVN 386 E2
    ARE 971 B3
    SVK 421 2E
    CAN 107 14
    CRI 506 1B
    DOM 110 33
    SLV 503 37
    GMB 220 41
    GIB 350 45
    POL 48 8A
    EGY 20 36
    CZE 420 2E
    ZAF 27 9F
    GUF 594 E1


    -------------------------------------------------------------------------------
    6. Thanks to the following beta testers for their valuable input and
    suggestions during the HaM 333 beta test between January 2 - 26, 2001
    and those who submitted bug reports for Intel 536 driver

    Dorian S. Araneda
    Sean Walbran
    Rob Clark
    Marvin Stodolsky
    Dominique Duval
    Roman Krais
    Ulrich Guenther
    Marcelino Viana Pinheiro
    Thomas S. Iversen
    Jospeh Teichman
    Michel Bartolone (MED)
    Ramon Gonzalez Montoiro
    Ryoji Kawagishi
    Torsten Vogel
    "jandro"
    Ian Carr-de Avelon
    Helga Weindl
    Ed Casas
    Bernhard Hoelcker
    Alexander "Sasha" Voytov
    Albert Woo
    Andrey Vitsenko
    Peter Hirschmann
    Tom Lane

    and all of the helpful Linux HaM and 536 modem users
    around the world and at
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    -------------------------------------------------------------------------------
    7. Security issues

    the Intel536_inst and Intel536_boot file install the files and device nodes as
    root for the owner and group.
    this will cause problems for those who want to user the modem to dialout
    using an account other than root.

    In SuSE, "dialout" is the group used to install the files and device node.
    This way, anyone belonging to the "dialout" group can use the modem to dialout.
    (take a look at /etc/group)

    I did not want the script to allow full access of the modem to everyone without
    "root" knowing.

    Edit the Intel536_boot and Intel536_inst scripts to fit your needs.

    -------------------------------------------------------------------------------
    8. Compile issues
    a. this driver will now compile with the this path:
    /lib/modules/<kernel version>/build/include
    the 2.4.4+ kernels says to copy the /boot/vmlinuz.version.h
    over to the kernel build path. I have the makefile do this
    if this file exists. You must install the kernel source
    code anyways. It should be on your distribution's CD.


    -------------------------------------------------------------------------------
    9. What is the Hamregistry?
    The hamregistery is an application that stores data for the 536ep driver onto
    the disk. hamregistry stores information from the driver that needs to
    persist from reboot to reboot such as you current country setting.
    The Intel536_inst install script and the Intel536_boot script start this utility
    automatically for you.
    If this tool is not present when the driver gets used your profile,
    quickconnect, and current country setting will not be saved but the driver
    should still work fine. The only step that would need to be done is to
    make sure that the driver is set to the correct country with
    at+gci= (see section 5)


    -------------------------------------------------------------------------------
    10. What's v92 and v44?

    a. modem on hold: (ISP and your ISP dialer must also support this)
    This will allow you to pause your ppp connection to answer an incoming
    call. You will need call waiting, dialer, and ISP support for this to
    work. When you are done with the call you can resume your ppp connection
    without having to reconnect. The AT command set for this feature exist
    in the driver.

    b, pcm upstream:
    (ISP must also support this, as of version 4.32 I
    dont know any ISP's that do)
    This will allow faster upload speeds.
    to enable: at+pig=0
    to disable: at+pig=1

    c. quickconnect:
    Once you make a call to a v92 modem, your phoneline characteristics are
    stored. Whenever you make a new v92 connection it will use this data
    to make the call negotiation quicker (approx 10 seconds).
    to enable: at+pqc=0 at+pss=0
    to disable: at+pss=2

    d. v44: (ISP must also support this)
    A better compression protocol than v42 which can give you better transfer
    speeds.

    -------------------------------------------------------------------------------
    11. The Hamregistry tool

    The hamregistry tool is used to provide persistance of settings across
    reboots. The haminst and hamboot scripts automatically setup and start
    the hamregistry background task for the modem to use.
    The hamregistry tool has command line arguments for those who wish to
    customize persistant settings. To use these command lines
    you must first stop the driver with "bash hamboot stop".
    Once the driver has been stopped you may run hamregistry with one of these
    arguments to store into the /etc/hamregistry.bin persistance file:
    (supply value for items in < >)
    -mfg <Modem manufactures name>
    -mod <Modem model name>
    -hookflash <0,1,2>
    hookflash method: 0=(default)without tone 1=with tone 2=reserved
    -v92rptopt <0,1>
    control v92 reporting: 0=PCM upsteam only 1=(default) all v92
    -gpio_lpohd <0,1>
    Handset Hook detection: 0=not supported 1=(default)supported
    -current_country <t.35 code>

    This info is written to the /etc/hamregistry.bin file.
    If hamregistry.bin exists along with the installation files, haminst will
    copy it to /etc/hamregistry.bin when installing the modem.

    -------------------------------------------------------------------------------
    12. Known Bugs/Issues

    a. Be aware that the build replaces your
    /lib/module/<kernver>//build/include/linux/version.h file with
    /boot/vmlinuz.version.h
    (this is what Linus T. told me to do with a compiler error)
    b. There may be an incompatibility with DevFS. The 536ep device may be located
    in /dev/tts/536ep
    instead of /dev/536ep. Be aware of this and link /dev/modem to the 536ep
    device that corresponds to your setup.
    c. Currently there is a problem with driver and SuSE 7.2 ppp
    connections. I have been able to get ppp connection with bellsouth
    by calling this bash script and wvdial config section:

    ------my script----------------------
    #! /bin/sh
    /usr/sbin/pppd -detach lock asyncmap 00000000 \
    defaultroute debug /dev/modem 115200 \
    ipparam ppp0 linkname ppp0 \
    noauth \
    connect "/usr/bin/wvdial --chat bellsouth"

    ------my /etc/wvdial.conf section ---
    [Dialer bellsouth]
    Modem = /dev/modem
    Baud = 115200
    Init1 = ATZ
    Inti2 = ATQ0 V1 E1 S0=0 &C1 &D2
    Dial Command = ATDT
    Phone = 9777888
    Username = myloginname
    Password = mysecretpassword
    #Ask Password = 1
    Stupid Mode = 0
    ------------------

    wvdial.conf can be created automatically:
    wvdialconf wvtest.txt
    Found a modem on /dev/537, using link /dev/modem in config.
    Modem configuration written to wvtest.txt.
    --------
    Edit wvtest.txt as indicated. If your country is not the Unites States,
    the Init lines should be
    Init1 = ATZ
    Init2 = AT+GCI=< your hexadecimnmal country code >
    Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Then:
    cp wvtest.txt /etc/wvdial.conf, which will later direct the dialout.

    First check COMM status with:
    # ifconfig
    eth0 Link encap:Ethernet HWaddr 000:5960:A2
    UP BROADCAST MULTICAST 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:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:11 Base address:0x2000

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:212 errors:0 dropped:0 overruns:0 frame:0
    TX packets:212 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:11316 (11.0 KiB) TX bytes:11316 (11.0 KiB)

    The loopback "lo" is standard. But any extra COMM mode such as eth0
    should be shut down if it will interfere with domain name services (DNS)
    ifconfig eth0 down
    will suffice more most systems. Check with:
    ifconfig
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:212 errors:0 dropped:0 overruns:0 frame:0
    TX packets:212 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:11316 (11.0 KiB) TX bytes:11316 (11.0 KiB)

    Then dialout with
    wvdial &
    # wvdial
    --> WvDial: Internet dialer version 1.54
    --> Initializing modem.
    --> Sending: ATZ
    ATZ
    OK
    --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    OK
    --> Modem initialized.
    --> Sending: ATDT9777888
    --> Waiting for carrier.
    ATDT9777888
    CONNECT 53333 V44
    --> Carrier detected. Waiting for prompt.
    ** dialup12.rol.ru Terminal Server **
    Login:
    --> Looks like a login prompt.
    --> Sending: internet
    internet
    Password:
    --> Looks like a password prompt.
    --> Sending: (password)
    Entering PPP Session.
    IP address is 66.44.1.90
    MTU is 1006.
    --> Looks like a welcome message.
    --> Starting pppd at Sun Apr 4 2349 2004
    --> pid of pppd: 4879
    --> Using interface ppp0
    ROM checksum self-test: passed (0xdbd8681d).
    CSLIP: code copyright 1989 Regents of the University of California
    PPP generic driver version 2.4.2
    pppd 2.4.2 started by root, uid 0
    Using interface ppp0
    Connect: ppp0 <--> /dev/ttyLT0
    kernel does not support PPP filtering
    --> local IP address 68.14.26.80
    --> remote IP address 207.116.5.132
    --> primary DNS address 207.116.4.8
    --> secondary DNS address 207.116.4.9
    PPP BSD Compression module registered
    PPP Deflate Compression module registered
    local IP address 68.14.26.80
    remote IP address 207.116.5.132
    primary DNS address 207.116.4.8

    The DNS address gets copied to /etc/resolv.conf
    wherefrom it consulted to find NAME SERVERS which translate Named addresses into
    the Numerical addresses used by the Internet system. Display with

    cat /etc/resolv.conf
    search
    nameserver 207.116.4.8
    nameserver 207.116.4.9

    Test navigation capability with a known Internet address.
    For example the numeric address of novell.com is 130.57.4.70

    # ping 130.57.4.70
    PING 130.57.4.70 (130.57.4.70): 56 data bytes
    64 bytes from 130.57.4.70: icmp_seq=0 ttl=50 time=208.0 ms
    64 bytes from 130.57.4.70: icmp_seq=1 ttl=50 time=209.9 ms
    64 bytes from 130.57.4.70: icmp_seq=2 ttl=50 time=210.0 ms
    shows that your System is attached to the internet, while using the named address

    ping novell.com
    PING novell.com (130.57.4.70): 56 data bytes
    64 bytes from 130.57.4.70: icmp_seq=0 ttl=50 time=204.4 ms
    64 bytes from 130.57.4.70: icmp_seq=1 ttl=50 time=210.0 ms
    64 bytes from 130.57.4.70: icmp_seq=2 ttl=50 time=210.0 ms
    64 bytes from 130.57.4.70: icmp_seq=3 ttl=50 time=210.0 ms
    shows that DNS services are OK. ALWAYS quickly abort a "ping" test with
    Ctrl -C

    This COMM session was started with
    wvdial &
    where the "&" puts wvdial in the background and allows command prompt recovery
    To stop this session I will fore ground (fg)
    fg wvdial and then stop wvdial with
    Ctrl-C

    -------------------------------------------------------------------------------
    13. Comments, ideas, problems, fixes? please contact:

    Linux Voice Band Modems (VBM) of Intel Residential Access Division (RAD)

    [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    To restrict email volume, please email only development related issues that are
    needed to fix a bug or improve the driver. General questions on how to use the
    Linux OS may not be responed to.

    Other resources and information on Linux controllerless modems can be found on
    these useful sites

    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    and
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    If you have problems please read Jacques' PostInstall.html FIRST at
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    before sending a message to [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
    Last edited by ALI16437; 26-10-2007 at 16:27.

  3. #433
    حـــــرفـه ای rootnt's Avatar
    تاريخ عضويت
    Mar 2005
    محل سكونت
    تهران
    پست ها
    3,759

    پيش فرض

    بله برای همه لینوکسها هست
    Prerequisites:
    1. root access
    2. bash shell to run install scripts
    3. an Intel536ep modem
    4. KERNEL SOURCE HEADERS FOR THE KERNEL YOU ARE RUNNING.
    (found on your distribution's CD)
    اول از همه شما باید بسته kernel-source یا kernel-headers رو نصب کنید (با توجه به ورژن کرنلی که الان روی سیستمتون نصبه)
    این راهنما رو کامل و به دقت بخونید و به دقت هم عمل کنید
    همین اولش بی دقتی کردید
    اینو انجام ندادید:
    3. cd into the directory it created
    دوست عزیز روی این درایور ها نمی شه ۱۰۰٪ حساب کرد و خیلی باهاش مشکل دارن
    لطفا دقت کن

  4. #434
    پروفشنال ALI16437's Avatar
    تاريخ عضويت
    Jun 2006
    پست ها
    937

    پيش فرض

    من این نوشته رودیدم ولی نفهمیدم چی مگه .

    حالا که بیشتر دقت میکنم فکر کنم cd توزیع لینوکس رومیخواد درسته .

    امتحان میکنیم.

    بازم ممنونم.

  5. #435
    حـــــرفـه ای rootnt's Avatar
    تاريخ عضويت
    Mar 2005
    محل سكونت
    تهران
    پست ها
    3,759

    پيش فرض

    منظور ش اینه که با دستور cd وارد دایرکتوری برنامه ای که از حالت زیپ خارجش کردی بشی
    cd /usr/src/package-name

  6. #436
    پروفشنال ALI16437's Avatar
    تاريخ عضويت
    Jun 2006
    پست ها
    937

    پيش فرض

    ظاهرا سوتی بدی دادم .
    خب من انگلیسیم خیلی ضعیفه.

    به هر حال به مسیر فوق رفتم و دستورات رو اجرا کردم ولی بازم
    این ارور رو داد.



    حالا چکارش کنم .
    این قسمت چی میگه.

    distributions
    release versions

    mandrake-release
    SuSE-release
    redhat-release
    debian_version (including Corel)
    slackware-version
    conectiva-version
    bluepoint-release
    redflag-release
    Unknown distributions install modules and utilities but
    will not install boot scripts!.

    Please examine the Intel536_inst and Intel536_boot scripts if you have a different distribution.

    The driver registers itself as character device
    major number 240, minor number 1.


    ATTENTION: if the driver compiles but the script just wont work for you.
    Here are the bare minimum steps to get your modem to work.

    0. log in as root.
    1. insmod -f Intel536.o (Intel536.ko for kernel 2.6)
    2. you can start "hamregistry &" at this point if you wish.
    3. rm /dev/536ep
    4. mknod /dev/536ep c 240 1 (note "240" is the default, if it does not
    work see what /proc/devices says 536ep's major number is)
    5. ln -s /dev/536ep /dev/modem
    6. start a comm application like minicom and use the modem.
    7. see section 3 (International Users) for info on setting the correct
    country settings.

  7. #437
    حـــــرفـه ای rootnt's Avatar
    تاريخ عضويت
    Mar 2005
    محل سكونت
    تهران
    پست ها
    3,759

    پيش فرض

    همون کاری رو که گفتم انجام ندادی
    کرنل سورس رو نصب کنید بعد این کارها رو دوباره انجام بدید

  8. #438
    پروفشنال manuch's Avatar
    تاريخ عضويت
    Sep 2007
    پست ها
    621

    پيش فرض

    قديم امروز, 02:52 PM #741 manuch عضو جدید تاريخ عضويت: Sep 2007 پست ها: 13 فرستادن پيغام از طريق Yahooبه manuch پيش فرض کمک سلام به همه آقا ! ( و همچنین خانوم ! ) من یوبونتو ( اوبونتوی سابق ! ) رو نصبیده ام ولی تو کف این مودم مونده ام ! اصلا حیف نبود بیام لینوکس ؟ ویندوز تنها مشکلش آپتودیت کردن آنتی ویروسه اما این لینوکس اصلا وصل نمی شه !!! خواهشا آدرس هم می دید ، سر راست باشه ! نگید سر چهارراه دست چپ ! بفرمایید : www دات فلان . فلان دکمه رو پرس می کنی و فلان ! اینطوری ! سه روزه مغز من از بس sudo کرده ، سوسک شده اصلا ! این که همون ام اس داس خودمونه ! برنامه هم که هیچی به هیچی ! من فقط واسه این لینوکس رو نصبیده ام که آنتی ویروس نمی خواد . با این حساب ، 545423164934 رحمت به ویندوز ! البته خیلی ها هم مثل من ، فقط به خاطر آنتی ویروس علاقه مند به لینوکس هستند و به خاطر همین مودم ، متنفر ! کسی همت کنه و یک راهنمایی عمومی تو این وبسایت بذاره بد نیست . من به این سایت ها هم سر زده ام و چیزی گیرم نیومده : technotax linuxshop کد: کد:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    کد: کد:
    کد:
    برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
    ubuntu و خلاصه n هزار سایت دیگه ! اگه مودم حل بشه ، قطعا 4 تا دوست دیگه ام هم لینوکس می شن ! خیلی ممنون از همه و امیدوارم از سبک نگارشی من ، حالتون بهم نخورده باشه . ولی واقعا اعصاب آدم داغونه . هیچ کس تو دور و بری هاش لینوکسی نیستند و نمی شه از کسی پرسید . به هر حال متشکرم . راستی یادم رفت بگم مودم من اینه : D-Link DFM 562IS ممنون __________________

  9. #439
    پروفشنال ALI16437's Avatar
    تاريخ عضويت
    Jun 2006
    پست ها
    937

    پيش فرض

    rootnt عزیز چطور کرنل سورس رو نصب کنم.
    rpm manenger موقع اجرا ارور زیر رو میده.



    این فایل رو تو سیدی پیدا کردمkernel-headers-2.6.21-1.3194.fc7.i386.rpm

    دارم میرم امتحان کنم.

  10. #440
    پروفشنال manuch's Avatar
    تاريخ عضويت
    Sep 2007
    پست ها
    621

    پيش فرض جان مادرتون جواب بدید !

    عزیزان عزیز ! الهی قربونتون برم ! من تو تهران هستم . یکی شماره تلفن ثابت اش رو به من sms بزنه تا من در اولین فرصت باهاش تماس بگیرم و من رو راهنمایی کنه چطوری تو اوبونتو مودم اینترنال خودم رو نصب کنم ؟ به خدا من فقط واسه اینکه اینترنت ایمن داشته باشم اومدم تو لینوکس و اوبونتو رو خوشم اومد . حالا چیکار کنم ؟ لینوکس بهتر کسی سراغ داره ؟ لطفا یک sms بزنید و شماره خودتونو بدید . این هم شماره موبایل من : 09124350197 منتظرم یا اینکه یک راه حلی پیش پای من بذارید . آخه من چه گناهی کردم تو این دنیا اومدم ؟ دست خودم که نبود !

Thread Information

Users Browsing this Thread

هم اکنون 1 کاربر در حال مشاهده این تاپیک میباشد. (0 کاربر عضو شده و 1 مهمان)

User Tag List

برچسب های این موضوع

قوانين ايجاد تاپيک در انجمن

  • شما نمی توانید تاپیک ایحاد کنید
  • شما نمی توانید پاسخی ارسال کنید
  • شما نمی توانید فایل پیوست کنید
  • شما نمی توانید پاسخ خود را ویرایش کنید
  •