| Summary: | iwconfig & baselayout-1.12.x | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Baldrun Orv <baldrun> |
| Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED INVALID | ||
| Severity: | major | CC: | uberlord |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Baldrun Orv
2006-08-21 10:49:26 UTC
Any baselayout-1.12.x package has a problem with iwconfig. iwconfig is not able to start the WLAN-Mini-PCI-card of a ThinkPad laptop. The WLAN-Mini-PCI-card used is an "AIRONET Wireless Communications Cisco Aironet Wireless 802.11b". E.g. the command to set the essid «iwconfig eth1 essid nameOfWlan» is not working anymore. In order to make it work again you have to downgrade to a baselayout 1.11.x package - a nice workaround but not exactly a real solution. define "not working anymore" also post your `emerge info` and /etc/conf.d/net and /etc/conf.d/wireless bits Hi,
> define "not working anymore"
When I try to set the essid using
Hi, > define "not working anymore" When I try to set the essid using «iwconfig eth1 essid nameOfWlan» and then check whether the essid has been set using «iwconfig» the output shows that the essid is not set. It is also impossible to run the command «ifconfig eth1 up» successfully. Ergo: I cannot use the wlan-interface under baselayout 1.12.x anymore. > also post your `emerge info` and /etc/conf.d/net and /etc/conf.d/wireless > bits This is my emerge --info under baselayout 1.11.x (I downgraded the baselayout in order to make my wlan-interface work again): Portage 2.1-r2 (default-linux/x86/2005.1, gcc-3.4.6, glibc-2.3.6-r4, 2.6.17-gentoo-r4 i686) ================================================================= System uname: 2.6.17-gentoo-r4 i686 Intel(R) Pentium(R) M processor 1300MHz Gentoo Base System version 1.6.15 app-admin/eselect-compiler: [Not Present] dev-lang/python: 2.4.3-r1 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://mirror.uni-c.dk/pub/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo" LANG="de_DE" LC_ALL="de_DE.utf8" LINGUAS="de" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/home/portage/eigene /home/portage/gentoo-de /home/portage/lefous" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="x86 X a52 aac acl acpi aim alsa apm arts audiofile avi bash-completion berkdb bidi bitmap-fonts bzip2 caps cdparanoia cdr cjk cli cpdflib crypt cups dbus dga dio directfb dlloader doc dri dvd dvdread eds emboss encode ethereal ffmpeg flac foomaticdb fortran ftp gd gdbm gif glut gpm gstreamer gtk2 hal icq idn ieee1394 imagemagick imap imlib ipv6 isdnlog jabber java javascript jpeg kde lcms ldap libg++ libwww m17n-lib mad maildir mbrola mcal mikmod mime mmap mmx mng motif mp3 mpeg mysql ncurses nls nptl nptlonly nsplugin ogg oggvorbis openal opengl oss pam pcmcia pcre pda pdflib perl png portaudio ppds pppd python qt qt3 qt4 quicktime readline real reflection samba sasl scanner sdl session snmp sox speex spell spl sse sse2 ssl svg tcpd tetex threads tiff truetype truetype-fonts type1-fonts unicode usb userlocales utf8 vcd vorbis wifi win32codecs wmf xine xml2 xmms xorg xosd xpm xsl xv yahoo zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux linguas_de userland_GNU video_cards_radeon" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS If you need my emerge --info under baselayout 1.12.x please let me know. My /etc/conf.d/net and /etc/conf.d/wireless are both empty. To set the wlan-interface data I am using the «iwconfig» command directly: # iwconfig eth1 essid nameOfWlan # iwconfig eth1 key xxxxxxx # dhcpcd eth1 Thanks baselayout-1.12 turns of txpower when the interface is taken down. We do this to save on power in laptops. Either define your wireless config in /etc/conf.d/net or turn it back on manually like so iwconfig eth1 txpower auto Re-open if you disagree |