openSUSE Forums > Applications » Access windows from Opensuse

Go Back   openSUSE Forums > Applications
Forums FAQ Members List Search Today's Posts Mark Forums Read


Applications Questions about desktops (KDE, Gnome, XFCE, etc.), software applications (configuration, usage, bugs, documentation)

Reply
Page 1 of 3 1 23
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-Sep-2009, 05:41
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 33
staretnovell hasn't been rated much yet
Default Access windows from Opensuse

Hi experts,
This is the first time I am using Opensuse. I have used Ubutnu 9.04 for a month. At present I have dual boot with Vista and Opensuse
I use Windows Vista Home Premium
Opensuse 11.0(i586) kernel 2.6.25.5-1.1 , Kde 3 desktop
The problem is that I cannot connect to the internet. (The PCI wireless driver is Atheros 242x.I use ASus F5RL laptop). Because of that, I have to logout and login to Windows to type any output of the terminal commands.
I want to access Windows from Opensuse. It says 'You dont have permission', so cannot copy the output in Windows.
To download any apt package I need to be connected to the internet.

What do I do?

staretnovell.
Reply With Quote
  #2 (permalink)  
Old 09-Sep-2009, 05:49
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: Access windows from Opensuse

- Read Choosing the correct kmp-package for your installation - openSUSE Forums _carefully_

- Install matching madwifi, athinfo and madwifi-kmp-flavor packages from here.

Index of /repositories/driver:/wireless/openSUSE_11.0

(download, transfer to openSUSE box, right-click => install)

- Unload and blacklist ath5k driver

Code:
su

password

modprobe -rv ath5k

echo "blacklist ath5k" >> /etc/modprobe.d/blacklist.local
- Remove old udev-rule and let udev write a new one:

Code:
su

password

rm /etc/udev/rules.d/70-persistent-net.rules

udevadm trigger
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #3 (permalink)  
Old 09-Sep-2009, 06:38
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 33
staretnovell hasn't been rated much yet
Default Re: Access windows from Opensuse

I read 'Choosing the right package'. I will check that out in suse box.
I dont know how to transfer the downloaded package to the Opensuse box. I cant access suse from vista . I have tried software from ext2fs, diskinternals. From suse it says I dont have permission to write to any document in windows. So have to use them as 'mutually exclusive' OSes.

staretnovell
Reply With Quote
  #4 (permalink)  
Old 09-Sep-2009, 06:43
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: Access windows from Opensuse

I bet you will at least have _reading_ accesss to your Vista partition (and that will be enough).
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #5 (permalink)  
Old 10-Sep-2009, 04:35
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 33
staretnovell hasn't been rated much yet
Default Re: Access windows from Opensuse

Uname -r
Output: 2.6.25.5_1.1-pae
Cat /etc/Suse-release
No such folder exists

I have read access from suse and will try out the madwifi though I have these which are a close fit.

arusb_lnx-kmp-pae-git20090326_2.6.25.5_1.1-2.1.i586.rpm
ipwraw-ng-kmp-pae-2.3.4_2.6.25.5_1.1-1.1.i586.rpm
madwifi-kmp-pae-r4096_2.6.25.5_1.1-1.1.i586.rpm
rt61-cvs-kmp-pae-2009030304_2.6.25.5_1.1-3.1.i586.rpm
rt73-cvs-kmp-pae-2009030304_2.6.25.5_1.1-5.1.i586.rpm
rt3070sta-kmp-pae-2.1.1.0_2.6.25.5_1.1-4.1.i586.rpm
rtl8187se-kmp-pae-git20090513_2.6.25.5_1.1-1.1.i586.rpm

I have only chosen madwifi from the list. Let me check access from suse partition

staretnovell
Reply With Quote
  #6 (permalink)  
Old 10-Sep-2009, 06:19
Knurpht's Avatar
Wise Penguin
 
Join Date: Jun 2008
Location: groningen, netherlands
Posts: 1,804
Knurpht 's reputation will be famous soon enoughKnurpht 's reputation will be famous soon enoughKnurpht 's reputation will be famous soon enough
Default Re: Access windows from Opensuse

Might as well be a NetworkManager problem. Install WICD from Software.openSUSE.org, read some earlier posts on how to enable that, and see what happens.
__________________
- AMD Athlon X2 6.0 GHz, 8 GB DDR2-800, 30 GB SSD, 1.5 TB, EVGA 9800GT, openSUSE 11.2 KDE4 4.3.3
- ASUS K70IO laptop, GT120M-1GB, 4 GB, 64 GB SSD, opensuse Factory, KDE4 4.3.3

R.E.S.T.E.C.P.
Reply With Quote
  #7 (permalink)  
Old 10-Sep-2009, 07:03
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 33
staretnovell hasn't been rated much yet
Default Re: Access windows from Opensuse

Akoellh,
I have done what you said. As I had written earlier, only installed madwifi package and it seems to be there. I have written those commands
modprobe -rv ath5k
echo "blacklist ath5k" >> /etc/modprobe.d/blacklist.local
rm /etc/udev/rules.d/70-persistent-net.rules
udevadm triggerI dont see any connections.

By the way, I have checked the Network Settings on Yast and on the Overview tab, it says
L2 100Mbit Ethernet Adapter -- Not configured
AR242x 802.11abg Wireless PCI Express Adapter -- Not configured.
The notes for Wireless says' Unable to configure the network card because of kernel device(eth0, wlan0) is not present. This is mostly caused by missing firmware(for wlan0 devices). Check dmesg
I have checked and found that
linux-c9xx firmware.sh[0980]. cannot find firmware file 'intel-ucode /06-0f-od'.
I searched for 'intel-ucode /06-0f-od' on google and yahoo . did not find anything concrete

Knurpht,
I will get to Wicd after this. I have used this when using Ubuntu earlier.

staretnovell
Reply With Quote
  #8 (permalink)  
Old 10-Sep-2009, 08:33
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 33
staretnovell hasn't been rated much yet
Default Re: Access windows from Opensuse

Knurpht,
How do I install wicd? Is it in the software menu? I cant access internet wired or wirelessly in opensuse.

Staretnovell
Reply With Quote
  #9 (permalink)  
Old 10-Sep-2009, 09:13
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 33
staretnovell hasn't been rated much yet
Default Re: Access windows from Opensuse

Hi,
I have configured wireless on network settings to DHCP.
I can see wireless now (ath0) and also below I can see my network which shows almost full strength. I have clicked on that. Firefox and Konqueror still do not open any website.
What is the next step?

Staretnovell

Last edited by staretnovell; 10-Sep-2009 at 09:15. Reason: Correction
Reply With Quote
  #10 (permalink)  
Old 10-Sep-2009, 11:00
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 33
staretnovell hasn't been rated much yet
Default Re: Access windows from Opensuse

Hello Anybody,
Who knows what is to be done next?
I can see 'ath0' on wireless and can see my network.
I cant connect using firefox, opera.
Do I have to configure something? I have unchecked IPV6.

Staretnovell
Reply With Quote
Reply
Page 1 of 3 1 23

Bookmarks

Tags
atheros, connect windows, internet


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2