LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel
User Name
Password
Linux - Kernel This forum is for all discussion relating to the Linux kernel.

Notices


Reply
  Search this Thread
Old 06-25-2013, 05:25 AM   #46
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705

Hi,

so you were able to boot your new 3.6.11 kernel. Is that correct? If yes, then congratulations. But it seems that maybe the network driver is missing. We need to know what the network device is. The output of the following should tell us.
Code:
lspci |grep -i net
Also, please post the output of
Code:
ifconfig -a
Evo2.
 
Old 06-25-2013, 07:55 PM   #47
Angela Wu
Member
 
Registered: Jun 2013
Location: Taiwan
Posts: 99

Original Poster
Rep: Reputation: Disabled
Exclamation

Quote:
Originally Posted by evo2 View Post
Hi,

so you were able to boot your new 3.6.11 kernel. Is that correct? If yes, then congratulations. But it seems that maybe the network driver is missing. We need to know what the network device is. The output of the following should tell us.
Code:
lspci |grep -i net
Also, please post the output of
Code:
ifconfig -a
Evo2.
The kernel is right in 3.6.11, but seems not correct, without home directory & the other, later I will try to send the messages
to you,wait...
 
Old 06-25-2013, 08:39 PM   #48
Angela Wu
Member
 
Registered: Jun 2013
Location: Taiwan
Posts: 99

Original Poster
Rep: Reputation: Disabled
Exclamation post from picture

[ATTACH]Click image for larger version

Name:	IMG_20130626_091159.jpg
Views:	36
Size:	240.8 KB
ID:	12795

Click image for larger version

Name:	IMG_20130626_091204.jpg
Views:	23
Size:	236.8 KB
ID:	12796

Click image for larger version

Name:	IMG_20130626_091213.jpg
Views:	23
Size:	249.7 KB
ID:	12797[/ATTACH]

the lspci command is not work.
Other you should see the pictures, if I attached successfully
 
Old 06-25-2013, 08:42 PM   #49
Angela Wu
Member
 
Registered: Jun 2013
Location: Taiwan
Posts: 99

Original Poster
Rep: Reputation: Disabled
Exclamation post from picture

Click image for larger version

Name:	IMG_20130626_091314.jpg
Views:	33
Size:	235.5 KB
ID:	12798
 
Old 06-25-2013, 08:53 PM   #50
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

I'm no kernel expert but it looks to me like your kernel (or perhaps the just the initrd) is missing the driver for vtc1000 internal storage and therefore doesn't see the device and therefore can't mount the root partition. Presumably this is some sort of flash storage.

I think this should not happen if you are using the config file from a working kernel. What exactly is the default kernel that the vtc1000 is running?

Evo2.
 
Old 06-25-2013, 08:59 PM   #51
Angela Wu
Member
 
Registered: Jun 2013
Location: Taiwan
Posts: 99

Original Poster
Rep: Reputation: Disabled
Exclamation

Quote:
Originally Posted by evo2 View Post
Hi,

I'm no kernel expert but it looks to me like your kernel (or perhaps the just the initrd) is missing the driver for vtc1000 internal storage and therefore doesn't see the device and therefore can't mount the root partition. Presumably this is some sort of flash storage.

I think this should not happen if you are using the config file from a working kernel. What exactly is the default kernel that the vtc1000 is running?

Evo2.
my VTC 1000 use SSD for the hardware storage, You may guess right.
The VTC 1000 was run normal in the kernel of 3.0.29, but when I upgarde it to kernel 3.6.11. It just doesn't work well
 
Old 06-25-2013, 09:17 PM   #52
Angela Wu
Member
 
Registered: Jun 2013
Location: Taiwan
Posts: 99

Original Poster
Rep: Reputation: Disabled
Exclamation lspci | grep -i net

shows
Code:
02:00.1 Ethernet controller: Intel Corporation Platform Controller Hub EG20T Gigabit Ethernet Controller(rev 02)
 
Old 06-25-2013, 09:35 PM   #53
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

can you please confirm that you are using the 3.0.19 config file when you build the 3.6.11 kernel? If you really are, then I guess the ssd driver must have changed and you will need to carefully use menuconfig to make sure you really compile the correct driver into the kernel.


Evo2.
 
Old 06-25-2013, 10:04 PM   #54
Angela Wu
Member
 
Registered: Jun 2013
Location: Taiwan
Posts: 99

Original Poster
Rep: Reputation: Disabled
Exclamation

Quote:
Originally Posted by evo2 View Post
Hi,

can you please confirm that you are using the 3.0.19 config file when you build the 3.6.11 kernel? If you really are, then I guess the ssd driver must have changed and you will need to carefully use menuconfig to make sure you really compile the correct driver into the kernel.


Evo2.
I confirm that I use the kernel version 3.2.0-29-generic-pae .
Which is the default kernel of Ubuntu 12.04 .
 
Old 06-25-2013, 10:13 PM   #55
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by Angela Wu View Post
I confirm that I use the kernel version 3.2.0-29-generic-pae .
Which is the default kernel of Ubuntu 12.04 .
Ok, since this is just a default kernel config the problem you may do better starting with the config from a newer kernel. For example from: http://packages.ubuntu.com/quantal/k...5.0-27-generic

Evo2.
 
Old 06-25-2013, 11:03 PM   #56
Angela Wu
Member
 
Registered: Jun 2013
Location: Taiwan
Posts: 99

Original Poster
Rep: Reputation: Disabled
Question

Quote:
Originally Posted by evo2 View Post
Hi,


Ok, since this is just a default kernel config the problem you may do better starting with the config from a newer kernel. For example from: http://packages.ubuntu.com/quantal/k...5.0-27-generic

Evo2.
Sorry, I might mistake. I had download the kernel version 3.6.11 souce code. And use the .config of kernel version 3.2.0.29.
I really need kernel 3.6.11 not 3.5.0-27 kernel. But if this 3.5.0-27 got .config file. I will use it.
 
Old 06-26-2013, 12:00 AM   #57
vaibhavatalkar
LQ Newbie
 
Registered: Sep 2012
Location: bhopal
Distribution: RHEL
Posts: 28
Blog Entries: 2

Rep: Reputation: 0
Question Confused About shell script

hiii friend

i am confused which shell scripting i chose to learn!!!!!!!
different type of shell are available like bash,perl,python, ,csh,tcsh,kron etc.

i wanted to learn shell script that is mostly used by network administrator to configuer network.because i am a beginner of linux network admin..

pls give me a proper suggestion to choose about Shell Script.

thanks in advance

Last edited by vaibhavatalkar; 06-26-2013 at 12:07 AM.
 
Old 06-26-2013, 12:56 AM   #58
Angela Wu
Member
 
Registered: Jun 2013
Location: Taiwan
Posts: 99

Original Poster
Rep: Reputation: Disabled
Question

Quote:
Originally Posted by Angela Wu View Post
Sorry, I might mistake. I had download the kernel version 3.6.11 souce code. And use the .config of kernel version 3.2.0.29.
I really need kernel 3.6.11 not 3.5.0-27 kernel. But if this 3.5.0-27 got .config file. I will use it.
I can't find the .config file form the URL that you give. Only found 3.5.0-x.deb, and 3.5.0-x.gz file.
I can't get it.
 
Old 06-26-2013, 01:12 AM   #59
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by Angela Wu View Post
I can't find the .config file form the URL that you give. Only found 3.5.0-x.deb, and 3.5.0-x.gz file.
I can't get it.
You can get it on your build machine as follows:
Code:
wget http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-3.5.0-27-generic_3.5.0-27.46_i386.deb
ar x linux-image-3.5.0-27-generic_3.5.0-27.46_i386.deb
tar xjf data.tar.bz2  boot/config-3.5.0-27-generic
Then you can copy that config file to your kernel build tree.
Code:
cp boot/config-3.5.0-27-generic /path/to/linux-source/.config
Then try building the kernel again.

Evo2.
 
Old 06-26-2013, 01:54 AM   #60
Angela Wu
Member
 
Registered: Jun 2013
Location: Taiwan
Posts: 99

Original Poster
Rep: Reputation: Disabled
Exclamation

Quote:
Originally Posted by evo2 View Post
Hi,


You can get it on your build machine as follows:
Code:
wget http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-3.5.0-27-generic_3.5.0-27.46_i386.deb
ar x linux-image-3.5.0-27-generic_3.5.0-27.46_i386.deb
tar xjf data.tar.bz2  boot/config-3.5.0-27-generic
Then you can copy that config file to your kernel build tree.
Code:
cp boot/config-3.5.0-27-generic /path/to/linux-source/.config
Then try building the kernel again.

Evo2.
I had done all the thing. But the reboot kernel is still the same with the previous one. Aloguth I saw the intel ethernet driver had been compile.Still the ifconfig command got no active.
 
  


Reply

Tags
kernel



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
Backup of complete linux system eprabhat08 Linux - Newbie 5 02-05-2013 11:32 PM
Backup system ala rdiff-backup, but without mirror and with dst encryption dr_dex Linux - Software 0 08-04-2008 03:39 AM
How can I backup a linux system ? chu2654 Linux - General 6 11-16-2006 01:16 PM
backup for linux system in CF lbdgwgt Linux - Newbie 2 10-23-2006 06:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel

All times are GMT -5. The time now is 10:17 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