OpenSUSE Wireless :: List A Wep String Completely Different Than The One Have Specified
Feb 21, 2010
My suse wireless has started a new trick: it will list a wep string completely different than the one I have specified. If I correct it some 12-15 times, I can eventually sign on, but not predictably.
There is also intermittently the error message that "wireless is disabled" Trying to figure that one out is a real chore.
The manual wireless switch that works under windows seems to be irrelevant under linux, but the linux wireless seems to only work if I have previously connected under windows.
I recently read over here: Getting Your Wireless to Work : "For example, open-source firmware for the Broadcom BCM4306/3 BCM4318, and BCM4311/1 was just released. Future openSUSE versions will be able to include this firmware and those devices will work immediately..." I am looking for PCI cards for desktops. Besides the list of supported chipsets at [URL], is there a brand name list with firmware support by OSS 11.3? At the moment, I have a Netgear WG311v3 which believe has been causing system instabilities in both linux and windoze: 01:06.0 Ethernet Controller [0200]: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11 b/g Wireless [11ab:1faa] (rev 03)
I have configured a wireless pcmcia card using ndiswrapper. I'm sure that works, as with the command "iwlist wlan0 scan" gives me back the list of detected wireless networks. At this point I was wondering: is there a way to detect the new interface (wlan0) with network manager? Even after enabling the wifi card the network manager gnome applet always finds only eth0.
My wireless network doesn't work. I get no list of broadcasting networks. I have runned 'collectHWData.sh'. This is the output. Does anyone know what I should do to make my wireless work? The problem occurs on my clean installation of SuSe 11.3 on my laptop PC C500 Compaq.
Code: collectNWData.sh V0.6.5.4.1 (Rev: 1.282, Build: 2011/01/25 19:33:38 UTC) !!! CND0470I: Reduced analysis capability and less network information because script was
I've read the sticky post about getting my wireless to work. Here's what I know:
Wireless LAN doesn't show up in my hardware list. But the wireless usb adapter I have (D-Link DWA-160) does show up under USB devices, with the following UDI info:
When I look at the boot.msg log I see nothing about a firmware failing to load. Does that mean I already have it?
When I try the /usr/sbin/iwconfig command I get: lo no wireless extensions eth0 no wireless extensions When I try the /usr/sbin/iwlist scan command I get: lo Interface doesn't support scanning. eth0 Interface doesn't support scanning.
There's a page (ar9170 - Linux Wireless) where I can supposedly download the ar9170.fw firmware that supports this device. But when I try to download it it doesn't show up in the /lib/firmware directory and I don't know why.
The system sees the USB adapter, but it doesn't appear to be working. Do I need the firmware? And if so, how do I download it-
my laptop: Compaq F500 laptop with boardcom wireless card, everything was working fine this evening (6 hours ago from last use) but now...when i turn on my laptop at home, my wireless is gone.... tried the wireless switch on and off, on and off in the front panel of the laptop show nothing (LED light still shown as dim)I did restart, shutdown the laptop many times still gave me the same result.4G ram, running Ubuntu 10.04 x64 desktop ver.I use the default driver came with ubuntuand no i don't have ndiswrapper.
The hard drive is 320G which i bought it a week ago, install 10.04 desktop via upgrade from 9.10 (for some reason, cannot detect the 10.04 CD)The wireless was working fine all the time, just not when i tried to turn it on at home right now.the only way to get on the internet is via eth0 right now.Run "ifconfig -a" shows me
I recently upgraded from 10.4 to 11.4 on my Dell Inspiron laptop, and now my wireless is completely disabled, and I do not have an ethernet cord I can use. (I do not have internet access at home, I rely on public wifi.)
I recently upgraded from Ubuntu 10.4 to 11.4 on my Dell Inspiron laptop, and now my wireless is completely disabled, and I do not have an ethernet cord I can use. (I do not have internet access at home, I rely on public wifi.)
I first installed opensuse KDE, the i use SuSE - LXDE.org to passs to LXDE, now i want to know if there's a way to completely remove KDE from my pc not tu use Yast and select one package for time.
I've been trying to understand pthread in C a little better. So I made a simple program that takes in a string from the command line and creates a thread to print the string. I've looked online and copied the basic concepts but there are something things I'm confused about. The programs works just fine, but I have questions. Here's what I have so far.
[Code]....
One thing I'd like to know is why the 3rd argument in the pthread_create function which is my SendMessage function needs to be typecasted to a void pointer and then send the address of the function. Also as for the 4th argument, I would see typecasting to void pointer in some of the pthread examples I saw online, but in my case I'm passing a char pointer, would this be correct? In which case would I ever want to pass a void pointer?
Do I need a pthread_exit(NULL) in my main and in the SendMessage function? If so, why? I added the sleep() function so that I could let the pthread_exit function in my SendMessage function execute first. I simply saw that the online examples on pthread had pthread_exit() in both locations.
I have a line in a text file that has 40 random characters within a tag and i want to change the characters to a new set of 40 random characters (alphanumeric a-z 0-9 etc)
The line in the text file looks like this:
Quote:
How would i go about doing that?
Also second question same as the above but how would i remove them instead of replacing them?
My openSUSE 11.2 64 bit's not off it completely, after I had an update online. Do not ask me what I updated, was much ... In the process of shutting down, I hit "ESC" to display the text, and photographed the screen where it to.
If I have a word in a text file and I need to replace it by another word (for example, i need to replace abc by fff) so what is the command I can type it?
I have a String that I would like to sign using a given RSA Private key. I thought this would be relatively easy but I have not been able to find out how to do it, unless I'm looking to far into a simple problem. Do i have to put the string into a file, and sign the file, or can i just sign the string/message?
I need to creates string suffixes out of a Reference string. for eg. suffixes of abcdefg will be
1)bcdefg 2)cdefg 3)defg and so on...
create an array of pointers to point to the first few characters and then use that pointer to print the rest of the string.But when i print using the pointer i get GARBAGE values! shudn't std::cout<<ptr[w] print the string following the char it is pointing to? why do i get garbage values?
I want to replace a string of directory path in a string to empty:
Code:
But this doesnt seem to give me the desired thing:
Code:
This gives the desired outcome, but its specific, i need a variable in the sed not a string. And if I replace STRING="/mnt/sda1/record/$dd/" then I cant use it for something else, cause its has all the weird backslashes now.
How can I just take the type of the file at the end? I know I can use strrchr() for a period to get the pointer to the period just before file type. Is there a build in string function that will just take the rest of the string from a certain point on forward in the string? I know it wouldn't be much work to make it myself, but I figured I would find out if it already existed before doing it.
sometimes 11.3 KDE shutdowned because of some applications or some other packages installing and then why it happened frequently than Widnows and no one posting warning package or applications in the main page, but newbies should know which program not installed, it seems like everything is great when installed openSUSE, it has many problems i don't know it is because of its distributor or other program vendors
today i installed Virtualbox and skype and then system shutdowned. I don't know which one is having the problems but now i removed both and nothing bad happened so now
I am trying to streamline a desktop install into a more streamlined server-esk install. I have edited the inittab to change the runlevel at startup to 3. How do I now remove KDE completely? Also are there any other large programs I need to uninstall?
I until yesterday when trying to configure the wireless (broadcom) on my laptop could browse the internet and install packages normally. but now none of the connections are working
I'm wondering why everytime I install "recomended" updates, my KDE or X server crashes completely! is there any guide or advice you can give me to succesfully update only the packages that are really needed?
every time i turn on the system it goes to shut down by what i don't know in 5 minutes about But this is my at-work computer, and my home pc doesn't. HP dx5150MT, what is the problem? and after shut downed, could i fix it without logged off like task manager in Windows series of MS, it can halt its process on its own feature by clicking to terminating each process. I want expert level advice and don't want to log in with failsafe mode. And i removed skype but still shut downed
I've been running openSUSE 11.4 for a while now and this issue is starting to get more and more annoying, as well as more frequent. Sometimes when I open an application, GNOME doesn't spawn the window but it will still capture mouse events and completely block the top left of my screen. It isn't until I log out and log back in that everything is back to normal.
It's like it starts up the app but just doesn't render the window. It started to do this with the terminal but now it's doing it with other apps like Totem. I am running GNOME 2.32.1