Bug 4348 - There is no knowledge about non-ethernet devices (in dhcpcd.exe)
Summary: There is no knowledge about non-ethernet devices (in dhcpcd.exe)
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: dhcpcd (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-12 12:03 MSD by Sergey Golovin
Modified: 2005-12-22 09:11 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Golovin 2004-06-12 12:03:16 MSD
Этот пакет работает только с ethernet-картами из-за следующих строк в
/etc/dhcpcd/dhcpcd.exe:
-----------------------------
case ${INTERFACE} in                                                           
                        
  eth*) ;;
     *) logger -s -p local0.err -t dhcpcd.exe "wrong interface name
\"${INTERFACE}\""                   
        exit 1                                                                 
                        
        ;;
-----------------------------
Я не могу получить IP-адрес на свою wi-fi карту. Для себя прописал
дополнительную строчку 
wlan*) ;;
Comment 1 Dmitry V. Levin 2004-07-01 18:30:16 MSD
added wlan* interface in 1.3.22pl4-alt2