Re: [lfs-support] First LFS login/boot

2013-06-19 Thread William Harrington


On Jun 19, 2013, at 2:24 PM, John Black wrote:

I don't know how to do that, please give me complete command line  
Mr. William


http://andys.org.uk/bits/2010/02/24/iproute2-life-after-ifconfig/   
That'll give you some pointers.


Or you can read the full docs here:

http://www.policyrouting.org/iproute2.doc.html

Iproute2 is worth looking into and learning the syntax well. It's nice  
and powerful!


you'll want to use:

ip link
ip addr

maybe ip route, too

Sincerely,

William Harrington-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] First LFS login/boot

2013-06-19 Thread John Black


On Jun 18, 2013, at 4:47 AM, John Black wrote:

Adding IPv4 address 192.168.1.1 to the eth0 interface...Cannot find device 
"eth0"

Can you add the address manually with ip?

Sincerely,

William Harrington
I don't know how to do that, please give me complete command line Mr. William

-- -- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] First LFS login/boot

2013-06-19 Thread William Harrington


On Jun 18, 2013, at 4:47 AM, John Black wrote:

Adding IPv4 address 192.168.1.1 to the eth0 interface...Cannot find  
device "eth0"


Can you add the address manually with ip?

Sincerely,

William Harrington-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] VLC-2.0.6 fails to build with FLAC-1.3.0

2013-06-19 Thread NP
On 13-06-19 14:13, Igor Živković wrote:
> On 19.06.2013 13:55, NP wrote:
>> Hi,
>>
>> VLC-2.0.6 builds fine with FLAC-1.2.1 but fails to build with FLAC-1.3.0
>> Reported error : the header file stream_decoder.h is not found
>>
>> Looking at /usr/lib/pkgconfig/flac.pc :
>> - in FLAC version 1.2.1 : Cflags: -I${includedir}/FLAC
>> - in FLAC version 1.3.0 : Cflags: -I${includedir}
>> - both versions : includedir=${prefix}/include
>>
>> In both versions, FLAC header files are stored in /usr/include/FLAC
>>
>> I tried to correct the /usr/lib/pkgconfig/flac.pc and got a working VLC.
>> But I am not sure if it is the right thing to do. Any advice ?
>
> Actually VLC should be patched as per FLAC API. It has been fixed
> upstream:
> http://git.videolan.org/?p=vlc.git;a=commitdiff;h=607065b410b4768372c204ccdbbca200230fff25
>
 >
OK, thank you.
I was just wondering if it was an issue for VLC or FLAC...

Best regards.
-- 
Nico / 13-06-19

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [lfs-support] First LFS login/boot (again)

2013-06-19 Thread Molly Jakić
On 19 June 2013 12:39, John Black  wrote:

> I did not choose network card because my main purpose is create lfs live
> cd, and I think I don't have network card, I use USB modem. so this is my
> setting
> ---
> cat > /etc/hosts << "EOF"
> # Begin /etc/hosts (no network card version)
>
> 127.0.0.1 lfs.example.org lfs localhost
>
> # End /etc/hosts (no network card version)
> EOF
>
>
Hi. What USB modem do you have? In my limited experience, these are a pain
to get working, but it's been a while since i used one.  Have a look in
/proc/bus/usb/devices and see what you can see about modems in there. Find
and enable USB Modem (CDC ACM) support in your kernel config. Look under
Device Drivers > USB Support. The modem manufacturer might provide Linux
drivers. If so, download them and check the documentation.

Good luck

Molly
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


[lfs-support] First LFS login/boot (again)

2013-06-19 Thread John Black
I just re-register again to this mailing lints with another email because I 
always found annoying adds from previous email. I'm really sorry about that.

this is from my previous email



> **
> 
> On Jun 18, 2013, at 7:10 AM, John Black wrote:
> 
> Yes, " Adding IPv4 address 192.168.1.1 to the eth0 interface...Cannot find
> device "eth0"" it's during the boot.
> whoami --> root.
> I will see that links, thank you for you help Mr. Pierre and Mr. Fernando
> 
> 
> You can see what is in /sys/class/net for any network devices.
> 
> If you don' see any eth* devices, then you are probably missing a kernel
> driver for your ethernet device.
> 
> Sincerely,
> 
> William Harrington
> 
> I found this Mr. William
> -
> root:/sys/class/net# ls -l
> total 0
> lrwxrwxrwx 1 root root 0 Jun 19 05:36 eth0 ->
> ../../devices/pci:00/:00:12.0/net/eth0
> lrwxrwxrwx 1 root root 0 Jun 19  2013 lo -> ../../devices/virtual/net/lo
> lrwxrwxrwx 1 root root 0 Jun 19 07:08 ppp0 ->
> ../../devices/virtual/net/ppp0
> root:/sys/class/net#
> -
> Do I miss something?
> --

Hi. When you configured your kernel, which network card driver did you choose?

Molly
/
So, you have eth0.

If your gateway (router) is using ip 192.168.1.0, perhaps you could try
192.168.1.105 (or 192.168.1.x, with x between 100 and 200, e.g.)

-- 
[]s,
Fernando
/
> 
> So, you have eth0.
> 
> If your gateway (router) is using ip 192.168.1.0, perhaps you could try
> 192.168.1.105 (or 192.168.1.x, with x between 100 and 200, e.g.)
> 

I meant this ip is for eth0, instead of 192.168.1.1 you are using now.

-- 
[]s,
Fernando

//
I did not choose network card because my main purpose is create lfs live cd, 
and I think I don't have network card, I use USB modem. so this is my setting
---
cat > /etc/hosts << "EOF"
# Begin /etc/hosts (no network card version)

127.0.0.1 lfs.example.org lfs localhost

# End /etc/hosts (no network card version)
EOF

- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] First LFS login/boot

2013-06-19 Thread Fernando de Oliveira
Em 19-06-2013 07:09, Fernando de Oliveira escreveu:
> Em 18-06-2013 21:12, John Black escreveu:
>>  
>> On Jun 18, 2013, at 7:10 AM, John Black wrote:
>>
>>> Yes, " Adding IPv4 address 192.168.1.1 to the eth0 interface...Cannot
>>> find device "eth0"" it's during the boot.
>>> whoami --> root.
>>> I will see that links, thank you for you help Mr. Pierre and Mr. Fernando
>>
>> You can see what is in /sys/class/net for any network devices.
>>
>> If you don' see any eth* devices, then you are probably missing a kernel
>> driver for your ethernet device.
>>
>> Sincerely,
>>
>> William Harrington
>>
>> I found this Mr. William
>> -
>> root:/sys/class/net# ls -l
>> total 0
>> lrwxrwxrwx 1 root root 0 Jun 19 05:36 eth0 ->
>> ../../devices/pci:00/:00:12.0/net/eth0
>> lrwxrwxrwx 1 root root 0 Jun 19  2013 lo -> ../../devices/virtual/net/lo
>> lrwxrwxrwx 1 root root 0 Jun 19 07:08 ppp0 -> ../../devices/virtual/net/ppp0
>> root:/sys/class/net#
>> -
>> Do I miss something?
>> 
> 
> So, you have eth0.
> 
> If your gateway (router) is using ip 192.168.1.0, perhaps you could try
> 192.168.1.105 (or 192.168.1.x, with x between 100 and 200, e.g.)
> 

I meant this ip is for eth0, instead of 192.168.1.1 you are using now.

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] First LFS login/boot

2013-06-19 Thread Fernando de Oliveira
Em 18-06-2013 21:12, John Black escreveu:
>  
> On Jun 18, 2013, at 7:10 AM, John Black wrote:
> 
>> Yes, " Adding IPv4 address 192.168.1.1 to the eth0 interface...Cannot
>> find device "eth0"" it's during the boot.
>> whoami --> root.
>> I will see that links, thank you for you help Mr. Pierre and Mr. Fernando
> 
> You can see what is in /sys/class/net for any network devices.
> 
> If you don' see any eth* devices, then you are probably missing a kernel
> driver for your ethernet device.
> 
> Sincerely,
> 
> William Harrington
> 
> I found this Mr. William
> -
> root:/sys/class/net# ls -l
> total 0
> lrwxrwxrwx 1 root root 0 Jun 19 05:36 eth0 ->
> ../../devices/pci:00/:00:12.0/net/eth0
> lrwxrwxrwx 1 root root 0 Jun 19  2013 lo -> ../../devices/virtual/net/lo
> lrwxrwxrwx 1 root root 0 Jun 19 07:08 ppp0 -> ../../devices/virtual/net/ppp0
> root:/sys/class/net#
> -
> Do I miss something?
> 

So, you have eth0.

If your gateway (router) is using ip 192.168.1.0, perhaps you could try
192.168.1.105 (or 192.168.1.x, with x between 100 and 200, e.g.)

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] First LFS login/boot

2013-06-19 Thread Molly Jakić
On 19 June 2013 01:12, John Black  wrote:

> **
>
> On Jun 18, 2013, at 7:10 AM, John Black wrote:
>
> Yes, " Adding IPv4 address 192.168.1.1 to the eth0 interface...Cannot find
> device "eth0"" it's during the boot.
> whoami --> root.
> I will see that links, thank you for you help Mr. Pierre and Mr. Fernando
>
>
> You can see what is in /sys/class/net for any network devices.
>
> If you don' see any eth* devices, then you are probably missing a kernel
> driver for your ethernet device.
>
> Sincerely,
>
> William Harrington
>
> I found this Mr. William
> -
> root:/sys/class/net# ls -l
> total 0
> lrwxrwxrwx 1 root root 0 Jun 19 05:36 eth0 ->
> ../../devices/pci:00/:00:12.0/net/eth0
> lrwxrwxrwx 1 root root 0 Jun 19  2013 lo -> ../../devices/virtual/net/lo
> lrwxrwxrwx 1 root root 0 Jun 19 07:08 ppp0 ->
> ../../devices/virtual/net/ppp0
> root:/sys/class/net#
> -
> Do I miss something?
> --
>  [image: Smileys Preview] 
> ***Get Free Smileys for Your IM & Email* - Learn more at
> www.crawler.com/smileys
> **
> **Works with AIM®, MSN® Messenger, Yahoo!® Messenger, ICQ®, Google Talk™and 
> most webmails
> **
>
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
>
>
Hi. When you configured your kernel, which network card driver did you
choose?

Molly
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page