CD and USB Flash Drive now available

Message
Author
User avatar
Jerry3904
Administrator
Posts: 21881
Joined: Wed Jul 19, 2006 6:13 am

Re: CD and USB Flash Drive now available

#21 Post by Jerry3904 »

Well at that point just stick a PAE in; it will be rejected if PAE is not enabled.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
kmathern
Developer
Posts: 2403
Joined: Wed Jul 12, 2006 2:26 pm

Re: CD and USB Flash Drive now available

#22 Post by kmathern »

chippy52 wrote:Why not just fire up a live session & look in /proc/cpuinfo. I checked it on my 64 bit system & the pae flag was shown.
You're right, I do see a pae flag when I run the `cat proc/cpuinfo | grep flags` command.

It looks like H2 leaves out several of the flags in his inxi -Fx command, it lists 10 different flags on my machine.

The `cat proc/cpuinfo | grep flags` command lists 81 flags and repeats them for each cpu core.

User avatar
rokytnji.1
Global Moderator
Posts: 706
Joined: Sun Apr 13, 2014 9:06 pm

Re: CD and USB Flash Drive now available

#23 Post by rokytnji.1 »

It looks like H2 leaves out several of the flags in his inxi -Fx command, it lists 10 different flags on my machine.
Just try

Code: Select all

inxi -f
example on my laptop

Code: Select all

harry@biker ~ $ inxi -f
CPU:       Dual core Pentium CPU T4500 (-MCP-) cache: 1024 KB 
           Clock Speeds: 1: 1200.00 MHz 2: 2300.00 MHz
           CPU Flags: acpi aperfmperf apic arch_perfmon bts clflush cmov constant_tsc cx16 cx8 
           de ds_cpl dtes64 dtherm dts est fpu fxsr ht lahf_lm lm mca mce mmx monitor msr mtrr nopl 
           nx pae pat pbe pdcm pebs pge pni pse pse36 rep_good sep ss sse sse2 ssse3 syscall tm tm2 
           tsc vme xsave xtpr 

User avatar
Jerry3904
Administrator
Posts: 21881
Joined: Wed Jul 19, 2006 6:13 am

Re: CD and USB Flash Drive now available

#24 Post by Jerry3904 »

Nice!
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
kmathern
Developer
Posts: 2403
Joined: Wed Jul 12, 2006 2:26 pm

Re: CD and USB Flash Drive now available

#25 Post by kmathern »

rokytnji.1 wrote:
It looks like H2 leaves out several of the flags in his inxi -Fx command, it lists 10 different flags on my machine.
Just try

Code: Select all

inxi -f
example on my laptop ...
I never noticed that -f option before. I wonder how he decides which flags to show in the short version?

Code: Select all

kent@mx1:~
$ inxi -Cx
CPU:       Dual core AMD E1-2500 APU with Radeon HD Graphics (-MCP-) cache: 2048 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 5590 
           Clock Speeds: 1: 800 MHz 2: 1200 MHz

Code: Select all

$ inxi -f
CPU:       Dual core AMD E1-2500 APU with Radeon HD Graphics (-MCP-) cache: 2048 KB 
           Clock Speeds: 1: 800 MHz 2: 1200 MHz
           CPU Flags: 3dnowprefetch abm aes aperfmperf apic arat avx bmi1 clflush cmov cmp_legacy constant_tsc
           cr8_legacy cx16 cx8 de decodeassists eagerfpu extapic extd_apicid f16c flushbyasid fpu fxsr fxsr_opt
           ht hw_pstate ibs lahf_lm lbrv lm mca mce misalignsse mmx mmxext monitor movbe msr mtrr nonstop_tsc
           nopl npt nrip_save nx osvw pae pat pausefilter pclmulqdq pdpe1gb perfctr_l2 perfctr_nb pfthreshold pge
           pni popcnt proc_feedback pse pse36 rdtscp rep_good sep skinit sse sse2 sse4_1 sse4_2 sse4a ssse3 svm
           svm_lock syscall topoext tsc tsc_scale vme wdt xsave xsaveopt
Btw, I wonder why don't I have a acpi flag? Maybe that's why I've been having problems recovering from sleep (suspend) mode.

User avatar
Jerry3904
Administrator
Posts: 21881
Joined: Wed Jul 19, 2006 6:13 am

Re: CD and USB Flash Drive now available

#26 Post by Jerry3904 »

Although I can see the file and the flags line, when I run the cat proc/cpuinfo | grep flags command as regular or super user I get

Code: Select all

cat: proc/cpuinfo: No such file or directory
If however I run cat /proc/cpuinfo | grep flags I get the whole list:

Code: Select all

$ cat /proc/cpuinfo | grep flags
flags: fpu vme de pse tsc msr [b]pae[/b] mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs hw_pstate npt lbrv svm_lock
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
kmathern
Developer
Posts: 2403
Joined: Wed Jul 12, 2006 2:26 pm

Re: CD and USB Flash Drive now available

#27 Post by kmathern »

In the first one you're missing a slash "/".

edit: oops, I see I also left it out in one of my earlier posts.
Last edited by kmathern on Thu Jun 12, 2014 8:54 pm, edited 1 time in total.

User avatar
Jerry3904
Administrator
Posts: 21881
Joined: Wed Jul 19, 2006 6:13 am

Re: CD and USB Flash Drive now available

#28 Post by Jerry3904 »

That's a copy/paste from the earlier posts, including yours, where there is no slash.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
carlnyc
Posts: 4
Joined: Sat Dec 06, 2008 2:41 am

Re: CD and USB Flash Drive now available

#29 Post by carlnyc »

Dear kmathern,

I hope this finds you well.

You wrote:

"antiX12 should have inxi installed.
If you run inxi -Fx it will show a flags line in the CPU section, if it doesn't list a pae flag you'll need the non-PAE version.
btw adding the "x" is necessary, 'inxi -F' by itself doesn't show the flags."

If I'm following your instructions correctly, after running "inxi -Fx" in my ROXTerm, the 'flags line' in the CPU line on my Fujistsu machine reads as follows:

flags: (sse sse2)

So, I guess I'll need the, umm, (taking a wild guess) PAE version on that box, correct?

I hope I'm on the right track, even though I may be on the wrong train.

Thanks again for your help.
carlnyc
Linux Registered User #505584
MEPIS11: AOpen Mini Duo MP965-D & Dell Inspiron 1420
antiX12: Fujitsu Lifebook P-Series & Dell Dimension 4550

User avatar
Jerry3904
Administrator
Posts: 21881
Joined: Wed Jul 19, 2006 6:13 am

Re: CD and USB Flash Drive now available

#30 Post by Jerry3904 »

If you do not see pae in the flags entry, then you need non-PAE
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

Post Reply

Return to “Older Versions”