LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-25-2015, 08:48 PM   #16
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842

Quote:
Originally Posted by fwh4728 View Post
When I type in 1spci, sudo 1spci, 1smod or sudo 1smod it says that they are bad commands or they aren't found or something like that. What do I do next?
Hi...

This is because you're using the number "1" instead of the letter "l" or "L". Try doing it again using the "l," as in lspci.

Or just copy and paste below...

Code:
lspci -nnk
Regards...
 
Old 07-25-2015, 09:49 PM   #17
fwh4728
LQ Newbie
 
Registered: Jul 2015
Posts: 13

Original Poster
Rep: Reputation: Disabled
Using the l or "L" instead of 1 works, but there is so much info. What exactly should I be looking for? And how does one scroll through the pages of info that zips by so fast?
 
Old 07-25-2015, 09:56 PM   #18
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by fwh4728 View Post
Using the l or "L" instead of 1 works, but there is so much info. What exactly should I be looking for? And how does one scroll through the pages of info that zips by so fast?
Hi...

There shouldn't be that much info from lspci but if you would, please copy and paste the entire output from the command I gave you into your next post. Most, if not all, terminals I've seen in Ubuntu allow you to scroll up or down to see the entire output given from a command.

Regards...
 
Old 07-26-2015, 01:15 AM   #19
fwh4728
LQ Newbie
 
Registered: Jul 2015
Posts: 13

Original Poster
Rep: Reputation: Disabled
00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02)
00:03.0 Communication controller: Intel Corporation 82P965/G965 HECI Controller (rev 02)
00:19.0 Ethernet controlller: Intel Corporation 82562V 10/100 Network Connection (rev 02)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 " " " " " " " " " " #5 "
00:1a.7 " " " " " " " USB2 EHC1 " #2 "
00:1b.0 Audio device: " " " " " HD Audio Controller "
00.1c.0 PCI bridge: " " " " " PCI Express Port 1 "
00:1c.1 " " " " " " " " " " 2 "
00:1c.2 " " " " " " " " " " 3 "
00:1c.3 " " " " " " " " " " 4 "
00:1c.4 " " " " " " " " " " 5 "
00:1d.0 USB controller: " " " " " USB UHCI Controller #1 "
00:1d.1 " " " " " " " " " " #2 "
00:1d.2 " " " " " " " " " " #3 "
00:1d.7 " " " " " " " USB2 EHC1 " #1 "
00:1e.0 PCI bridge: " " 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: " " 82801HH (ICH8DH) LPC Interface Controller "
00:1f.2 IDE interface: " " 82801H (ICH8 Family) 4 port SATA Controller [IDE mode] (rev 02)
00:1f.3 SMBus: " " " " " SMBus Controller (rev 02)
00:1f.5 IDE interface: " " 82801HR/HO/HH (IC H8R/DO/DH) 2 port SATA Controller [IDE mode] (rev 02)
01:00.0 VGA compatable controller: NVIDIA Corporation G72 [GeForce 7300LE] (rev a1)
03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6101/6102 single-port PATA133 interface (rev b1)
07:01.0 Communication controller: Conexant Systems, Inc. HSF 56k Data/Fax Modem
07:03.0 Firewire (IEEE 1394): Texas Insturments TSB43AB22A IEEE-1394a-2000 controller (PHY/Link)[iOHCI-Lynx]

I think I copied everything correctly, but it is late and I am tired. This was the shortest list of all of them.
 
Old 07-26-2015, 01:33 AM   #20
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

To be honest, I've never seen an lspci report look like that before. It looks garbled and I'm not sure what to suggest. Hopefully, someone who knows more will...

Regards...
 
Old 07-26-2015, 03:01 AM   #21
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,511

Rep: Reputation: Disabled
Quote:
Originally Posted by fwh4728 View Post
I reinstalled ubuntu 15.04. It took a lot longer to finish this time. It still won't go beyond the splash screen just past the sign in screen, but I can now sign in to the terminal function. I don't really know what I am doing with it. When I type in sudo dmesg about 4 or 5 pages fly by in a little over a second. When I type in 1spci, sudo 1spci, 1smod or sudo 1smod it says that they are bad commands or they aren't found or something like that. What do I do next?
This sounds like you have a bad download.

(Did you check it, there should be an md5 checksum or similar on the website from where you downloaded it.)

Edit: To see what gets spat out when text rolls off your screen, pipe it through less, such as,
Code:
dmesg | less

Last edited by fatmac; 07-26-2015 at 03:04 AM.
 
Old 07-26-2015, 09:23 AM   #22
fwh4728
LQ Newbie
 
Registered: Jul 2015
Posts: 13

Original Poster
Rep: Reputation: Disabled
I will have to retype the report and put in all of the words. The report was reformatted when it was uploaded and all the spaces were condensed.
 
Old 07-26-2015, 11:42 AM   #23
fwh4728
LQ Newbie
 
Registered: Jul 2015
Posts: 13

Original Poster
Rep: Reputation: Disabled
00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02)
00:03.0 Communication controller: Intel Corporation 82P965/G965 HECI Controller (rev 02)
00:19.0 Ethernet controlller: Intel Corporation 82562V 10/100 Network Connection (rev 02)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHC1 Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00.1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHC1 Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HH (ICH8DH) LPC Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA Controller [IDE mode] (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801HR/HO/HH (IC H8R/DO/DH) 2 port SATA Controller [IDE mode] (rev 02)
01:00.0 VGA compatable controller: NVIDIA Corporation G72 [GeForce 7300LE] (rev a1)
03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6101/6102 single-port PATA133 interface (rev b1)
07:01.0 Communication controller: Conexant Systems, Inc. HSF 56k Data/Fax Modem
07:03.0 Firewire (IEEE 1394): Texas Insturments TSB43AB22A IEEE-1394a-2000 controller (PHY/Link)[iOHCI-Lynx]


Hopefully this report won't reformat.
 
Old 07-27-2015, 08:45 AM   #24
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Googling hints that your system uses a Pentuim D chip from intel. Supposedly a 64 bit dual core. Basically not sure why you're having this much issue unless you have some hardware issues. My first thought would be a fresh power supply. And check the cooling, it could by dying on the install due to thermal issues. You might also try pulling all the ram chips except the bare minimal in case you have some bad ram chips. The blotchy screen makes me wonder if your monitor isn't going out, but it could just be the video card and driver.

If you have another machine, you might install the OS on it and swap the drive into that one to boot it. This should get you a little further if you are having thermal issues.
 
Old 07-27-2015, 10:23 AM   #25
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,145
Blog Entries: 21

Rep: Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482
Gateway rerun desktop computers runs linux just fine and dandy in my experience. I dug this throwaway out of a dumpster.
Just a old inxi report on the specs of it. I run MX-14 on it presently though. With a newer kernel.

Code:
$ inxi -F -z
System:    Host: biker Kernel: 2.6.38-7.dmz.2-liquorix-686 i686 (32 bit) 
           Desktop: Fluxbox 1.3.2 Distro: antiX-M11-base- Jayaben Desai 25 April 2011
Machine:   System: GATEWAY product: W3507 version: 500
           Mobo: Intel model: D102GGC2 version: AAD70214-201
           Bios: Intel version: GC11020M.15A.2010.2006.0817.0956 date: 08/17/2006
CPU:       Single core Intel Celeron D CPU (-UP-) cache: 512 KB flags: (lm nx pae sse sse2 sse3) clocked at 3200.359 MHz 
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI RC410 [Radeon Xpress 200] 
           X.Org: 1.12.4 driver: radeon Resolution: 1024x768@85.0hz 
           GLX Renderer: Gallium 0.4 on ATI RC410 GLX Version: 2.1 Mesa 8.0.5
Audio:     Card: Advanced Micro Devices [AMD] nee ATI IXP SB4x0 High Definition Audio Controller driver: HDA Intel 
           Sound: Advanced Linux Sound Architecture ver: 1.0.23
Network:   Card-1: Realtek RTL-8139/8139C/8139C+ driver: 8139too 
           IF: eth0 state: down mac: <filter>
           Card-2: Realtek RTL8187B Wireless 802.11g 54Mbps Network Adapter driver: rtl8187 
           IF: wlan0 state: up mac: <filter>
Drives:    HDD Total Size: 120.0GB (-) 1: id: /dev/sda model: ST3120213A size: 120.0GB 
Partition: ID: / size: 109G used: 19G (19) fs: ext3 ID: swap-1 size: 2.17GB used: 0.00GB (0) fs: swap 
Sensors:   System Temperatures: cpu: 50.1C mobo: 50.4C 
           Fan Speeds (in rpm): cpu: 2515 fan-2: 1220 fan-4: 0 
Info:      Processes: 84 Uptime: 1:41 Memory: 262.9/880.0MB Client: Shell (bash) inxi: 1.8.45
It makes a fine playtoy/media center in my motorcycle shop. I'd make sure hardware and md5sum check of iso were up to snuff
1st before trying a linux install myself. As already suggested by previous posters.

Last edited by rokytnji; 07-27-2015 at 01:48 PM.
 
Old 07-27-2015, 12:04 PM   #26
fwh4728
LQ Newbie
 
Registered: Jul 2015
Posts: 13

Original Poster
Rep: Reputation: Disabled
Does there seem to be anything out of the ordinary in this lspci report? I did the dmesg | less. The report was at least 12 screens long, but I was able to scroll through it. Should it be that long normally? It was in black and white. The dmesg report is in color, but I cannot scroll through it. What should I do next? I did download the 64 bit iso and tried to load it, but it did not install at all. The ram passed all of the memory tests I ran on it. One of my boot cd's has a mini xp program on it. It runs fine on this computer, but I can't run ubuntu from the iso disks at all. The monitor works fine with other computers.
 
Old 07-27-2015, 12:33 PM   #27
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
$ cat /proc/cpuinfo

It shouldn't be missing things, but it might. If /proc/cpuinfo has " lm " in the FLAGS part then it is 64 bit. Otherwise it's NOT 64 bit, aka 32 bit. If /proc/cpuinfo has " pae " in the FLAGS then you don't need to do too much special. But if it doesn't have pae, Then that's something that will need special attention.

Shift + PageUP and Shift + PageDown will let you scroll in a terminal window.
 
Old 07-27-2015, 12:34 PM   #28
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,145
Blog Entries: 21

Rep: Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482
Quote:
Does there seem to be anything out of the ordinary in this lspci report?
Not that I can see. I run 32 bit isos on my emachine and not Ubuntu either.
If i had more ram in mine. I'd run a pae kernel. In a 32 bit iso install on that Emachine of mine.

Try and learn to use the code tag # symbol on advanced reply tool bar like I show below as a example of posting lscpi and dmesg readouts. I use the <snip> for leaving out cruft on a dmesg readout just for this example. Usually any errors is what you wish to keep in a dmesg post.

Code:
~$ cd /var/log
harry@misohorny1:/var/log$ ls
alternatives.log  dmesg.1.gz       lastlog            samba
apt               dmesg.2.gz       lightdm            syslog
auth.log          dmesg.3.gz       lite-software.log  udev
boot              dmesg.4.gz       llupdates.log      unattended-upgrades
boot.log          dpkg.log         lpr.log            upstart
bootstrap.log     faillog          mail.err           user.log
ConsoleKit        fontconfig.log   mail.info          wicd
cups              fsck             mail.log           wtmp
daemon.log        gpu-manager.log  mail.warn          Xorg.0.log
debug             hp               messages           Xorg.0.log.old
dmesg             installer        ntpstats
dmesg.0           kern.log         pm-powersave.log
harry@misohorny1:/var/log$ cat dmseg
cat: dmseg: No such file or directory
harry@misohorny1:/var/log$ cat dmesg
<snip>
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
<snip>
[   20.758434] ieee80211 phy0: hwaddr <filtered>, RTL8187BvE V0 + rtl8225z2, rfkill mask 2
[   20.779868] rtl8187: Customer ID is 0x00
[   20.783772] rtl8187: wireless switch is on
[   20.783816] usbcore: registered new interface driver rtl8187
[   21.686099] init: smbd main process (723) killed by HUP signal
[   21.686113] init: smbd main process ended, respawning
[   22.828039] floppy0: no floppy controllers found
harry@misohorny1:/var/log$
Putting a long readout in code tags compresses readout in a box with a scrollable side bar and makes the readout easy to read for forum members.

You might want to address the md5sum questions asked earlier also in your next post. Like did you do it?
 
Old 07-27-2015, 12:39 PM   #29
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,145
Blog Entries: 21

Rep: Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482
Quote:
" lm " in the FLAGS part then it is 64 bit.
I thought that also at one time shadow7. But my Emachine only boots 32 bit isos even though my inxi report posted earlier shows lm, pae and sse2 on that Pentium 4 D cpu.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
will linux operate on my laptop cooniebill Linux - Newbie 2 01-18-2010 09:40 PM
I want to learn how to operate linux shemesh Linux - Newbie 4 04-29-2005 09:47 AM
XP Box won't take DHCP information or an IP from Linux gateway Diademed Linux - Newbie 2 10-22-2004 05:47 PM
Can MSN operate on Linux? Kelley Linux - Newbie 12 01-30-2004 10:36 PM
Learning to Operate Linux SirLancelotX Linux - Newbie 9 07-11-2003 06:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration