Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: modprobe and x11

  1. #1
    Junior Member
    Join Date
    Oct 2003
    Location
    chester,mass
    Posts
    7

    modprobe and x11

    I am new to knoppix, I have the iso burned on a cd and when I boot up it goes thru the auto config then it says it can't find modprobe in slot 0, then after that it says it is loading x11.... and then my monitor restarts with nothing on the screen.
    I have tried several cheat codes and always the same thing. What am I doing wrong. If I can use knoppix then I will feel better about trying Linux.I really want to get away from windows!!!

    thanks, john

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    What video card/chipset do you have? What cheatcodes are you using exactly and how?

  3. #3
    Junior Member
    Join Date
    Oct 2003
    Location
    chester,mass
    Posts
    7
    I have a Radeon 7000 32MB video card. The cheat codes I used were in the help menu from the cd. I typed in the codes the way they were listed. I used all the codes from the help menu. I am using a p4 2.4ghz with an asus p4b533 motherboard. I built the computer myself, it runs great but I am interested in using Linux. I did not want to remove the windows xp installed now so I wanted to run Knoppix from the cd. I downloaded the file and burned the iso, then I went into the bios to have the computer boot from the cdrom. All the cheat codes ended up the same way. With the monitor restarting and nothing showing.

    I am thankful for any help you can give me. John

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Well.....I still have no idea how you entered the cheat codes but I can say that my Radeon 7200 works just fine and is autodetected. It may be that your monitor is causing the troubles. What kind of monitor and what resolution do you usually use?

    Try this:

    boot: knoppix lang=us xmodule=ati

    You can also add more parametrs like so:

    boot: knoppix lang=us screen=1024x768 xmodule=ati noscsi nopcmcia

    There is always the failsafe option too. If nothing else boot like so:

    boot: failsafe

  5. #5
    Junior Member
    Join Date
    Oct 2003
    Location
    chester,mass
    Posts
    7
    I am happy to say that the failsafe worked, but I did go through the help menu when I had knoppix running and found more cheat codes. I tried noagp and this works .

    When knoppix starts up, it loads a screen and at the bottom it says boot:

    This is where I have been entering : knoppix noagp, But I use an ASUS motherboard with onboard LAN. Now I can not find a way to have knoppix find this network interface. I have gone into the edit, preferences, adv,and proxies to try to change some settings such as autodetect, etc. So far nothing has worked.

    I just wanted to thank you - Rickenbacherus - for the failsafe option!!
    I am having fun just going through the different settings and such. If you or anyone has a fix to load the network from the motherboard please help!!!

    thank again, John

  6. #6
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    --Post results of ' lspci -v ', you should see something like this:
    Code:
    00:01.1 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet (rev 82)
            Subsystem: Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet Adapter
            Flags: bus master, medium devsel, latency 64, IRQ 10
            I/O ports at d000 [size=256]
            Memory at cfffa000 (32-bit, non-prefetchable) [size=4K]
            Expansion ROM at cffc0000 [disabled] [size=128K]
            Capabilities: <available only to root>
    Quote Originally Posted by jnoblesr
    But I use an ASUS motherboard with onboard LAN. Now I can not find a way to have knoppix find this network interface. I have gone into the edit, preferences, adv,and proxies to try to change some settings such as autodetect, etc. So far nothing has worked.

    I just wanted to thank you - Rickenbacherus - for the failsafe option!!
    I am having fun just going through the different settings and such. If you or anyone has a fix to load the network from the motherboard please help!!!

    thank again, John

  7. #7
    Junior Member
    Join Date
    Oct 2003
    Location
    chester,mass
    Posts
    7
    Do I open a console and type in lspci-v ??? I have not seen the code you posted.

    thanks for the help, john

  8. #8
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by jnoblesr
    Do I open a console and type in lspci-v ??? I have not seen the code you posted.

    thanks for the help, john
    Yes open the console and type it in.

  9. #9
    Junior Member
    Join Date
    Oct 2003
    Location
    chester,mass
    Posts
    7
    I opened up the shell konsole and typed in lspci - v , this is what it said

    bash: /sbin/lspci: Input/output error.

    I also notice after I type in knoppix noagp and knoppix starts to load it says at the top of the screen: pci device 00:1f.1 resource collision. I wonder if this is what is stopping the onboard network from being detected?

    Thanks again, John

  10. #10
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    --Wow, that made my head hurt. Lspci shouldn't be getting i/o errors.

    --Try adding a ' pci=biosirq ' to the cheatcodes you're using and see if that gets around the resource coll. And FYI, it's ' lspci -v ' without the quotes. (lspci space dash v.)

    Usage: lspci [<switches>]

    -v Be verbose
    -n Show numeric ID's
    -b Bus-centric view (PCI addresses and IRQ's instead of those seen by the CPU)
    -x Show hex-dump of the standard portion of config space
    -xxx Show hex-dump of the whole config space (dangerous; root only)
    -s [[<bus>]:][<slot>][.[<func>]] Show only devices in selected slots
    -d [<vendor>]:[<device>] Show only selected devices
    -t Show bus tree
    -m Produce machine-readable output
    -i <file> Use specified ID database instead of /usr/share/misc/pci.ids
    -M Enable `bus mapping' mode (dangerous; root only)
    -P <dir> Use specified directory instead of /proc/bus/pci
    -H <mode> Use direct hardware access (<mode> = 1 or 2)
    -F <file> Read configuration data from given file
    -G Enable PCI access debugging


    Quote Originally Posted by jnoblesr
    I opened up the shell konsole and typed in lspci - v , this is what it said

    bash: /sbin/lspci: Input/output error.

    I also notice after I type in knoppix noagp and knoppix starts to load it says at the top of the screen: pci device 00:1f.1 resource collision. I wonder if this is what is stopping the onboard network from being detected?

    Thanks again, John

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 04-21-2005, 04:18 AM
  2. modprobe and insmod
    By wachka in forum Customising & Remastering
    Replies: 2
    Last Post: 04-06-2005, 05:39 PM
  3. modprobe: FATAL [...] snd_intel_8x
    By Bobert in forum Hardware & Booting
    Replies: 1
    Last Post: 11-18-2004, 06:48 AM
  4. modprobe i2c-isa via686a
    By mhelleboid in forum General Support
    Replies: 1
    Last Post: 12-28-2003, 10:25 AM
  5. Modprobe problem after hdd install
    By PhilMills in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 06-12-2003, 10:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


HP Workstation Z640 2x Xeon E5-2623V3 32GB Ram 2x256GB SSD Quadro K420 NO OS GA picture

HP Workstation Z640 2x Xeon E5-2623V3 32GB Ram 2x256GB SSD Quadro K420 NO OS GA

$154.98



Dell Precision 5810 Workstation Xeon E5-1650 6C 3.5GHz 16GB 500GB Win10 K2200 picture

Dell Precision 5810 Workstation Xeon E5-1650 6C 3.5GHz 16GB 500GB Win10 K2200

$115.94



E5-2699V4 Intel Xeon Processor  55M Cache, 2.20 GHz SR2JS CM8066002022506 picture

E5-2699V4 Intel Xeon Processor 55M Cache, 2.20 GHz SR2JS CM8066002022506

$155.00



Dell Precision 7810  Xeon E5-2683 V4 64GB RAM 2 TB HD SSD Windows 10 Pro picture

Dell Precision 7810 Xeon E5-2683 V4 64GB RAM 2 TB HD SSD Windows 10 Pro

$299.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor

$3.38



Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor picture

Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor

$14.99



Dell Precision Tower 5810 Xeon E5-1650 v3 3.5 GHz 32 RAM 256GB SSD Windows 11 picture

Dell Precision Tower 5810 Xeon E5-1650 v3 3.5 GHz 32 RAM 256GB SSD Windows 11

$114.99



Intel Xeon E5-2680 V4 CPU 2.4~3.3GHz 14-Core 35M LGA 2011-3 R3 Server SR2N7 120W picture

Intel Xeon E5-2680 V4 CPU 2.4~3.3GHz 14-Core 35M LGA 2011-3 R3 Server SR2N7 120W

$15.99



HP Z210 Workstation Xeon E31240 3.30 GHz 4GB RAM 250GB HDD WinXP Pro SP3 32-bit picture

HP Z210 Workstation Xeon E31240 3.30 GHz 4GB RAM 250GB HDD WinXP Pro SP3 32-bit

$79.00



HP Z210 Workstation Xeon E31240 3.30 GHz 4GB RAM 160GB HDD WinXP Pro SP3 32-bit picture

HP Z210 Workstation Xeon E31240 3.30 GHz 4GB RAM 160GB HDD WinXP Pro SP3 32-bit

$79.00