How to display notebook model number?
I have a notebook HP Pavilion dm4 running Ubuntu 12.04 and I'm trying to determine the model number (like HP Pavilion dm4-2015dx or HP Pavilion dm4-2033cl, etc).
There's no such information on notebook's body as suggested on HP's website on Option 1.
I tried to use lshw
and dmidecode
, but couldn't find. Maybe I should use an especific option but all the information I found is for Windows, nothing for linux.
There is a way to show this information on linux?
sudo dmidecode |grep Version
shows
Version: Intel(R) Core(TM) i5 CPU M 460 @ 2.53GHz
Here's the System Information
part of sudo dmidecode | less
System Information
Manufacturer: Hewlett-Packard
Product Name: HP Pavilion dm4 Notebook PC
Version: 058A120000242B10000020100
Serial Number: 5CA1062FYJ
UUID: E4BD398B-4D9E-BC63-1A03-099330BF5443
Wake-up Type: Power Switch
SKU Number: XZ299UAR#ABA
Family: 103C_5335KV G=N L=CON B=HP S=PAV
:
command-line hardware system-info
|
show 1 more comment
I have a notebook HP Pavilion dm4 running Ubuntu 12.04 and I'm trying to determine the model number (like HP Pavilion dm4-2015dx or HP Pavilion dm4-2033cl, etc).
There's no such information on notebook's body as suggested on HP's website on Option 1.
I tried to use lshw
and dmidecode
, but couldn't find. Maybe I should use an especific option but all the information I found is for Windows, nothing for linux.
There is a way to show this information on linux?
sudo dmidecode |grep Version
shows
Version: Intel(R) Core(TM) i5 CPU M 460 @ 2.53GHz
Here's the System Information
part of sudo dmidecode | less
System Information
Manufacturer: Hewlett-Packard
Product Name: HP Pavilion dm4 Notebook PC
Version: 058A120000242B10000020100
Serial Number: 5CA1062FYJ
UUID: E4BD398B-4D9E-BC63-1A03-099330BF5443
Wake-up Type: Power Switch
SKU Number: XZ299UAR#ABA
Family: 103C_5335KV G=N L=CON B=HP S=PAV
:
command-line hardware system-info
are you sure about dmidecode not showing the extra model numbers?
– Rinzwind
Feb 20 '13 at 19:43
@Rinzwind I tried to compare the result ofdmidecode
and the list of models on HP website and couldn't find a match.
– Eduardo
Feb 20 '13 at 19:57
4
I used your SKU Number and found your Netbook.HP Pavilion dm4-1253cl XZ299UAR
– efthialex
Feb 20 '13 at 22:00
Asus laptop + ubuntu 17.04 works. Thanks!
– 1nstinct
Jun 19 '17 at 11:53
@efthialex How to find model number using sku number?
– Muhammad Faisal Iqbal
Oct 14 '17 at 20:22
|
show 1 more comment
I have a notebook HP Pavilion dm4 running Ubuntu 12.04 and I'm trying to determine the model number (like HP Pavilion dm4-2015dx or HP Pavilion dm4-2033cl, etc).
There's no such information on notebook's body as suggested on HP's website on Option 1.
I tried to use lshw
and dmidecode
, but couldn't find. Maybe I should use an especific option but all the information I found is for Windows, nothing for linux.
There is a way to show this information on linux?
sudo dmidecode |grep Version
shows
Version: Intel(R) Core(TM) i5 CPU M 460 @ 2.53GHz
Here's the System Information
part of sudo dmidecode | less
System Information
Manufacturer: Hewlett-Packard
Product Name: HP Pavilion dm4 Notebook PC
Version: 058A120000242B10000020100
Serial Number: 5CA1062FYJ
UUID: E4BD398B-4D9E-BC63-1A03-099330BF5443
Wake-up Type: Power Switch
SKU Number: XZ299UAR#ABA
Family: 103C_5335KV G=N L=CON B=HP S=PAV
:
command-line hardware system-info
I have a notebook HP Pavilion dm4 running Ubuntu 12.04 and I'm trying to determine the model number (like HP Pavilion dm4-2015dx or HP Pavilion dm4-2033cl, etc).
There's no such information on notebook's body as suggested on HP's website on Option 1.
I tried to use lshw
and dmidecode
, but couldn't find. Maybe I should use an especific option but all the information I found is for Windows, nothing for linux.
There is a way to show this information on linux?
sudo dmidecode |grep Version
shows
Version: Intel(R) Core(TM) i5 CPU M 460 @ 2.53GHz
Here's the System Information
part of sudo dmidecode | less
System Information
Manufacturer: Hewlett-Packard
Product Name: HP Pavilion dm4 Notebook PC
Version: 058A120000242B10000020100
Serial Number: 5CA1062FYJ
UUID: E4BD398B-4D9E-BC63-1A03-099330BF5443
Wake-up Type: Power Switch
SKU Number: XZ299UAR#ABA
Family: 103C_5335KV G=N L=CON B=HP S=PAV
:
command-line hardware system-info
command-line hardware system-info
edited Feb 28 '17 at 13:33
muru
1
1
asked Feb 20 '13 at 19:13
EduardoEduardo
4271413
4271413
are you sure about dmidecode not showing the extra model numbers?
– Rinzwind
Feb 20 '13 at 19:43
@Rinzwind I tried to compare the result ofdmidecode
and the list of models on HP website and couldn't find a match.
– Eduardo
Feb 20 '13 at 19:57
4
I used your SKU Number and found your Netbook.HP Pavilion dm4-1253cl XZ299UAR
– efthialex
Feb 20 '13 at 22:00
Asus laptop + ubuntu 17.04 works. Thanks!
– 1nstinct
Jun 19 '17 at 11:53
@efthialex How to find model number using sku number?
– Muhammad Faisal Iqbal
Oct 14 '17 at 20:22
|
show 1 more comment
are you sure about dmidecode not showing the extra model numbers?
– Rinzwind
Feb 20 '13 at 19:43
@Rinzwind I tried to compare the result ofdmidecode
and the list of models on HP website and couldn't find a match.
– Eduardo
Feb 20 '13 at 19:57
4
I used your SKU Number and found your Netbook.HP Pavilion dm4-1253cl XZ299UAR
– efthialex
Feb 20 '13 at 22:00
Asus laptop + ubuntu 17.04 works. Thanks!
– 1nstinct
Jun 19 '17 at 11:53
@efthialex How to find model number using sku number?
– Muhammad Faisal Iqbal
Oct 14 '17 at 20:22
are you sure about dmidecode not showing the extra model numbers?
– Rinzwind
Feb 20 '13 at 19:43
are you sure about dmidecode not showing the extra model numbers?
– Rinzwind
Feb 20 '13 at 19:43
@Rinzwind I tried to compare the result of
dmidecode
and the list of models on HP website and couldn't find a match.– Eduardo
Feb 20 '13 at 19:57
@Rinzwind I tried to compare the result of
dmidecode
and the list of models on HP website and couldn't find a match.– Eduardo
Feb 20 '13 at 19:57
4
4
I used your SKU Number and found your Netbook.
HP Pavilion dm4-1253cl XZ299UAR
– efthialex
Feb 20 '13 at 22:00
I used your SKU Number and found your Netbook.
HP Pavilion dm4-1253cl XZ299UAR
– efthialex
Feb 20 '13 at 22:00
Asus laptop + ubuntu 17.04 works. Thanks!
– 1nstinct
Jun 19 '17 at 11:53
Asus laptop + ubuntu 17.04 works. Thanks!
– 1nstinct
Jun 19 '17 at 11:53
@efthialex How to find model number using sku number?
– Muhammad Faisal Iqbal
Oct 14 '17 at 20:22
@efthialex How to find model number using sku number?
– Muhammad Faisal Iqbal
Oct 14 '17 at 20:22
|
show 1 more comment
4 Answers
4
active
oldest
votes
To see your model number, open a Terminal with Ctrl + Alt + T and type:
sudo dmidecode | grep Version | sed -n '2p'
or alternatively type:
sudo dmidecode | grep 'SKU Number' | head -1
to see your SKU Number.
If you want to see a more detailed view of your System information type:
sudo dmidecode | grep -A 9 "System Information"
or
sudo dmidecode | less
and use the ↓ key to go to the section System Information.
1
Tried to do that, but the information is just:Product Name: HP Pavilion dm4 Notebook PC
– Eduardo
Feb 20 '13 at 19:50
Pavilion dm4
is the model of you laptop.
– efthialex
Feb 20 '13 at 19:51
I know, but there is a "sub model" (called model number), so it should bePavilion dm4-xxxx
or something similar.
– Eduardo
Feb 20 '13 at 19:53
@EduardoGoncalves The number you are looking for is theVersion
number. For example my Laptop is:TOSHIBA Satellite c660 PSC0QE
– efthialex
Feb 20 '13 at 20:20
1
You have a useless use of less in your first 2 examplessudo dmidecode | grep Version
is enough
– lolesque
Jan 14 '16 at 16:49
|
show 3 more comments
I guess this command will help:
sudo dmidecode | grep 'SKU Number' | head -1
This will return your laptop's model name:
sudo dmidecode -s system-product-name
This will return your serial number:
sudo dmidecode -s system-serial-number
-s
is a keyword argument. Run man dmidecode
to find all the available options.
This is the best answer. I am on a Mac Mini and neither 'SKU Number' nor 'Version' turn up the serial number (searching for 'Serial' does, but there are several).sudo dmidecode -s system-serial-number
did the trick.
– Lambart
Jul 28 '16 at 16:33
add a comment |
Use dmidecode
$ sudo dmidecode -t 1
#dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Dell Inc.
Product Name: Latitude E6410
Version: 0001
Serial Number: DZX46BS
UUID: 4C4C4544-005A-5810-8034-C4C04F364253
Wake-up Type: Power Switch
SKU Number:
Family: Not Specified
Welcome to askubuntu. Although thet
option might be interesting, you should refrain from usingroot
as an account and typesudo
instead. Refer to the many documents existing on the topic for further info.
– Marc Vanhoomissen
Aug 19 '17 at 9:57
add a comment |
On my T430 I have to take out the battery and there is this little sticker that tells me exactly what I want to know. It's not where Lenovo says it is (on top of the battery), but there it is. Might be easier than doing it from the command line if in fact you have such a sticker.
I tried that to but couldn't find this sticker anywhere. It was the first thing I thought, but it's missing
– Eduardo
Feb 20 '13 at 21:33
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f258922%2fhow-to-display-notebook-model-number%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
To see your model number, open a Terminal with Ctrl + Alt + T and type:
sudo dmidecode | grep Version | sed -n '2p'
or alternatively type:
sudo dmidecode | grep 'SKU Number' | head -1
to see your SKU Number.
If you want to see a more detailed view of your System information type:
sudo dmidecode | grep -A 9 "System Information"
or
sudo dmidecode | less
and use the ↓ key to go to the section System Information.
1
Tried to do that, but the information is just:Product Name: HP Pavilion dm4 Notebook PC
– Eduardo
Feb 20 '13 at 19:50
Pavilion dm4
is the model of you laptop.
– efthialex
Feb 20 '13 at 19:51
I know, but there is a "sub model" (called model number), so it should bePavilion dm4-xxxx
or something similar.
– Eduardo
Feb 20 '13 at 19:53
@EduardoGoncalves The number you are looking for is theVersion
number. For example my Laptop is:TOSHIBA Satellite c660 PSC0QE
– efthialex
Feb 20 '13 at 20:20
1
You have a useless use of less in your first 2 examplessudo dmidecode | grep Version
is enough
– lolesque
Jan 14 '16 at 16:49
|
show 3 more comments
To see your model number, open a Terminal with Ctrl + Alt + T and type:
sudo dmidecode | grep Version | sed -n '2p'
or alternatively type:
sudo dmidecode | grep 'SKU Number' | head -1
to see your SKU Number.
If you want to see a more detailed view of your System information type:
sudo dmidecode | grep -A 9 "System Information"
or
sudo dmidecode | less
and use the ↓ key to go to the section System Information.
1
Tried to do that, but the information is just:Product Name: HP Pavilion dm4 Notebook PC
– Eduardo
Feb 20 '13 at 19:50
Pavilion dm4
is the model of you laptop.
– efthialex
Feb 20 '13 at 19:51
I know, but there is a "sub model" (called model number), so it should bePavilion dm4-xxxx
or something similar.
– Eduardo
Feb 20 '13 at 19:53
@EduardoGoncalves The number you are looking for is theVersion
number. For example my Laptop is:TOSHIBA Satellite c660 PSC0QE
– efthialex
Feb 20 '13 at 20:20
1
You have a useless use of less in your first 2 examplessudo dmidecode | grep Version
is enough
– lolesque
Jan 14 '16 at 16:49
|
show 3 more comments
To see your model number, open a Terminal with Ctrl + Alt + T and type:
sudo dmidecode | grep Version | sed -n '2p'
or alternatively type:
sudo dmidecode | grep 'SKU Number' | head -1
to see your SKU Number.
If you want to see a more detailed view of your System information type:
sudo dmidecode | grep -A 9 "System Information"
or
sudo dmidecode | less
and use the ↓ key to go to the section System Information.
To see your model number, open a Terminal with Ctrl + Alt + T and type:
sudo dmidecode | grep Version | sed -n '2p'
or alternatively type:
sudo dmidecode | grep 'SKU Number' | head -1
to see your SKU Number.
If you want to see a more detailed view of your System information type:
sudo dmidecode | grep -A 9 "System Information"
or
sudo dmidecode | less
and use the ↓ key to go to the section System Information.
edited Jan 17 '16 at 18:33
answered Feb 20 '13 at 19:35
efthialexefthialex
2,4861830
2,4861830
1
Tried to do that, but the information is just:Product Name: HP Pavilion dm4 Notebook PC
– Eduardo
Feb 20 '13 at 19:50
Pavilion dm4
is the model of you laptop.
– efthialex
Feb 20 '13 at 19:51
I know, but there is a "sub model" (called model number), so it should bePavilion dm4-xxxx
or something similar.
– Eduardo
Feb 20 '13 at 19:53
@EduardoGoncalves The number you are looking for is theVersion
number. For example my Laptop is:TOSHIBA Satellite c660 PSC0QE
– efthialex
Feb 20 '13 at 20:20
1
You have a useless use of less in your first 2 examplessudo dmidecode | grep Version
is enough
– lolesque
Jan 14 '16 at 16:49
|
show 3 more comments
1
Tried to do that, but the information is just:Product Name: HP Pavilion dm4 Notebook PC
– Eduardo
Feb 20 '13 at 19:50
Pavilion dm4
is the model of you laptop.
– efthialex
Feb 20 '13 at 19:51
I know, but there is a "sub model" (called model number), so it should bePavilion dm4-xxxx
or something similar.
– Eduardo
Feb 20 '13 at 19:53
@EduardoGoncalves The number you are looking for is theVersion
number. For example my Laptop is:TOSHIBA Satellite c660 PSC0QE
– efthialex
Feb 20 '13 at 20:20
1
You have a useless use of less in your first 2 examplessudo dmidecode | grep Version
is enough
– lolesque
Jan 14 '16 at 16:49
1
1
Tried to do that, but the information is just:
Product Name: HP Pavilion dm4 Notebook PC
– Eduardo
Feb 20 '13 at 19:50
Tried to do that, but the information is just:
Product Name: HP Pavilion dm4 Notebook PC
– Eduardo
Feb 20 '13 at 19:50
Pavilion dm4
is the model of you laptop.– efthialex
Feb 20 '13 at 19:51
Pavilion dm4
is the model of you laptop.– efthialex
Feb 20 '13 at 19:51
I know, but there is a "sub model" (called model number), so it should be
Pavilion dm4-xxxx
or something similar.– Eduardo
Feb 20 '13 at 19:53
I know, but there is a "sub model" (called model number), so it should be
Pavilion dm4-xxxx
or something similar.– Eduardo
Feb 20 '13 at 19:53
@EduardoGoncalves The number you are looking for is the
Version
number. For example my Laptop is: TOSHIBA Satellite c660 PSC0QE
– efthialex
Feb 20 '13 at 20:20
@EduardoGoncalves The number you are looking for is the
Version
number. For example my Laptop is: TOSHIBA Satellite c660 PSC0QE
– efthialex
Feb 20 '13 at 20:20
1
1
You have a useless use of less in your first 2 examples
sudo dmidecode | grep Version
is enough– lolesque
Jan 14 '16 at 16:49
You have a useless use of less in your first 2 examples
sudo dmidecode | grep Version
is enough– lolesque
Jan 14 '16 at 16:49
|
show 3 more comments
I guess this command will help:
sudo dmidecode | grep 'SKU Number' | head -1
This will return your laptop's model name:
sudo dmidecode -s system-product-name
This will return your serial number:
sudo dmidecode -s system-serial-number
-s
is a keyword argument. Run man dmidecode
to find all the available options.
This is the best answer. I am on a Mac Mini and neither 'SKU Number' nor 'Version' turn up the serial number (searching for 'Serial' does, but there are several).sudo dmidecode -s system-serial-number
did the trick.
– Lambart
Jul 28 '16 at 16:33
add a comment |
I guess this command will help:
sudo dmidecode | grep 'SKU Number' | head -1
This will return your laptop's model name:
sudo dmidecode -s system-product-name
This will return your serial number:
sudo dmidecode -s system-serial-number
-s
is a keyword argument. Run man dmidecode
to find all the available options.
This is the best answer. I am on a Mac Mini and neither 'SKU Number' nor 'Version' turn up the serial number (searching for 'Serial' does, but there are several).sudo dmidecode -s system-serial-number
did the trick.
– Lambart
Jul 28 '16 at 16:33
add a comment |
I guess this command will help:
sudo dmidecode | grep 'SKU Number' | head -1
This will return your laptop's model name:
sudo dmidecode -s system-product-name
This will return your serial number:
sudo dmidecode -s system-serial-number
-s
is a keyword argument. Run man dmidecode
to find all the available options.
I guess this command will help:
sudo dmidecode | grep 'SKU Number' | head -1
This will return your laptop's model name:
sudo dmidecode -s system-product-name
This will return your serial number:
sudo dmidecode -s system-serial-number
-s
is a keyword argument. Run man dmidecode
to find all the available options.
edited Jan 27 '16 at 8:36
espectalll
3,78831736
3,78831736
answered Jan 27 '16 at 6:58
Rohith YeravothulaRohith Yeravothula
31337
31337
This is the best answer. I am on a Mac Mini and neither 'SKU Number' nor 'Version' turn up the serial number (searching for 'Serial' does, but there are several).sudo dmidecode -s system-serial-number
did the trick.
– Lambart
Jul 28 '16 at 16:33
add a comment |
This is the best answer. I am on a Mac Mini and neither 'SKU Number' nor 'Version' turn up the serial number (searching for 'Serial' does, but there are several).sudo dmidecode -s system-serial-number
did the trick.
– Lambart
Jul 28 '16 at 16:33
This is the best answer. I am on a Mac Mini and neither 'SKU Number' nor 'Version' turn up the serial number (searching for 'Serial' does, but there are several).
sudo dmidecode -s system-serial-number
did the trick.– Lambart
Jul 28 '16 at 16:33
This is the best answer. I am on a Mac Mini and neither 'SKU Number' nor 'Version' turn up the serial number (searching for 'Serial' does, but there are several).
sudo dmidecode -s system-serial-number
did the trick.– Lambart
Jul 28 '16 at 16:33
add a comment |
Use dmidecode
$ sudo dmidecode -t 1
#dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Dell Inc.
Product Name: Latitude E6410
Version: 0001
Serial Number: DZX46BS
UUID: 4C4C4544-005A-5810-8034-C4C04F364253
Wake-up Type: Power Switch
SKU Number:
Family: Not Specified
Welcome to askubuntu. Although thet
option might be interesting, you should refrain from usingroot
as an account and typesudo
instead. Refer to the many documents existing on the topic for further info.
– Marc Vanhoomissen
Aug 19 '17 at 9:57
add a comment |
Use dmidecode
$ sudo dmidecode -t 1
#dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Dell Inc.
Product Name: Latitude E6410
Version: 0001
Serial Number: DZX46BS
UUID: 4C4C4544-005A-5810-8034-C4C04F364253
Wake-up Type: Power Switch
SKU Number:
Family: Not Specified
Welcome to askubuntu. Although thet
option might be interesting, you should refrain from usingroot
as an account and typesudo
instead. Refer to the many documents existing on the topic for further info.
– Marc Vanhoomissen
Aug 19 '17 at 9:57
add a comment |
Use dmidecode
$ sudo dmidecode -t 1
#dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Dell Inc.
Product Name: Latitude E6410
Version: 0001
Serial Number: DZX46BS
UUID: 4C4C4544-005A-5810-8034-C4C04F364253
Wake-up Type: Power Switch
SKU Number:
Family: Not Specified
Use dmidecode
$ sudo dmidecode -t 1
#dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.6 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Dell Inc.
Product Name: Latitude E6410
Version: 0001
Serial Number: DZX46BS
UUID: 4C4C4544-005A-5810-8034-C4C04F364253
Wake-up Type: Power Switch
SKU Number:
Family: Not Specified
edited Mar 1 '18 at 11:58
answered Aug 19 '17 at 7:42
GuGuGuGu
412
412
Welcome to askubuntu. Although thet
option might be interesting, you should refrain from usingroot
as an account and typesudo
instead. Refer to the many documents existing on the topic for further info.
– Marc Vanhoomissen
Aug 19 '17 at 9:57
add a comment |
Welcome to askubuntu. Although thet
option might be interesting, you should refrain from usingroot
as an account and typesudo
instead. Refer to the many documents existing on the topic for further info.
– Marc Vanhoomissen
Aug 19 '17 at 9:57
Welcome to askubuntu. Although the
t
option might be interesting, you should refrain from using root
as an account and type sudo
instead. Refer to the many documents existing on the topic for further info.– Marc Vanhoomissen
Aug 19 '17 at 9:57
Welcome to askubuntu. Although the
t
option might be interesting, you should refrain from using root
as an account and type sudo
instead. Refer to the many documents existing on the topic for further info.– Marc Vanhoomissen
Aug 19 '17 at 9:57
add a comment |
On my T430 I have to take out the battery and there is this little sticker that tells me exactly what I want to know. It's not where Lenovo says it is (on top of the battery), but there it is. Might be easier than doing it from the command line if in fact you have such a sticker.
I tried that to but couldn't find this sticker anywhere. It was the first thing I thought, but it's missing
– Eduardo
Feb 20 '13 at 21:33
add a comment |
On my T430 I have to take out the battery and there is this little sticker that tells me exactly what I want to know. It's not where Lenovo says it is (on top of the battery), but there it is. Might be easier than doing it from the command line if in fact you have such a sticker.
I tried that to but couldn't find this sticker anywhere. It was the first thing I thought, but it's missing
– Eduardo
Feb 20 '13 at 21:33
add a comment |
On my T430 I have to take out the battery and there is this little sticker that tells me exactly what I want to know. It's not where Lenovo says it is (on top of the battery), but there it is. Might be easier than doing it from the command line if in fact you have such a sticker.
On my T430 I have to take out the battery and there is this little sticker that tells me exactly what I want to know. It's not where Lenovo says it is (on top of the battery), but there it is. Might be easier than doing it from the command line if in fact you have such a sticker.
answered Feb 20 '13 at 20:43
TimonTimon
333
333
I tried that to but couldn't find this sticker anywhere. It was the first thing I thought, but it's missing
– Eduardo
Feb 20 '13 at 21:33
add a comment |
I tried that to but couldn't find this sticker anywhere. It was the first thing I thought, but it's missing
– Eduardo
Feb 20 '13 at 21:33
I tried that to but couldn't find this sticker anywhere. It was the first thing I thought, but it's missing
– Eduardo
Feb 20 '13 at 21:33
I tried that to but couldn't find this sticker anywhere. It was the first thing I thought, but it's missing
– Eduardo
Feb 20 '13 at 21:33
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f258922%2fhow-to-display-notebook-model-number%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
are you sure about dmidecode not showing the extra model numbers?
– Rinzwind
Feb 20 '13 at 19:43
@Rinzwind I tried to compare the result of
dmidecode
and the list of models on HP website and couldn't find a match.– Eduardo
Feb 20 '13 at 19:57
4
I used your SKU Number and found your Netbook.
HP Pavilion dm4-1253cl XZ299UAR
– efthialex
Feb 20 '13 at 22:00
Asus laptop + ubuntu 17.04 works. Thanks!
– 1nstinct
Jun 19 '17 at 11:53
@efthialex How to find model number using sku number?
– Muhammad Faisal Iqbal
Oct 14 '17 at 20:22